All Versions
12
Latest Version
Avg Release Cycle
75 days
Latest Release
1397 days ago

Changelog History
Page 1

  • v3.1.1 Changes

    June 01, 2020
    • โœ‚ Remove all dependancies
    • ๐Ÿ‘Œ Support complex specs inside of Maps in TypeScript (Thanks @colekurk !)
  • v3.0.2 Changes

    March 30, 2020

    ๐Ÿ›  Fixed issue with Readonly values pushed onto a readonly array. See #154 for more details

  • v3.0.1 Changes

    June 13, 2019
    • โž• Added support for $set in Map
  • v3.0.0 Changes

    January 24, 2019

    ๐Ÿš€ 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().
  • v2.9.1 Changes

    January 24, 2019

    ๐Ÿš€ Revert release to match 2.8.x since upgrading this release is not backwards compatible with typescript v2.x

  • v2.9.0 Changes

    December 12, 2018

    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().
  • v2.8.1 Changes

    September 16, 2018

    ๐Ÿ›  Fixed a bad ts definition for push and unshift. Thanks @dogan-acuris and @pawsong!

  • v2.8.0 Changes

    September 13, 2018
  • v2.7.2 Changes

    July 20, 2018

    Preserve reference equality for values in Maps - Thanks @rogernorling

  • v2.7.1 Changes

    July 20, 2018
    • ๐Ÿ‘Œ Support shallow direct apply isEquals and better object prototypes