Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(351)

Side by Side Diff: polymer_0.4.0/bower_components/sugar/CHANGELOG.md

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 v1.4.1 1 v1.4.1
2 ====== 2 ======
3 3
4 ### API Changes ### 4 ### API Changes ###
5 5
6 - Fix for Object.select/reject not performing value match. (Issue #362) 6 - Fix for Object.select/reject not performing value match. (Issue #362)
7 - Fix for Object.merge not properly merging when target object isn't an object ( Issue #365) 7 - Fix for Object.merge not properly merging when target object isn't an object ( Issue #365)
8 - Fix for development script not running properly in meteor (Issue #361) 8 - Fix for development script not running properly in meteor (Issue #361)
9 9
10 10
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 v0.9.1 679 v0.9.1
680 ====== 680 ======
681 681
682 - Change Object.create to Object.extended to avoid collision with ES5 682 - Change Object.create to Object.extended to avoid collision with ES5
683 - Use of defineProperty in modern browsers to prevent enumeration in for..in loo ps. 683 - Use of defineProperty in modern browsers to prevent enumeration in for..in loo ps.
684 - Add test for for..in loop breakage and allowed older browsers to have a "warni ng" message. 684 - Add test for for..in loop breakage and allowed older browsers to have a "warni ng" message.
685 - Object.isArray will now alias native Array.isArray if it is present. 685 - Object.isArray will now alias native Array.isArray if it is present.
686 - Fix collisions with Prototype on Object.clone. 686 - Fix collisions with Prototype on Object.clone.
687 - Test cleanup. 687 - Test cleanup.
688 688
OLDNEW
« no previous file with comments | « polymer_0.4.0/bower_components/sugar/CAUTION.md ('k') | polymer_0.4.0/bower_components/sugar/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698