3.0.0 • Published 9 years ago

watchable-object v3.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

Build Status Coverage Status Gitter

var person = new WatchableObject();
person.watch(function () {
  
});
person.set("name", "Liam Neeson"); // triggers listener

WatchableObject(properties)

initial properties

get(keypath)

keypath to the value

set(keypath, value)

sets a value on the object

watcher watch(listener)

watch for any changes on the object

watcher.dispose()

disposes a watcher

3.0.0

9 years ago

2.0.14

9 years ago

2.0.13

9 years ago

2.0.11

9 years ago

2.0.10

9 years ago

2.0.9

9 years ago

2.0.8

9 years ago

2.0.7

9 years ago

2.0.6

9 years ago

2.0.5

9 years ago

2.0.4

9 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago