Skip to content

Releases: crissdev/knockout.mapping

2.6.0

28 Feb 12:43
Compare
Choose a tag to compare
  • Issue #9: Fix pure computeds are treated the same as deferred, not auto-evaluated after mapping
  • Issue #96: Fix incorrect handling of properties with periods
  • Issue #124: Use hasOwnProperty to check for bucket existence
  • Issue #205: Allow JSON.stringify parameters to be specified to ko.mapping.toJSON
  • Small performance improvements e6c5631, f97d5cd, 57a0b56

2.5.0

12 Feb 10:43
Compare
Choose a tag to compare

Bug Fixes

  • Remove deprecated methods (updateFromJS and updateFromJSON)
  • Library is not exported in ko namespace for CommonJS/Node #4
  • Compatibility with Knockout 3.x may still be a problem #1