Download Latest Version v3.1.1.zip (63.8 kB)
Email in envelope

Get an email when there's a new version of immutability-helper

Home / v3.0.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2019-01-24 676 Bytes
v3.0.0.tar.gz 2019-01-24 62.5 kB
v3.0.0.zip 2019-01-24 65.8 kB
Totals: 3 Items   128.9 kB 0

Rerelease of v2.9.0 since this release is not backwards compatible with typescript v2.x

These were the release notes for v2.9.0:

Huge thanks to @jedmao for converting the library to typescript!

  • New: TypeScript definitions are now generated from TypeScript source. meaning they will always be 100% in sync w/ the source code.
  • New: exported Context class.
  • Deprecated: stop using const myUpdate = newContext().update and start using const myContext = new Context(); myContext.update(...).
  • Deprecated: stop using update.extend and start using import { extend } from 'immutability-helper' or const { extend } = new Context().
Source: README.md, updated 2019-01-24