Skip to content

Releases: static-dev/spike-contentful

v3.1.1

02 Apr 22:45
Compare
Choose a tag to compare
  • Limit expansion (#90)

v3.1.0

13 Feb 16:30
Compare
Choose a tag to compare
  • Now supports contentful's preview API using the preview key - see readme for more details, and thanks to @bechatman for implementing this feature!

v3.0.0

03 Feb 02:26
Compare
Choose a tag to compare
  • BREAKING: Removed transform export function and transform: true setting. This is not a safe function to use and frequently can cause an infinite loop.
  • Updated all dependencies, including contentful's client library. This was a major version boost, so it's possible there could be breaking changes to your data here as well, be careful when upgrading!

v2.0.0

31 Jul 14:01
Compare
Choose a tag to compare
  • Breaking: You must be using the latest version of spike for the single page templates to work. If you are upgrading from a previous version, you must also ensure that the single page templates are not prefixed by an underscore or ignored.
  • Internal upgrade to new multi-template architecture system. This should fix outstanding issues with spike-page-id and single template pages.
  • Data now only updates on initial watch rather than every save in watch mode. This can be reverted with the aggressiveRefresh option.

v1.0.0

05 Apr 22:28
Compare
Choose a tag to compare
  • Stable release! 🏭
  • A number of small upgrades and compatibility with spike v1.0.0

v0.6.0

17 Jan 21:17
Compare
Choose a tag to compare
  • Adds a feature that allows exporting a separate json file per content type (#48). Big thanks to @liitfr for building this feature!

v0.5.0

11 Jan 22:29
Compare
Choose a tag to compare
  • 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 🎉

v0.4.0

20 Sep 19:28
d44f852
Compare
Choose a tag to compare
  • Default transform function now no longer removes the sys object, as it contained some important information that users needed.

v0.3.0

18 Aug 20:31
Compare
Choose a tag to compare
  • BREAKING updates so this plugin works with >= [email protected]. This version will not work for anything less, and any version less will not work with >= 0.11.0

v0.2.3

16 Aug 21:19
Compare
Choose a tag to compare
  • Update nyc dependency to 8.1.0