This repository has been archived by the owner on Mar 20, 2022. It is now read-only.
Releases: paularmstrong/normalizr
Releases · paularmstrong/normalizr
v2.3.0
v2.2.0
v2.1.0
- Adds
meta
property toEntitySchema
#89 by @frankwallis - Adds
assignEntity
property option toEntitySchema
#104 - Updates lodash requirement #100
v2.0.2
- No-Op update. House-keeping related to the move from gaearon/normalizr to paularmstrong/normalizr
v2.0.1
v2.0.0
Breaking Changes
- Now internally using Lodash 4.0, so support for IE < 9 is removed. This is aligned with other libraries, e.g. React 15 also drops it, and Microsoft has officially stopped supporting IE 8 a few days ago. (#52)
New Features
- Adds support for polymorphic fields via
unionOf(schemaMap, options)
which works like the polymorphic support forarrayOf
andvaluesOf
but for non-collection fields (#40). - Adds an official
getIdAttribute()
method that existed in v1.0.0, as well asgetKey()
, to theSchema
prototype. (#48)