diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a0f6f3..28fbd2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 0d50bc1..2ba3a35 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@