public
Description: Data Binding Plugin for jQuery
Homepage:
Clone URL: git://github.com/raid-ox/chain.js.git
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