All Versions
12
Latest Version
Avg Release Cycle
75 days
Latest Release
1723 days ago
Changelog History
Page 1
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
inMap
- โ Added support for
-
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 usingconst myContext = new Context(); myContext.update(...)
.
- Deprecated: stop using
- ๐ Deprecated: stop using
update.extend
and start usingimport { extend } from 'immutability-helper'
orconst { 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, 20182.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 usingconst myContext = new Context(); myContext.update(...)
.
- Deprecated: stop using
- ๐ Deprecated: stop using
update.extend
and start usingimport { extend } from 'immutability-helper'
orconst { 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- ๐ Use conditional types to make types significantly safer and more robust
Huge thanks to @seansfkelley and @andreiglingeanu!
- ๐ Use conditional types to make types significantly safer and more robust
-
v2.7.2 Changes
July 20, 2018Preserve reference equality for values in Maps - Thanks @rogernorling
-
v2.7.1 Changes
July 20, 2018- ๐ Support shallow direct apply isEquals and better object prototypes