Skip to content

Commit

Permalink
Update CHANGELOG for v0.3.4 (#498)
Browse files Browse the repository at this point in the history
Co-authored-by: Youngteac Hong <[email protected]>
  • Loading branch information
chacha912 and hackerwins authored Apr 18, 2023
1 parent d1d1b9e commit 0a59dcc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and Yorkie JS SDK adheres to [Semantic Versioning](https://semver.org/spec/v2.0.

## [Unreleased]

## [0.3.4] - 2023-04-18

### Added
* Add the `document.subscribe(targetPath, (event) => {})`, which enables users to subscribe to a specific target in a document by @chacha912 in #487
* Add the `document.getValueByPath()` to get the value of a document by specifying the path by @chacha912 in #487
* Add benchmark tests for yorkie.Document by @JOOHOJANG in #494
* Add client sync mode, which enables users to pause and resume remote changes by @chacha912 in #495
* Add x-shard-key to APIs by @hackerwins in #486
* Add yorkie user agent in grpc metadata by @emplam27 in #488

### Changed
* Change Counter.increase() to remove the decimal part instead of using Math.floor() when a decimal number is passed as an argument by @JOOHOJANG in #496

### Fixed
* Return undefined when searching for presence of non-existent peer by @chacha912 in #493

## [0.3.3] - 2023-03-24

### Added
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.3.3",
"version": "0.3.4",
"description": "Yorkie JS SDK",
"main": "./dist/yorkie-js-sdk.js",
"typings": "./dist/yorkie-js-sdk.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion package.publish.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yorkie-js-sdk",
"version": "0.3.3",
"version": "0.3.4",
"description": "Yorkie JS SDK",
"main": "./dist/yorkie-js-sdk.js",
"typings": "./dist/yorkie-js-sdk.d.ts",
Expand Down

0 comments on commit 0a59dcc

Please sign in to comment.