v1.0.1
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