Skip to content

Commit

Permalink
Using Map, bugfixes, code doc
Browse files Browse the repository at this point in the history
See changelog.md for more details
  • Loading branch information
MaxArt2501 committed Jan 20, 2015
1 parent b8d6a45 commit 1411958
Show file tree
Hide file tree
Showing 4 changed files with 400 additions and 145 deletions.
17 changes: 17 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## v0.1.1

2015-01-19

* Fixed bugs in `Object.unobserve`
* Fixed bugs in `notifier.performChange`
* Used `Map`s when available - *much* cleaner code!
* Added some code documentation

## v0.1.0

2015-01-18 - First preliminary version

* `Object.observe`, `Object.unobserve`
* `Object.getNotifier`, `Object.deliverChangeRecords`
* No support for `"reconfigure"` and `"setPrototype"` events
* No `Array.observe`/`unobserve` yet
Loading

0 comments on commit 1411958

Please sign in to comment.