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 4732a64 commit 54b08c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "object-observer",
"version": "3.1.1",
"version": "3.2.0",
"description": "object-observer utility provides simple means to (deeply) observe specified object/array changes; implemented via native Proxy; changes delivered in a synchronous way",
"keywords": [
"object",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Main aspects and features:

* nested objects of the observable graph are observables too

* changes delivered in a __synchronous__ way by default, __asynchronous__ delivery (experimental) is optionally available as per `Observable` configuration
* changes delivered in a __synchronous__ way by default, __asynchronous__ delivery (experimental) is optionally available as per `Observable` configuration; [more details here](docs/sync-async.md)

* observed path may optionally be filtered as per `observer` configuration; [more details here](docs/filter-paths.md)

Expand Down

0 comments on commit 54b08c5

Please sign in to comment.