chore: bump to 1.0.0-beta.1

This commit is contained in:
Zixuan Chen 2024-10-16 16:29:52 +08:00
parent e0b7280024
commit 00775d3bcd
No known key found for this signature in database
4 changed files with 71 additions and 2 deletions

View file

@ -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

View file

@ -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",

View file

@ -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

View file

@ -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",