Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.1.0-dev.8

* feat: add doc listeners, data types dispose ([#16](https://github.com/justsandip/synk/pull/16))
* refactor: optimize length calculation for list, text ([#17](https://github.com/justsandip/synk/pull/17))
* feat: implement transaction batching, mutation tracking ([#18](https://github.com/justsandip/synk/pull/18))
* refactor: [BREAKING CHANGE] unify primitives into generic SynkValue<T> ([#19](https://github.com/justsandip/synk/pull/19))
* docs: fix SynkMap constructor in README ([#20](https://github.com/justsandip/synk/pull/20))

# 0.1.0-dev.7

* fix(SynkMap): delete syncs correctly across peers ([#12](https://github.com/justsandip/synk/pull/12))
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: synk
description: An offline-first, conflict-free, shared editing library for Dart.
version: 0.1.0-dev.7
version: 0.1.0-dev.8
repository: https://github.com/justsandip/synk
issue_tracker: https://github.com/justsandip/synk/issues
homepage: https://github.com/justsandip/synk
Expand Down