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

Commit ad09bed

Browse files
committed
v3.2.0
1 parent 488c92a commit ad09bed

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v3.2.0
2+
3+
* **Added** Support denormoalizing from Immutable entities (gh-228)
4+
* **Added** Brought back `get idAttribute()` to `schema.Entity` (gh-226)
5+
* **Fixed** Gracefully handle missing data in `denormalize` (gh-232)
6+
* **Fixed** Prevent infinite recursion in `denormalize` (gh-220)
7+
18
# v3.1.0
29

310
* **Added** `denormalize`. (gh-214)

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.1.0",
3+
"version": "3.2.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)