-
Notifications
You must be signed in to change notification settings - Fork 70
/
ChangeLog
40 lines (19 loc) · 913 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
2012.9.3, Version 0.1.3
* Added event bubbling (Pindi Albert)
* Added multi-event binding (Pindi Albert)
* Default input type is "text" (Tristan Slominski)
* .set() fires model change event when reset is true (Tristan Slominski)
* Accept data-bind events in any order (Tristan Slominski)
* Documentation updates
2011.12.17, Version 0.1.2
* New data-bind notation: equal sign (Tristan Slominski)
* Documentation updates (Artur Adib)
2011.12.11, Version 0.1.1
* gh-pages is now production branch, master is development
* Documents are now hosted in docs/ in master (to be periodically merged with gh-pages)
* pre: and post: event prefixes (Tristan Slominski)
* before() and after() DOM insertion methods (Fabio Ferrari)
* New method isAgility() (Tristan Slominski)
* Bug fixes and new unit tests (thanks Tristan Slominski, David Ascher, Fabio Ferrari)
2011.07.21, Version 0.1.0
* First release