From ad09bedf22c0d157c7fcccac5da45f1b407c4d95 Mon Sep 17 00:00:00 2001 From: Paul Armstrong Date: Thu, 9 Feb 2017 12:52:40 -0800 Subject: [PATCH] v3.2.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f77de02d..0175e3fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v3.2.0 + +* **Added** Support denormoalizing from Immutable entities (gh-228) +* **Added** Brought back `get idAttribute()` to `schema.Entity` (gh-226) +* **Fixed** Gracefully handle missing data in `denormalize` (gh-232) +* **Fixed** Prevent infinite recursion in `denormalize` (gh-220) + # v3.1.0 * **Added** `denormalize`. (gh-214) diff --git a/package.json b/package.json index c77b6f91..0ec8b0fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "normalizr", - "version": "3.1.0", + "version": "3.2.0", "description": "Normalizes and denormalizes JSON according to schema for Redux and Flux applications", "bugs": { "url": "https://github.com/paularmstrong/normalizr/issues"