From bb494df2301526e6496d0b79d4c9c0cc9db7de8b Mon Sep 17 00:00:00 2001 From: Zixuan Chen Date: Fri, 20 Sep 2024 18:16:49 +0800 Subject: [PATCH] chore: bump version to v1.0.0-alpha.1 --- crates/loro-wasm/CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ crates/loro-wasm/package.json | 2 +- loro-js/CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ loro-js/package.json | 2 +- 4 files changed, 69 insertions(+), 2 deletions(-) diff --git a/crates/loro-wasm/CHANGELOG.md b/crates/loro-wasm/CHANGELOG.md index df3a4885..240efb68 100644 --- a/crates/loro-wasm/CHANGELOG.md +++ b/crates/loro-wasm/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## 1.0.0-alpha.1 + +### Patch Changes + +- ### ๐Ÿš€ Features + + - Get shallow value of doc (#463) + - Add state only snapshot & refine check slow test + - Add new cid method to js binding + - Jsonpath experimental support (#466) + + ### ๐Ÿ› Bug Fixes + + - Raise error if perform action on a deleted container (#465) + - Raise error if moving a deleted node + - Export snapshot error on a gc doc + + ### ๐Ÿšœ Refactor + + - Tree contains & isDeleted (#467) + + ### ๐Ÿงช Testing + + - Check state correctness on trimmed doc + +## 1.0.0-alpha.0 + +- Better encode schema that can be 100x faster +- Less memory usage +- You can trim needless history in snapshot now +- Better architecture and extensibility + ## 0.16.12 ### Patch Changes diff --git a/crates/loro-wasm/package.json b/crates/loro-wasm/package.json index 8e7ba662..90870d64 100644 --- a/crates/loro-wasm/package.json +++ b/crates/loro-wasm/package.json @@ -1,6 +1,6 @@ { "name": "loro-wasm", - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", "keywords": [ "crdt", diff --git a/loro-js/CHANGELOG.md b/loro-js/CHANGELOG.md index ee9e0fd1..2d0cb11e 100644 --- a/loro-js/CHANGELOG.md +++ b/loro-js/CHANGELOG.md @@ -1,5 +1,40 @@ # Changelog +## 1.0.0-alpha.1 + +### Patch Changes + +- ### ๐Ÿš€ Features + + - Get shallow value of doc (#463) + - Add state only snapshot & refine check slow test + - Add new cid method to js binding + - Jsonpath experimental support (#466) + + ### ๐Ÿ› Bug Fixes + + - Raise error if perform action on a deleted container (#465) + - Raise error if moving a deleted node + - Export snapshot error on a gc doc + + ### ๐Ÿšœ Refactor + + - Tree contains & isDeleted (#467) + + ### ๐Ÿงช Testing + + - Check state correctness on trimmed doc + +- Updated dependencies + - loro-wasm@1.0.0-alpha.1 + +## 1.0.0-alpha.0 + +- Better encode schema that can be 100x faster +- Less memory usage +- You can trim needless history in snapshot now +- Better architecture and extensibility + ## 0.16.12 ### Patch Changes diff --git a/loro-js/package.json b/loro-js/package.json index e433211f..a171a0e3 100644 --- a/loro-js/package.json +++ b/loro-js/package.json @@ -1,6 +1,6 @@ { "name": "loro-crdt", - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", "keywords": [ "crdt",