backbone.babysitter
Version:
Manage child views in a Backbone.View
96 lines (54 loc) • 1.59 kB
Markdown
# Change log
### v1.0.0
* Updated Backbone and Underscore version ranges again
### v1.0.0-pre.2
* Updated Backbone and Underscore version ranges
### v1.0.0-pre.1
* Moved Backbone and Underscore to peerDependencies
### v0.1.12
* Bump version range of backbone support.
### v0.1.11
* Bump version range of backbone support.
### v0.1.10
* Bump version range of backbone support.
### v0.1.9
* Bump version range of backbone support.
### v0.1.8
* Bump version range of backbone and underscore support.
### v0.1.7
* Bump version range of backbone support.
### v0.1.6
* Expose `reduce` to babysitter collections. Thanks @romanbsd
### v0.1.5
* Minor updates to bower.json
### v0.1.4
* Update UMD Wrapper and build process
### v0.1.2
* Add .VERSION and n.oConflict
* General cleanups to tests and package.json
* Add travis build info
### v0.1.1
* Remove AMD builds and replace with a single UMD style wrapper.
### v0.1.0
* allow chaining of add and remove methods
* add component.json
#### General
* update grunt file
* readme fixed
* fix gruntfile url
### v0.0.6
* Removed `.findByCollection` method
* Added `.findByModelCid` method
### v0.0.5
* Updated build process to use GruntJS v0.4
### v0.0.4
* Added a fix for IE < 9, when applying a function to the views
* Added `.pluck` as a method, from Underscore.js
* Can specify an array of views to the container constructor
### v0.0.3
* Added iterators and other collection processing functions from Underscore.js
### v0.0.2
* Added `.length` attribute
* Added `.findByIndex` method
### v0.0.1
* Initial release