github kolodny/immutability-helper v3.0.0

latest releases: v3.1.1, v3.0.2, v3.0.1...
6 years ago

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().

Don't miss a new immutability-helper release

NewReleases is sending notifications on new releases.