|
1 | | -Release 2.4.1 - February 8th, 2013 |
| 1 | +## 2.5.0 (2015-02-12) |
| 2 | + |
| 3 | +* Remove deprecated methods (`updateFromJS` and `updateFromJSON`) |
| 4 | +* Issue #1: Compatibility with Knockout 3.x may still be a problem |
| 5 | +* Issue #4: Library is not exported in ko namespace for CommonJS/Node |
| 6 | + |
| 7 | +## 2.4.1 (2013-02-08) |
2 | 8 |
|
3 | 9 | * Added mappedGet for observable arrays |
4 | 10 | * Issue #134: Throttle issue using mapping |
5 | 11 | * Issue #135: Why is custom update for observableArray firing twice when using mapping plugin? |
6 | 12 |
|
7 | | -Release 2.4.0 - February 4th, 2013 |
| 13 | +## 2.4.0 (2013-02-04) |
8 | 14 |
|
9 | 15 | * Removed asynchronous processing that was used to reset mapping nesting |
10 | 16 | * Improved getType performance |
11 | 17 |
|
12 | | -Release 2.3.5 - December 10th, 2012 |
| 18 | +## 2.3.5 (2012-12-10) |
13 | 19 |
|
14 | 20 | * Issue #121: Added functionality so that explicit declared none observable members on a ViewModel will remain none observable after mapping |
15 | 21 |
|
16 | | -Release 2.3.4 - November 22nd, 2012 |
| 22 | +## 2.3.4 (2012-11-22) |
17 | 23 |
|
18 | 24 | * Issue #114: Added new "observe" array to options |
19 | 25 |
|
20 | | -Release 2.3.3 - October 30th, 2012 |
| 26 | +## 2.3.3 (2012-10-30) |
21 | 27 |
|
22 | 28 | * Fixed issue #105, #111: Update callback is not being called |
23 | 29 | * Fixed issue #107: String values in mapping cause infinite recursion in extendObject |
24 | 30 |
|
25 | | -Release 2.3.2 - August 20th, 2012 |
| 31 | +## 2.3.2 (2012-08-20) |
26 | 32 |
|
27 | 33 | * Fixed issue #86: Don't update properties on object with update callback |
28 | 34 |
|
29 | | -Release 2.3.1 - August 6th, 2012 |
| 35 | +## 2.3.1 (2012-08-06) |
30 | 36 |
|
31 | 37 | * Fixed issue #33: Create method in mappings receive meaningless options.parent for observableArray properties |
32 | 38 | * Fixed issue #99: Updating throttled observable |
33 | 39 | * Fixed issue #100: private variable leaks onto window object |
34 | 40 |
|
35 | | -Release 2.3.0 - July 31st, 2012 |
| 41 | +## 2.3.0 (2012-07-31) |
36 | 42 |
|
37 | 43 | * Added support for not mapping certain array elements (return "options.skip" from your create callback) |
38 | 44 | * Fixed issue #91: "wrap" function makes computed writable |
39 | 45 | * Fixed issue #94: Bug/problem with ignore argument in mapping.fromJS |
40 | | - |
41 | | -Release 2.2.4 |
|
0 commit comments