chore: bump version to v1.0.0-alpha.1

This commit is contained in:
Zixuan Chen 2024-09-20 18:16:49 +08:00
parent aab6730b4d
commit bb494df230
No known key found for this signature in database
4 changed files with 69 additions and 2 deletions

View file

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

View file

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

View file

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

View file

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