[Pkg-javascript-commits] [backbone] annotated tag upstream/1.3.3_dfsg created (now 4801784)
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 07:44:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a change to annotated tag upstream/1.3.3_dfsg
in repository backbone.
at 4801784 (tag)
tagging a03a6680e8064190ee53315636a47dc623451b03 (commit)
replaces upstream/1.2.3_dfsg
tagged by Jonas Smedegaard
on Wed Aug 31 00:58:41 2016 +0200
- Log -----------------------------------------------------------------
Upstream version 1.3.3~dfsg
-----BEGIN PGP SIGNATURE-----
iQIcBAABCAAGBQJXxg+hAAoJECx8MUbBoAEhZEEQAKwGSQiYDrQ99cwXwDrYftFq
f2heo0c0AEgJvB10HW4zAs229kZKWddJJGJefMXiX45D2WwS/aKUDh729T2uSwfb
ENr0yEa5ULZORqmWOtdxeZBxsGNyKrorMzvqxWukf7wPvAyoJikl6fSAxCGLOiee
D7LgeB2bcwAQ5nBzK2yHt7nmnGx0+ph02J+ua+PDoDefQlaPU2MvmXA03H1Sy+O5
1O6MMr7paUwuWQ4+W8wnH1mFdhHQohxrvq/CCUH43HTKu+NR4Z7ksZoxv5N1CJYx
CcZKtBsDcZnB998HS/YVWxMnTrFOfCEwnwb/jmPbzSyc9/Z708Wsv5gXQBC+lMls
H0X5qQw5TffwE5vTc8GCYT8c5n2akF0UxqFZhp3pGbI2U9LoQRry32211z4vGytL
YZpTN4F+Cn3tp4AT/qxTpfac6cvrSFOI989Lr6RMLgbi+tsiBEVHslwk6up1pzum
EJsHMTHQV71FEeWa14mxDFe42qzHGHJP9mCX10VaIj9lW1TKdXe4LPespi3qBvz7
xPv1eEnyi13IoQ4Ql/25KW7Tbc6+ZU4GbQaLgXVreGtiDoj8JELjD71DOXERDPRY
EA7/ptWIEbAyg1juu9SWxMi5N239o8s82aWfokKFR7tJMMM/SpbOGULTaEidi9NR
dMAp2Em8iWl9OH3wGapR
=BMGH
-----END PGP SIGNATURE-----
Adam Krebs (38):
update modelId docs
Add alternative help channels to README
Merge pull request #3787 from paulfalgout/patch-3
Merge pull request #3794 from garrettmaring/master
Merge pull request #3797 from jdalton/msedge
Merge pull request #3553 from megawac/extend-create
Revert "Remove LICENSE from package.json files array."
Merge pull request #3817 from jashkenas/revert-3765-patch-2
Merge pull request #3816 from platinumazure/qunit2
Merge pull request #3818 from captbaritone/collection-initialize-null-models
make empty collection arguments consistent
Merge pull request #3822 from captbaritone/indent-fix
Merge pull request #3837 from jridgewell/remove-fix
enable QUnit.config.noglobals in tests
Fix anchor tags in ModelId docs
fix modelId example
Merge pull request #3859 from mieszko4/patch-1
Merge pull request #3879 from jashkenas/nested-route-example
Merge pull request #3891 from captbaritone/eslint
Merge pull request #3892 from captbaritone/eslint-1
remove superfluous spaces from model test
Merge pull request #3911 from captbaritone/nested-ternary
Merge pull request #3930 from craigmichaelmartin/add-collection-has
Merge pull request #3928 from captbaritone/year
Merge pull request #3929 from craigmichaelmartin/avoid-redefinitions
Merge pull request #3933 from craigmichaelmartin/add-id-test-for-polymorphic
Merge pull request #3938 from craigmichaelmartin/patch-1
Merge pull request #3948 from megawac/col-update
Merge pull request #3843 from jridgewell/defaults-prototype-collision
Fix #3951: options.index should never exceed collection.length
rename at => val in test to be clearer
code golf modelId example a bit more
Merge pull request #3980 from megawac/3975
fix links to MDN docs. Addresses #3990
Merge pull request #3997 from zotherstupidguy/master
Revert "Update index.html". "a SQL" -> "an SQL"
use _.indexOf instead of Array.prototype.indexOf in test. Fixes failing IE8 case
Remove test elements after insterting to fix failing global tests
Ash Lux (1):
When listening to numerous events and stopListening is called, then _.isEmpty is painfully slowly and assigning _listenTo to undefined isn't necessary.
Craig Martin (8):
trust npm to set up $PATH
add `has` method to collection
eliminate shadowed variable declarations
add tests solidifying behavior for modelId with polymorphic models
fix modelId example
disable npm's progress bar in travis ci for quicker install
fix failing linting tests
optimize collection get and account for edge case
FishbaitHarry (1):
Docs for Collection#at behavior
Garrett Maring (1):
Test for conflicting className/id and attributes
Graeme Yeates (22):
Use _.create in extend
Merge pull request #3811 from jacobbuck/moreunderscore
Use karma concurrency for initiating parallel sauce tests
Update sauce browser matrix
Bump karma requirement to 0.13.13 karma-runner/karma#1653
Merge pull request #3832 from jashkenas/karma-sauce
Merge pull request #3834 from jridgewell/model-change-id-regression
Merge pull request #3845 from jridgewell/model-id-test
Merge pull request #3866 from jdalton/invoke-map
Merge pull request #3867 from jdalton/coerce
Merge pull request #3870 from cherouvim/master
Merge pull request #3885 from craigmichaelmartin/package-path
Silent true note for collection.remove
Fix formatting
Improve collection 'update' event consistency
Merge pull request #3940 from roycetucker/patch-2
Merge pull request #3947 from sam-at-github/master
Merge pull request #3927 from jashkenas/megawac-patch-1
Update index
Fix 1.3.1 regression with once and no context
Merge pull request #4000 from akre54/fix-globals
Release v1.3.3
Ilia Ablamonov (1):
Fixed Collection#set regression when parse returns falsy value
Ioannis Cherouvim (1):
#3831
Jacob Buck (1):
Add `findIndex` and `findLastIndex` underscore methods to Collection.
Jeff Shen (1):
Line 1920 - Fix Spacing After Return
Jeremy Ashkenas (1):
Merge pull request #3803 from jridgewell/removeModels-regression
John-David Dalton (5):
Add MS Edge to karma-sauce runner.
Change `_.invoke` use to `_.map`.
Simplify `pluck`, thanks @jridgewell.
Ensure `attr` is a string when passed to `this.map`.
Update changelog for 1.3.0.
Jonas Smedegaard (1):
New upstream version 1.3.3~dfsg
Jordan Eldredge (25):
Make implicit ;s in tests explicit
Document using [] for empty Collections with options
Fix indention in tests
Fix indentation in models test
Enable ESLint
Non-controversial ESLint whitespace rules
Add ESLint rule: key-spacing
Enable ESLint rule: new-cap
Add ESLint rule: wrap-iife (inside)
Add ESLint rule: no-undef
Add ESLint rule: quote-props (warning)
Add ESLint rule: no-lonely-if
Enable ESLint rule: 'quotes' for tests
Enable ESLint semicolons for tests
Reenable already passing ESLint rules for tests
Enforce camelCase ESLint rule in tests
Add ESLint warning for quoted keys to tests
Enable ESLint brace-style
Add ESLint warning: no-extra-parens
Add ESLint rule: no-unused-expressions
Add ESLint rule: block-scoped-var
Add ESLint rule: dot-notation
Add ESLint rule: eqeqeq
Avoid nested ternary
Update copyright year
Justin Ridgewell (45):
Merge pull request #3735 from akre54/readme-help
Merge pull request #3754 from paulfalgout/patch-1
Merge pull request #3692 from akre54/modelid-docs
Merge pull request #3800 from FishbaitHarry/master
Fix _removeModels regression
Merge pull request #3819 from captbaritone/semicolons
Merge pull request #3821 from captbaritone/indent-fix
Fix 1.2.2 Model#id regression
Merge pull request #3833 from jridgewell/id-regression
Always return removed array from #_removeModels
Fix _onModelEvent regression
Deopt Underscore methods that change on arguments
Merge pull request #3820 from jridgewell/reduce-deopt
Test case for model.id
Merge pull request #3850 from adictovirtual/master
Whitespace
Merge pull request #3855 from akre54/noglobals
Merge pull request #3864 from jdalton/invoke
Merge pull request #3875 from Flamefork/3871-set-parse-undefined
Give a nested route example
Merge pull request #3893 from captbaritone/eslint-2
Merge pull request #3897 from captbaritone/eslint-new-cap
Merge pull request #3900 from captbaritone/eslint-wrap-iife-inside
Merge pull request #3894 from captbaritone/eslint-all
Merge pull request #3903 from captbaritone/eslint-6
Merge pull request #3902 from captbaritone/eslint-5
Merge pull request #3910 from captbaritone/eslint-9
Merge pull request #3917 from paulfalgout/remove-component
Merge pull request #3886 from ClimbsRocks/patch-1
Merge pull request #3907 from captbaritone/eslint-8
Merge pull request #3934 from craigmichaelmartin/fix-modelId-example
Upgrade vendor QUnit
Merge pull request #3945 from jridgewell/collection-has-test-fix
Merge pull request #3949 from pra85/patch-1
Use _.extend to avoid Object.prototype collisions
Merge pull request #3952 from craigmichaelmartin/fix-linting-errors
Merge pull request #3936 from craigmichaelmartin/optimize-collection-get
Merge pull request #3956 from jshen212/patch-1
Merge pull request #3921 from jdalton/changelog
1.3.0
Build v1.3
Bump to v1.3.1
Backbone 1.3.2
Merge pull request #3978 from jridgewell/1.3.2-rc
Merge pull request #3998 from jashkenas/1.3.3
Kevin Partington (1):
Tests: Migrated unit tests to QUnit 2.0 syntax. (fixes #3813)
Linus-A. M. Gubenis (1):
Pass added and removed models to collection update events
Paul Falgout (3):
Remove matches proxy from docs
fix incorrect closing b tag
Remove deprecated component.json
Prayag Verma (1):
Fixes typo in docs
Preston Parry (1):
updates wording to "space-separated" to be consistent
Robillard, Steven (1):
Re-minified and updated versions.
Royce Tucker (2):
Fixing object notation for Events.once
Adding a unit test for once with object notation
Vladislav Botvin (1):
typo fix
echo 'alias h4x="emacs -nw **/*"' ~/.zshrc; echo 'alias vim="h4x"' ~/.zshrc;echo 'alias emacs="h4x"' ~/.zshrc (1):
Update index.html
juan gabriel ramirez (1):
fixed typo
just-boris (1):
Allow to make reduce without initial value
mieszko4 (1):
Make item arrayizing consistent through the file
sam-at-github (1):
Minor update to docs. Qualify the behaviour of fetch({reset: true}). Link doc on reset event to reset method.
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new d0fd170 update modelId docs
new 716764d Add alternative help channels to README
new 372436a Remove matches proxy from docs
new 10b7df9 fix incorrect closing b tag
new c59149e Merge pull request #3787 from paulfalgout/patch-3
new c2a2aa9 Add MS Edge to karma-sauce runner.
new afd2ce8 Test for conflicting className/id and attributes
new 87eade6 Merge pull request #3794 from garrettmaring/master
new 13d87a3 Merge pull request #3797 from jdalton/msedge
new fba51b6 Merge pull request #3735 from akre54/readme-help
new e33de12 Merge pull request #3754 from paulfalgout/patch-1
new fd44dd4 Merge pull request #3692 from akre54/modelid-docs
new 3c6fabb Use _.create in extend
new 7357891 Docs for Collection#at behavior
new 02666a6 Merge pull request #3800 from FishbaitHarry/master
new 4b64eeb Fix _removeModels regression
new bd0fbde Merge pull request #3553 from megawac/extend-create
new 979adf5 Merge pull request #3803 from jridgewell/removeModels-regression
new 6cff941 Add `findIndex` and `findLastIndex` underscore methods to Collection.
new 7f75769 Merge pull request #3811 from jacobbuck/moreunderscore
new f7e73b6 Revert "Remove LICENSE from package.json files array."
new 190b295 Merge pull request #3817 from jashkenas/revert-3765-patch-2
new 9c68190 Tests: Migrated unit tests to QUnit 2.0 syntax. (fixes #3813)
new c931208 Merge pull request #3816 from platinumazure/qunit2
new 9fb2f19 Make implicit ;s in tests explicit
new 4104cad Merge pull request #3819 from captbaritone/semicolons
new 345dd7b Allow to make reduce without initial value
new 4b6ad31 Document using [] for empty Collections with options
new e08e195 Merge pull request #3818 from captbaritone/collection-initialize-null-models
new bb2c1b9 make empty collection arguments consistent
new 2984d95 Fix indention in tests
new 2e60498 Merge pull request #3821 from captbaritone/indent-fix
new 95512b0 Fix indentation in models test
new fee53ab Merge pull request #3822 from captbaritone/indent-fix
new 02548a4 Use karma concurrency for initiating parallel sauce tests
new fda02db Fix 1.2.2 Model#id regression
new 5b430a9 Merge pull request #3833 from jridgewell/id-regression
new b3d2067 Update sauce browser matrix
new 1274cc2 Bump karma requirement to 0.13.13 karma-runner/karma#1653
new 7bbbcc8 Always return removed array from #_removeModels
new a02e733 Merge pull request #3832 from jashkenas/karma-sauce
new 8949f7c Merge pull request #3837 from jridgewell/remove-fix
new 67667c5 Fix _onModelEvent regression
new d1880dd Merge pull request #3834 from jridgewell/model-change-id-regression
new 7ed8582 Deopt Underscore methods that change on arguments
new 569f07e Merge pull request #3820 from jridgewell/reduce-deopt
new 7fb6f48 Test case for model.id
new 4fb7900 Merge pull request #3845 from jridgewell/model-id-test
new 1562e5f fixed typo
new 8db96d2 Merge pull request #3850 from adictovirtual/master
new 74355ab typo fix
new c559894 Whitespace
new 15ac750 enable QUnit.config.noglobals in tests
new 029e0f7 Fix anchor tags in ModelId docs
new a6a926d Merge pull request #3855 from akre54/noglobals
new 8011b5c fix modelId example
new 681dea9 Make item arrayizing consistent through the file
new 33c7e18 Merge pull request #3859 from mieszko4/patch-1
new 1be3730 Change `_.invoke` use to `_.map`.
new 8109b87 Merge pull request #3864 from jdalton/invoke
new c23fb5d Simplify `pluck`, thanks @jridgewell.
new a5adc1d Merge pull request #3866 from jdalton/invoke-map
new 24ac066 Ensure `attr` is a string when passed to `this.map`.
new 1a65458 #3831
new d202999 Merge pull request #3867 from jdalton/coerce
new 19b88d2 Fixed Collection#set regression when parse returns falsy value
new bb550ba Merge pull request #3875 from Flamefork/3871-set-parse-undefined
new 194c1ce Merge pull request #3870 from cherouvim/master
new 4c98b02 Give a nested route example
new 80c5f1a Merge pull request #3879 from jashkenas/nested-route-example
new 421ccec trust npm to set up $PATH
new b6d8170 Merge pull request #3885 from craigmichaelmartin/package-path
new 954ee22 updates wording to "space-separated" to be consistent
new bf05278 Enable ESLint
new 4fdf29c Merge pull request #3891 from captbaritone/eslint
new b0a6274 Non-controversial ESLint whitespace rules
new 4edef37 Merge pull request #3892 from captbaritone/eslint-1
new 2ae117a Add ESLint rule: key-spacing
new ade2f67 Merge pull request #3893 from captbaritone/eslint-2
new 2f5cd8b Enable ESLint rule: new-cap
new e4a60d1 Merge pull request #3897 from captbaritone/eslint-new-cap
new 12da1e3 remove superfluous spaces from model test
new 21f1262 Add ESLint rule: wrap-iife (inside)
new d0637b0 Merge pull request #3900 from captbaritone/eslint-wrap-iife-inside
new 7dbdd0a Add ESLint rule: no-undef
new c54ce3b Add ESLint rule: quote-props (warning)
new 04fe60f Add ESLint rule: no-lonely-if
new d91405d Enable ESLint rule: 'quotes' for tests
new 3dbdfab Enable ESLint semicolons for tests
new 42392c3 Reenable already passing ESLint rules for tests
new 9eb9124 Enforce camelCase ESLint rule in tests
new 3746582 Add ESLint warning for quoted keys to tests
new 109d1f0 Merge pull request #3894 from captbaritone/eslint-all
new 8846d60 Enable ESLint brace-style
new 1c66a6e Add ESLint warning: no-extra-parens
new 1389c7f Merge pull request #3903 from captbaritone/eslint-6
new ad8f39b Merge pull request #3902 from captbaritone/eslint-5
new edbfaae Add ESLint rule: no-unused-expressions
new cc3419e Add ESLint rule: block-scoped-var
new 89d5084 Add ESLint rule: dot-notation
new be1f2a8 Add ESLint rule: eqeqeq
new 0151ae0 Merge pull request #3910 from captbaritone/eslint-9
new ff555e7 Avoid nested ternary
new be14f69 Remove deprecated component.json
new 19e2d29 Merge pull request #3917 from paulfalgout/remove-component
new c20ca2e Merge pull request #3911 from captbaritone/nested-ternary
new 7eeecf4 Silent true note for collection.remove
new a8b7117 Fix formatting
new 2a78313 Merge pull request #3886 from ClimbsRocks/patch-1
new bc56c5a Merge pull request #3907 from captbaritone/eslint-8
new dfe0e17 Update copyright year
new 75666b0 add `has` method to collection
new 2f9d048 Merge pull request #3930 from craigmichaelmartin/add-collection-has
new 6d37e06 Merge pull request #3928 from captbaritone/year
new e0a5cc7 eliminate shadowed variable declarations
new 82d8ec8 Merge pull request #3929 from craigmichaelmartin/avoid-redefinitions
new 1aa7f76 add tests solidifying behavior for modelId with polymorphic models
new ecdb7ad Merge pull request #3933 from craigmichaelmartin/add-id-test-for-polymorphic
new 4caa6e6 fix modelId example
new be1c967 Merge pull request #3934 from craigmichaelmartin/fix-modelId-example
new 80ccab0 disable npm's progress bar in travis ci for quicker install
new 45f4eba Merge pull request #3938 from craigmichaelmartin/patch-1
new 00f5c39 Fixing object notation for Events.once
new d2099dd Adding a unit test for once with object notation
new f55b154 Minor update to docs. Qualify the behaviour of fetch({reset: true}). Link doc on reset event to reset method.
new 90cb566 Pass added and removed models to collection update events
new 670ff30 Improve collection 'update' event consistency
new 344a429 Merge pull request #3948 from megawac/col-update
new c380607 Merge pull request #3940 from roycetucker/patch-2
new 2f85060 Upgrade vendor QUnit
new 67790b2 Merge pull request #3945 from jridgewell/collection-has-test-fix
new ad1a6b8 Fixes typo in docs
new 159ce4a Merge pull request #3949 from pra85/patch-1
new 92fb299 Use _.extend to avoid Object.prototype collisions
new 08a486c Merge pull request #3843 from jridgewell/defaults-prototype-collision
new b016194 Fix #3951: options.index should never exceed collection.length
new 47fb04a fix failing linting tests
new 8e37d67 Merge pull request #3952 from craigmichaelmartin/fix-linting-errors
new 8932ae4 optimize collection get and account for edge case
new 5a6a824 Merge pull request #3936 from craigmichaelmartin/optimize-collection-get
new 8d8b854 rename at => val in test to be clearer
new 28588e1 Line 1920 - Fix Spacing After Return
new 82bdb89 Merge pull request #3956 from jshen212/patch-1
new e5353fb Merge pull request #3947 from sam-at-github/master
new 5bc9809 Merge pull request #3927 from jashkenas/megawac-patch-1
new 32d89dc When listening to numerous events and stopListening is called, then _.isEmpty is painfully slowly and assigning _listenTo to undefined isn't necessary.
new 8b976a4 Update changelog for 1.3.0.
new 712b42b code golf modelId example a bit more
new dcac2b5 Merge pull request #3921 from jdalton/changelog
new 478e708 1.3.0
new 2dd94cc Build v1.3
new 7fe056c Bump to v1.3.1
new d682061 Update index
new 1db79dd Fix 1.3.1 regression with once and no context
new 24779ae Merge pull request #3980 from megawac/3975
new 835b17b Backbone 1.3.2
new 6595240 Merge pull request #3978 from jridgewell/1.3.2-rc
new c405679 fix links to MDN docs. Addresses #3990
new 96d8114 Update index.html
new 5bc65ff Merge pull request #3997 from zotherstupidguy/master
new 6b919eb Revert "Update index.html". "a SQL" -> "an SQL"
new a640b3b use _.indexOf instead of Array.prototype.indexOf in test. Fixes failing IE8 case
new 788dc91 Remove test elements after insterting to fix failing global tests
new c8757f4 Merge pull request #4000 from akre54/fix-globals
new 85f86d7 Release v1.3.3
new b8c054a Re-minified and updated versions.
new 8ec8860 Merge pull request #3998 from jashkenas/1.3.3
new a03a668 New upstream version 1.3.3~dfsg
The 168 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git
More information about the Pkg-javascript-commits
mailing list