icepick
Version:
Utilities for treating frozen JavaScript objects as persistent immutable collections.
25 lines (17 loc) • 518 B
Markdown
# v2.4.0
- Handle objects with `null` prototypes
# v2.3.1
- Add a LICENSE file
# v2.3.0
- Added `dissocIn`/`unsetIn`, the analog to `assocIn`/`setIne`
# v2.2.1
- Make `map` and `filter` work properly with `chain`
# v2.2.0
- Compile `icepick.min.js` and `icepick.dev.js` down to ES5.
# v2.1.1
- Fix readme display on npmjs.org
# v2.1.0
- Improved performance
- Added `icepick.min.js` and `icepick.dev.js` for direct use in browsers
# v2.0.0
- Breaking: require use of ES6, drop support for ES5-only environments