Skip to content
This repository was archived by the owner on Mar 20, 2022. It is now read-only.

Commit a2706cf

Browse files
committed
v3.3.0
1 parent 6c5af27 commit a2706cf

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v3.3.0
2+
3+
* **Added** ES Module builds
4+
* **Fixed** type error with typescript on array+object shorthand (gh-322)
5+
16
# v3.2.0
27

38
* **Added** Support denormalizing from Immutable entities (gh-228)
@@ -18,8 +23,8 @@ The entire normalizr package has been rewritten from v2.x for this version. Plea
1823
## Added
1924

2025
* `schema.Entity`
21-
* `processStrategy` for modifying `Entity` objects before they're moved to the `entities` stack.
22-
* `mergeStrategy` for merging with multiple entities with the same ID.
26+
* `processStrategy` for modifying `Entity` objects before they're moved to the `entities` stack.
27+
* `mergeStrategy` for merging with multiple entities with the same ID.
2328
* Added `schema.Object`, with a shorthand of `{}`
2429
* Added `schema.Array`, with a shorthand of `[ schema ]`
2530

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalizr",
3-
"version": "3.2.4",
3+
"version": "3.3.0",
44
"description": "Normalizes and denormalizes JSON according to schema for Redux and Flux applications",
55
"bugs": {
66
"url": "https://github.com/paularmstrong/normalizr/issues"

0 commit comments

Comments
 (0)