Update changelog
This commit is contained in:
parent
485bde7b9b
commit
daf6c3db16
@ -1,6 +1,7 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
## [unreleased]
|
## [unreleased]
|
||||||
|
* Revert: "Default to empty array if update keys are integers." A new object will always be created. If you need an array, use `u.withDefault`. (https://github.com/substantial/updeep/pull/42)
|
||||||
|
|
||||||
## [0.10.1]
|
## [0.10.1]
|
||||||
* Fix support for Date objects and other non-plain objects (https://github.com/substantial/updeep/issues/36)
|
* Fix support for Date objects and other non-plain objects (https://github.com/substantial/updeep/issues/36)
|
||||||
|
@ -9,8 +9,6 @@
|
|||||||
[![devDependency Status][daviddm-dev-image]][daviddm-dev-url]
|
[![devDependency Status][daviddm-dev-image]][daviddm-dev-url]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> Easily update nested frozen objects and arrays in a declarative and immutable
|
> Easily update nested frozen objects and arrays in a declarative and immutable
|
||||||
> manner.
|
> manner.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user