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)