public
Description: Data Binding Plugin for jQuery
Homepage:
Clone URL: git://github.com/raid-ox/chain.js.git
raid-ox (author)
Sat Oct 18 15:52:30 -0700 2008
commit  7618ea026fae83a4bd9a49c9541d6e10f544ca69
tree    62c380b27cca91ef37b789cdc78de945e5f8b564
parent  8636c7c3bd4f9ee83523eab4cbe663f70f37e4af
chain.js / release-notes.txt
100644 14 lines (13 sloc) 0.482 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Chain.js Release Notes
 
v0.2:
- added update('hard'), updating all items.
- added mulitple templating. See Documentation
- added items('index')
- added items('add', 'push') and items('add', 'shift')
- now chain({...}) only extend defaultBuilder, override using
  chain({override:true})
- Updater now can update the item itself by defining
  chain({self: "{somedata}"})
- Now a packed version (using Dean Edward's packer)
- In Code Documentation & Documentation Generator
- bug fixes