immutability-helper v2.9.0 Release Notes

Release Date: 2018-12-12 // over 5 years ago
  • 2.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().