diff --git a/crates/loro-wasm/CHANGELOG.md b/crates/loro-wasm/CHANGELOG.md index 79fc8228..8ee45f56 100644 --- a/crates/loro-wasm/CHANGELOG.md +++ b/crates/loro-wasm/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## 1.0.0-beta.1 + +### Patch Changes + +- Performance improvement and bug fixes + + ### 🚀 Features + + - Redact (#504) + + ### 🐛 Bug Fixes + + - Ffi Subscription (#505) + - Ffi remove try unwrap (#506) + - Movable list undo impl (#509) + - Tracker skip applied deletion error (#512) + - IsContainerDeleted cache err (#513) + + ### 📚 Documentation + + - Refine wasm docs + + ### ⚡ Performance + + - Optimize shrink frontiers + - Optimize batch container registrations on arena (#510) + - Optimize high concurrency performance (#514) + - Use better data structure for frontiers (#515) + + ### Perf + + - Commit speed & text insert cache (#511) + ## 1.0.0-alpha.5 ### Patch Changes diff --git a/crates/loro-wasm/package.json b/crates/loro-wasm/package.json index 1cba6704..638f3b89 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.5", + "version": "1.0.0-beta.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 08602da3..33fb6898 100644 --- a/loro-js/CHANGELOG.md +++ b/loro-js/CHANGELOG.md @@ -1,5 +1,41 @@ # Changelog +## 1.0.0-beta.1 + +### Patch Changes + +- Performance improvement and bug fixes + + ### 🚀 Features + + - Redact (#504) + + ### 🐛 Bug Fixes + + - Ffi Subscription (#505) + - Ffi remove try unwrap (#506) + - Movable list undo impl (#509) + - Tracker skip applied deletion error (#512) + - IsContainerDeleted cache err (#513) + + ### 📚 Documentation + + - Refine wasm docs + + ### ⚡ Performance + + - Optimize shrink frontiers + - Optimize batch container registrations on arena (#510) + - Optimize high concurrency performance (#514) + - Use better data structure for frontiers (#515) + + ### Perf + + - Commit speed & text insert cache (#511) + +- Updated dependencies + - loro-wasm@1.0.0-beta.1 + ## 1.0.0-alpha.5 ### Patch Changes diff --git a/loro-js/package.json b/loro-js/package.json index 0654d9ab..aadfc09e 100644 --- a/loro-js/package.json +++ b/loro-js/package.json @@ -1,6 +1,6 @@ { "name": "loro-crdt", - "version": "1.0.0-alpha.5", + "version": "1.0.0-beta.1", "description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", "keywords": [ "crdt",