OLD | NEW |
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 Loading... |
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 |
OLD | NEW |