Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
1c2c01a
Ignored .idea directory
hashchange Dec 30, 2013
301f37f
Added Karma config file
hashchange Dec 30, 2013
c8b66fa
Fixed #7 "Attribute vs member" in documentation
hashchange Dec 30, 2013
032bcb2
Added tests for deselectAll
hashchange Dec 30, 2013
27591be
Fixed #4 by adding deselectAll as an alias
hashchange Dec 30, 2013
661f891
Add support for a model which belongs to more than one collection.
dakota Aug 8, 2013
de62bb8
Updated Backbone and Underscore libs
hashchange Dec 30, 2013
d4896ff
Fixed test setup
hashchange Dec 30, 2013
27727e4
Added tests for multiple collections
hashchange Dec 31, 2013
23463f6
Working implementation for multiple collections
hashchange Jan 7, 2014
e0b0789
Events fixed for multiple collections by introducing options.silent
hashchange Jan 7, 2014
453d514
Added full support for multiple collections (fixing #16)
hashchange Jan 13, 2014
74845c8
Made events fire when model and collection states are consistent (fix…
hashchange Jan 13, 2014
bfc7085
Fixed model status not updating when closing a collection
hashchange Jan 14, 2014
e444b41
Added tests for reselection events
hashchange Jan 20, 2014
ff32084
Updated release notes
hashchange Jan 20, 2014
7b9c76c
Prevented multi-select events from firing if action is a no-op (chang…
hashchange Jan 20, 2014
dbfd613
Added reselection events
hashchange Jan 20, 2014
1a3d8ae
Added support for custom options
hashchange Jan 21, 2014
0e842e7
Added automatic invocation of standard event handlers
hashchange Jan 22, 2014
e49f607
Changed SingleSelect event signatures to include collection
hashchange Jan 23, 2014
276f83b
Changed MultiSelect event signatures to include diff hash, collection
hashchange Jan 24, 2014
f52a13d
Added applyTo class methods for setup
hashchange Jan 25, 2014
749691d
Removed support for creating Picky objects solely with the constructor
hashchange Jan 25, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
tmp/
ext/
node_modules
_SpecRunner.html
_SpecRunner.html
.idea/
1,609 changes: 1,571 additions & 38 deletions public/javascripts/backbone.js

Large diffs are not rendered by default.

1,289 changes: 1,257 additions & 32 deletions public/javascripts/underscore.js

Large diffs are not rendered by default.

Loading