You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.0 KiB
1.0 KiB
Change log
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