mirror of
https://github.com/loro-dev/loro.git
synced 2024-12-01 04:28:18 +00:00
chore: bump to 1.0.0-beta.1
This commit is contained in:
parent
e0b7280024
commit
00775d3bcd
4 changed files with 71 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue