Releases: yorkie-team/yorkie-js-sdk
Releases · yorkie-team/yorkie-js-sdk
v0.5.4
What's Changed
- Implement
InitialRoot
option for Document attachment by @raararaara in #913 - Export VersionVector by @chacha912 in #917
- Add doc.getStats for debugging purpose by @hackerwins in #920
Full Changelog: v0.5.3...v0.5.4
v0.5.3
What's Changed
- Introducing version vector to solve GC problem by @JOOHOJANG in #899
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- Update target to ES2020 and replace Long with bigint by @hackerwins in #912
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- Automate Linting with Husky and lint-staged to Prevent CI Failures by @gwbaik9717 in #896
- Restrict presence object type to JSON serializable values by @gwbaik9717 in #898
- Add configurable retry mechanism to broadcast interface by @gwbaik9717 in #901
- Ensure
find
andindexOf
perform splay by @m4ushold in #904
New Contributors
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Introduce broadcast API for event sharing by @gwbaik9717 in #884
- Update npm-publish command for sdk by @hackerwins in #886
- Update MAINTAINING.md by @chacha912 in #887
- Lock version of
@codemirror/view
to prevent potential issues with Korean character input by @devleejb in #890
Full Changelog: v0.4.31...v0.5.0
v0.4.31
What's Changed
- Update example version to v0.4.28 by @chacha912 in #877
- Unify error throwing methods by @gwbaik9717 #878
- Update docker compose command to V2 by @kokodak in #879
- Introduce monorepo to manage packages using pnpm @gwbaik9717 #880
New Contributors
Full Changelog: v0.4.28...v0.4.31
v0.4.28
What's Changed
- Update example version to v0.4.27 by @chacha912 in #870
- Adjust Default LogLevel to Warn by @gwbaik9717 in #871
- Add Root-Only Filter Feature in History Tab by @gwbaik9717 in #872
- Improve performance for creating crdt.TreeNode by @hackerwins in #875
Full Changelog: v0.4.27...v0.4.28
v0.4.27
What's Changed
- Add taskQueue to handle each request one by one by @hackerwins in #862
- Handle retry for syncLoop and watchLoop by @hackerwins in #863
- Remove Custom JSDOM by @hackerwins in #864
- Remove vitest-environment-custom-jsdom from dependencies by @blurfx in #866
- Handle ErrClientNotActivated and ErrClientNotFound by @hackerwins in #865
- Handle local changes correctly when receiving snapshot by @hackerwins in #868
- Remove jsdom from dependencies by @blurfx in #867
Full Changelog: v0.4.26...v0.4.27
v0.4.26
What's Changed
- Update example version to v0.4.25 by @chacha912 in #858
- Remove node from indexes during GC by @hackerwins in #860
Full Changelog: v0.4.25...v0.4.26
v0.4.25
What's Changed
- Use module import style for Protobuf by @hackerwins in #853
- Remove reattach test code by @hackerwins in #855
- Add
doc.subscribe('status', callback)
function by @chacha912 in #828
Full Changelog: v0.4.24...v0.4.25