mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 21:07:43 +00:00
chore: bump version to v1.0.0-alpha.1
This commit is contained in:
parent
aab6730b4d
commit
bb494df230
4 changed files with 69 additions and 2 deletions
|
@ -1,5 +1,37 @@
|
||||||
# Changelog
|
# 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
|
## 0.16.12
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loro-wasm",
|
"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.",
|
"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,40 @@
|
||||||
# Changelog
|
# 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
|
## 0.16.12
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loro-crdt",
|
"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.",
|
"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