mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-14 07:02:34 +01:00
41 lines
1.4 KiB
Markdown
41 lines
1.4 KiB
Markdown
Release 2.4.1 - February 8th, 2013
|
|
|
|
* Added mappedGet for observable arrays
|
|
* Issue #134: Throttle issue using mapping
|
|
* Issue #135: Why is custom update for observableArray firing twice when using mapping plugin?
|
|
|
|
Release 2.4.0 - February 4th, 2013
|
|
|
|
* Removed asynchronous processing that was used to reset mapping nesting
|
|
* Improved getType performance
|
|
|
|
Release 2.3.5 - December 10th, 2012
|
|
|
|
* Issue #121: Added functionality so that explicit declared none observable members on a ViewModel will remain none observable after mapping
|
|
|
|
Release 2.3.4 - November 22nd, 2012
|
|
|
|
* Issue #114: Added new "observe" array to options
|
|
|
|
Release 2.3.3 - October 30th, 2012
|
|
|
|
* Fixed issue #105, #111: Update callback is not being called
|
|
* Fixed issue #107: String values in mapping cause infinite recursion in extendObject
|
|
|
|
Release 2.3.2 - August 20th, 2012
|
|
|
|
* Fixed issue #86: Don't update properties on object with update callback
|
|
|
|
Release 2.3.1 - August 6th, 2012
|
|
|
|
* Fixed issue #33: Create method in mappings receive meaningless options.parent for observableArray properties
|
|
* Fixed issue #99: Updating throttled observable
|
|
* Fixed issue #100: private variable leaks onto window object
|
|
|
|
Release 2.3.0 - July 31st, 2012
|
|
|
|
* Added support for not mapping certain array elements (return "options.skip" from your create callback)
|
|
* Fixed issue #91: "wrap" function makes computed writable
|
|
* Fixed issue #94: Bug/problem with ignore argument in mapping.fromJS
|
|
|
|
Release 2.2.4 |