Skip to content

Tags: ElliotNB/observable-slim

Tags

0.1.6

Version increment to 0.1.6

0.1.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #26 from dashersw/master

Add a new __getPath property for fetching the path of a proxy

0.1.4

Version increment to 0.1.4

0.1.3

Version increment 0.1.3

0.1.2

Indentation fix, pass lint check.

0.1.1

Bug fix for overwritten object clean-up.

* It's possible for a parent object to have multiple different
references to the same object. If an object gets overwritten, we want to
stop watching it but *only* if there are no other references to that
object under the parent object and all nested objects.

0.1.0

Version increment to 0.1.0

0.0.9

Version increment to 0.0.9

0.0.8

Updating README examples with revised currentPath.

0.0.7

Remove try finally to restore performance.