Skip to content

Commit

Permalink
issue #51, issue #45: async implementation of changes delivery - docs…
Browse files Browse the repository at this point in the history
… and release
  • Loading branch information
gullerya committed Sep 3, 2020
1 parent 54b08c5 commit f088397
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

* __3.2.0__
* implemented [Issue no. 45](https://github.com/gullerya/object-observer/issues/45) - implemented async flavor of changes delivery on per Observable configuration basis; default behavior remained the same - synchronous
* implemented [Issue no. 51](https://github.com/gullerya/object-observer/issues/51) - batch delivery of `Object.assign` changes is enabled via the async opt-in, see issue #45 above

* __3.1.1__
* fixed [Issue no. 58](https://github.com/gullerya/object-observer/issues/58) - JSFiddle link to point to the latest

Expand Down
9 changes: 4 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ Main aspects and features:

#### Last versions (full changelog is [here](docs/changelog.md))

* __3.2.0__
* implemented [Issue no. 45](https://github.com/gullerya/object-observer/issues/45) - implemented async flavor of changes delivery on per Observable configuration basis; default behavior remained the same - synchronous
* implemented [Issue no. 51](https://github.com/gullerya/object-observer/issues/51) - batch delivery of `Object.assign` changes is enabled via the async opt-in, see issue #45 above

* __3.1.1__
* fixed [Issue no. 58](https://github.com/gullerya/object-observer/issues/58) - JSFiddle links to point to the latest

Expand All @@ -50,11 +54,6 @@ Main aspects and features:
* implemented [Issue no. 56](https://github.com/gullerya/object-observer/issues/56) - fixed handling of `pathsOf` option in case of `Array` massive mutations (`reverse`, `shuffle` events)
* enhanced tests and fixed mis-implemented negative ones

* __3.0.3__
* implemented [Issue no. 46](https://github.com/gullerya/object-observer/issues/46) - added support to the `TypedArray` objects
* implemented [Issue no. 44](https://github.com/gullerya/object-observer/issues/44) - added support to the `copyWithin` method (`Array`, `TypedArray`)
* slight performance improvements

For a preview/playground you are welcome to:
* [JSFiddle](https://jsfiddle.net/gullerya/5a4tyoqs/latest)
* [CodePen](https://codepen.io/gullerya/pen/zYrGMNB)
Expand Down

0 comments on commit f088397

Please sign in to comment.