From 4b11704f9d9cd1dce9aface9dc19a7f2e8b06902 Mon Sep 17 00:00:00 2001 From: devnote-dev Date: Sun, 27 Nov 2022 17:32:45 +0000 Subject: [PATCH] feat: v1.1.0! --- CHANGELOG.md | 30 ++++++++++++++++++++++-------- README.md | 2 +- package.json | 2 +- 3 files changed, 24 insertions(+), 10 deletions(-) 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 @@

PteroJSLite

A lightweight alternative to PteroJS

-

+

## About diff --git a/package.json b/package.json index ba92a91..e50e306 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "MIT",