Skip to content

v1.13.0

Compare
Choose a tag to compare
@joshmossas joshmossas released this 26 Jan 21:35
· 204 commits to master since this release

Server Mode Beta Release

This release adds the --server flag which fires up a NodeJS server that can receive Contentful webhooks and overwrite / delete the affected files. By default the server runs on port 1414 but can be overwritten with the --port flag.

This release also adds a default sys field to content markdown

sys:
  id: "<entry-id>"
  updatedAt: "<updated-at-date>"
  createdAt: "<created-at-date>"
  revision: <revision-number>
  space: "<space-id>"
  contentType: "<content-type-id>"

The following fields are now marked as depreciated and will be removed in a future release:

  • updated (replaced by sys.updatedAt)
  • createdAt (replaced by sys.createdAt)