Skip to content

Commit

Permalink
Update CHANGELOG for v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins committed Jun 22, 2022
1 parent 7a6d8ab commit 89f79f6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ and Yorkie JS SDK adheres to [Semantic Versioning](https://semver.org/spec/v2.0.

## [Unreleased]

## [0.2.8] - 2022-06-22

### Added

- Add read-only Array methods to ArrayProxy: #310
- Add Array.splice to ArrayProxy: #317

### Changed

- Use types more strictly in Document.update: #314
- Revert Document and Text: #47478e7
- Improve performance deletion in Text: #312, #316

### Fixed

- Remove size cache from RGATreeList and use SplayTree instead: #315
- Fix bug when setting non-string values in Presence: #311

## [0.2.7] - 2022-05-25

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yorkie-js-sdk",
"version": "0.2.7",
"version": "0.2.8",
"description": "Yorkie JS SDK",
"main": "./dist/yorkie-js-sdk.js",
"typings": "./dist/yorkie-js-sdk.d.ts",
Expand Down

0 comments on commit 89f79f6

Please sign in to comment.