From a2706cff79e96ef866006fdaecb0d4acb65a5f62 Mon Sep 17 00:00:00 2001 From: Paul Armstrong Date: Tue, 9 Oct 2018 11:45:22 -0700 Subject: [PATCH] v3.3.0 --- CHANGELOG.md | 9 +++++++-- package.json | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09287e5c..bc2fbceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v3.3.0 + +* **Added** ES Module builds +* **Fixed** type error with typescript on array+object shorthand (gh-322) + # v3.2.0 * **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 ## Added * `schema.Entity` - * `processStrategy` for modifying `Entity` objects before they're moved to the `entities` stack. - * `mergeStrategy` for merging with multiple entities with the same ID. + * `processStrategy` for modifying `Entity` objects before they're moved to the `entities` stack. + * `mergeStrategy` for merging with multiple entities with the same ID. * Added `schema.Object`, with a shorthand of `{}` * Added `schema.Array`, with a shorthand of `[ schema ]` diff --git a/package.json b/package.json index e2da6b1b..8c78c5ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "normalizr", - "version": "3.2.4", + "version": "3.3.0", "description": "Normalizes and denormalizes JSON according to schema for Redux and Flux applications", "bugs": { "url": "https://github.com/paularmstrong/normalizr/issues"