Skip to content

Commit

Permalink
feat: v1.1.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
devnote-dev committed Nov 27, 2022
1 parent af85a47 commit 4b11704
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
30 changes: 22 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
# Changelog
Tracking changes for PteroJSLite (using [SemVer 2](https://semver.org)).

## 1.0.0 - 27-10-2022
First official release, using only objects/structures, interfaces and functions - no classes!

## 0.1.0 - 08-2022
Initial release.
# Changelog
Tracking changes for PteroJSLite (using [SemVer 2](https://semver.org)).

## 1.1.0 - 27-11-2022

### Added
- Support ESM (using tsup)
- Document application and client API functions
- Node allocations support
- (Unstable) Websocket support

### Changed
- Direct object support for `createApp` and `createClient` functions

### Fixed
- Updated package to fix importing and resolving types

## 1.0.0 - 27-10-2022
First official release, using only objects/structures, interfaces and functions - no classes!

## 0.1.0 - 08-2022
Initial release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">PteroJSLite</h1>
<h3 align="center"><strong>A lightweight alternative to PteroJS</strong></h3>
<p align="center"><a href="https://discord.com/invite/dwcfTjgn7S" type="_blank"><img src="https://img.shields.io/badge/discord-join-5865f2?style=for-the-badge&logo=discord&logoColor=white"></a> <img src="https://img.shields.io/badge/version-1.0.0-3572A5?style=for-the-badge"> <img src="https://img.shields.io/github/issues/PteroPackages/PteroJSLite.svg?style=for-the-badge"> <!--<a href="https://pteropackages.github.io/PteroJS/" type="_blank"><img src="https://img.shields.io/badge/docs-typedoc-e67e22?style=for-the-badge"></a>--></p>
<p align="center"><a href="https://discord.com/invite/dwcfTjgn7S" type="_blank"><img src="https://img.shields.io/badge/discord-join-5865f2?style=for-the-badge&logo=discord&logoColor=white"></a> <img src="https://img.shields.io/badge/version-1.1.0-3572A5?style=for-the-badge"> <img src="https://img.shields.io/github/issues/PteroPackages/PteroJSLite.svg?style=for-the-badge"> <!--<a href="https://pteropackages.github.io/PteroJS/" type="_blank"><img src="https://img.shields.io/badge/docs-typedoc-e67e22?style=for-the-badge"></a>--></p>

## About

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devnote-dev/pterojslite",
"version": "1.0.0",
"version": "1.1.0",
"description": "A lightweight version of the PteroJS package",
"author": "Devonte W <https://github.com/devnote-dev>",
"license": "MIT",
Expand Down

0 comments on commit 4b11704

Please sign in to comment.