Skip to content

v0.5.0

Compare
Choose a tag to compare
@jescalan jescalan released this 11 Jan 22:29
· 42 commits to master since this release
  • 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 passing transform: 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 a transform.
  • Tests now use public data to make it easier to contribute 🎉