-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
devnote-dev
committed
Nov 27, 2022
1 parent
af85a47
commit 4b11704
Showing
3 changed files
with
24 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters