This repository was archived by the owner on Mar 20, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments