Skip to content

v1.0.1

Compare
Choose a tag to compare
@cvidmar cvidmar released this 18 Nov 10:16
· 129 commits to master since this release

New features

  • Offline client: can load a space export JSON file, cache it and use the complete gocontentful API offline (useful for unit tests)
  • Custom HTML in ImageResolver func: converting RichTextToHTML now lets you output a custom snippet for images (e.g. for PICTURE)

Fixes

  • Race condition where a cached entry field read operation done concurrently with a call to a setter on the same field lead to panic