3301 Commits

Author SHA1 Message Date
Justin Ridgewell
8ec8860473 Merge pull request #3998 from jashkenas/1.3.3
Create 1.3.3 Release
1.3.3
2016-04-05 13:45:00 -04:00
Robillard, Steven
b8c054aec7 Re-minified and updated versions. 2016-04-05 13:39:15 -04:00
Graeme Yeates
85f86d7d61 Release v1.3.3 2016-04-05 13:39:15 -04:00
Graeme Yeates
c8757f471c Merge pull request #4000 from akre54/fix-globals
Fix failing global tests
2016-04-05 13:38:41 -04:00
Adam Krebs
788dc91070 Remove test elements after insterting to fix failing global tests 2016-03-29 14:55:41 -04:00
Adam Krebs
a640b3bdd4 use _.indexOf instead of Array.prototype.indexOf in test. Fixes failing IE8 case 2016-03-29 14:50:06 -04:00
Adam Krebs
6b919eb061 Revert "Update index.html". "a SQL" -> "an SQL"
This reverts commit 96d81142f8.
2016-03-28 15:50:48 -04:00
Adam Krebs
5bc65ff3fc Merge pull request #3997 from zotherstupidguy/master
fix a typo
2016-03-28 12:01:46 -04:00
echo 'alias h4x="emacs -nw **/*"' ~/.zshrc; echo 'alias vim="h4x"' ~/.zshrc;echo 'alias emacs="h4x"' ~/.zshrc
96d81142f8 Update index.html 2016-03-28 17:36:24 +02:00
Adam Krebs
c4056792ed fix links to MDN docs. Addresses #3990 2016-03-16 16:45:55 -04:00
Justin Ridgewell
6595240268 Merge pull request #3978 from jridgewell/1.3.2-rc
Backbone 1.3.2
1.3.2
2016-03-12 12:09:37 -05:00
Justin Ridgewell
835b17ba46 Backbone 1.3.2 2016-03-12 12:08:51 -05:00
Adam Krebs
24779ae64a Merge pull request #3980 from megawac/3975
Fix 1.3.1 regression with once and no context
2016-03-08 14:22:35 -05:00
Graeme Yeates
1db79ddd33 Fix 1.3.1 regression with once and no context 2016-03-08 11:23:00 -05:00
Graeme Yeates
d682061a25 Update index 2016-03-04 13:25:34 -05:00
Justin Ridgewell
7fe056cd24 Bump to v1.3.1
Because I screwed up the 1.3.0 release by not building the min files...
Sorry everyone.
1.3.1
2016-03-03 22:06:21 -05:00
Justin Ridgewell
2dd94cc2f8 Build v1.3 1.3.0 2016-03-03 22:01:23 -05:00
Justin Ridgewell
478e708ade 1.3.0 v1.3.0 2016-03-03 21:54:25 -05:00
Justin Ridgewell
dcac2b586d Merge pull request #3921 from jdalton/changelog
Draft changelog for Backbone 1.3.0
2016-03-03 21:53:15 -05:00
Adam Krebs
712b42b4f3 code golf modelId example a bit more 2016-03-02 13:14:52 -05:00
John-David Dalton
8b976a4ae2 Update changelog for 1.3.0. 2016-02-08 13:41:23 -08:00
Ash Lux
32d89dc47e When listening to numerous events and stopListening is called, then _.isEmpty is painfully slowly and assigning _listenTo to undefined isn't necessary. 2016-02-08 15:16:10 -05:00
Graeme Yeates
5bc98095f7 Merge pull request #3927 from jashkenas/megawac-patch-1
Silent true note for collection.remove
2016-02-08 15:09:39 -05:00
Graeme Yeates
e5353fb484 Merge pull request #3947 from sam-at-github/master
Minor update to docs.
2016-02-08 15:06:47 -05:00
Justin Ridgewell
82bdb8939b Merge pull request #3956 from jshen212/patch-1
Line 1920 - Fix Spacing After Return
2016-02-05 14:34:31 -05:00
Jeff Shen
28588e1b96 Line 1920 - Fix Spacing After Return
Fixed spacing after return to match the rest of the code
2016-02-05 11:11:57 -08:00
Adam Krebs
8d8b854abf rename at => val in test to be clearer 2016-02-04 17:16:06 -05:00
Justin Ridgewell
5a6a82450a Merge pull request #3936 from craigmichaelmartin/optimize-collection-get
optimize collection get
2016-02-04 16:00:04 -05:00
Craig Martin
8932ae4bc3 optimize collection get and account for edge case 2016-02-04 15:30:26 -05:00
Justin Ridgewell
8e37d6758c Merge pull request #3952 from craigmichaelmartin/fix-linting-errors
fix failing linting tests
2016-02-04 15:23:15 -05:00
Craig Martin
47fb04a373 fix failing linting tests 2016-02-04 15:16:41 -05:00
Adam Krebs
b0161947eb Fix #3951: options.index should never exceed collection.length 2016-02-04 15:01:59 -05:00
Adam Krebs
08a486cb8a Merge pull request #3843 from jridgewell/defaults-prototype-collision
Avoid Object.prototype collisions with defaults
2016-02-04 12:23:43 -05:00
Justin Ridgewell
92fb299c2a Use _.extend to avoid Object.prototype collisions 2016-02-03 12:56:45 -05:00
Justin Ridgewell
159ce4afad Merge pull request #3949 from pra85/patch-1
Fixes typo in docs
2016-02-02 23:39:28 -05:00
Prayag Verma
ad1a6b85ad Fixes typo in docs
Found a spelling mistake -
`deprectated` > `deprecated`
2016-02-03 10:05:44 +05:30
Justin Ridgewell
67790b27de Merge pull request #3945 from jridgewell/collection-has-test-fix
Use strictEqual in Collection#has Tests
2016-02-02 11:27:19 -05:00
Justin Ridgewell
2f85060e59 Upgrade vendor QUnit 2016-02-02 11:21:37 -05:00
Graeme Yeates
c380607704 Merge pull request #3940 from roycetucker/patch-2
Fixing object notation for Events.once
2016-02-01 13:52:57 -05:00
Adam Krebs
344a4292f5 Merge pull request #3948 from megawac/col-update
Pass updated models in the Collection "update" event
2016-02-01 09:40:02 -07:00
Graeme Yeates
670ff30aa4 Improve collection 'update' event consistency 2016-02-01 11:33:39 -05:00
Linus-A. M. Gubenis
90cb566250 Pass added and removed models to collection update events 2016-02-01 11:18:09 -05:00
sam-at-github
f55b154ad3 Minor update to docs. Qualify the behaviour of fetch({reset: true}). Link doc on reset event to reset method. 2016-02-01 15:45:37 +11:00
Royce Tucker
d2099dd283 Adding a unit test for once with object notation 2016-01-30 14:37:37 -06:00
Royce Tucker
00f5c39e27 Fixing object notation for Events.once 2016-01-28 13:05:35 -06:00
Adam Krebs
45f4ebaac1 Merge pull request #3938 from craigmichaelmartin/patch-1
disable npm's progress bar in travis ci for quicker install
2016-01-27 09:27:17 -05:00
Craig Martin
80ccab0ac8 disable npm's progress bar in travis ci for quicker install
See https://github.com/npm/npm/issues/11283
2016-01-27 09:23:50 -05:00
Justin Ridgewell
be1c967a26 Merge pull request #3934 from craigmichaelmartin/fix-modelId-example
fix modelId example
2016-01-25 10:22:51 -08:00
Craig Martin
4caa6e6835 fix modelId example 2016-01-23 22:52:27 -05:00
Adam Krebs
ecdb7ad886 Merge pull request #3933 from craigmichaelmartin/add-id-test-for-polymorphic
add tests solidifying behavior for modelId with polymorphic models
2016-01-20 11:02:48 -05:00