v0.5.0
- BREAKING: The
transform
is now false by default, due to it producing a number of bugs with contentful content schemes. If you'd like to still use it, it can be activated by passingtransform: true
as an option to a content type. - BREAKING: The
ordered
property has been removed. This was specific to a narrow use-case and can be implemented as-needed using atransform
. - Tests now use public data to make it easier to contribute 🎉