mirror of
https://github.com/2ec0b4/kaamelott-soundboard.git
synced 2025-12-08 15:43:24 +00:00
1.4 KiB
1.4 KiB
Change log
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
reduceto 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
.findByCollectionmethod - Added
.findByModelCidmethod
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
.pluckas 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
.lengthattribute - Added
.findByIndexmethod
v0.0.1
- Initial release