mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-02 11:06:14 +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
|
# 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
|
## 1.0.0-alpha.5
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loro-wasm",
|
"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.",
|
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"crdt",
|
"crdt",
|
||||||
|
|
|
@ -1,5 +1,41 @@
|
||||||
# Changelog
|
# 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
|
## 1.0.0-alpha.5
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loro-crdt",
|
"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.",
|
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"crdt",
|
"crdt",
|
||||||
|
|
Loading…
Reference in a new issue