- Ensure configuration passed as
Jekyll.configuration['contentful']from araketask also works. #68 - Ensure localized assets that don't have a fallback locale don't fail upon import.
- Added capability to autoload mappers #22
- This feature is currently in BETA state, changes may occur as patch fixes Added support for RichText and added the
rich_textview filter.
- Added top-level environment assignment, with support for
ENV_access #61
- Fixed wrong serialization for Location fields
- Updated CDA SDK to 2.0
- Field IDs will now be
snake_casedfollowing the 2.0.1 Ruby CDA SDK Upgrade
- Added more metadata to
sysattributes in entries - Added
sysattributes for serialized assets
- Updated code to match style guide
- Added use of
map_fieldwithout localizing for custom mappers that mapsysproperties whenlocale='*'is being sent.
- Fixed localization issues for included assets #29
- Changed
Locationfields to use strings as keys instead of symbols to make it consistent with the rest of the serialization - Updated Contentful dependency to
~> 1.0, which fixes localized includes
- Fix Locale support #29
- Allow override destination directory using the
destinationkey in the configuration #27
- Added the possibility to use
spaceandaccess_tokenfrom environment variables #14 all_entriesoption to fetch entries over the 1000 limit of a single CDA requestall_entries_page_sizeoption to customize the size of the request for particularly heavy entries
- README showing incorrect configuration #5
client_optionsbeing incorrectly parsed and allowing overriding parameters that should be fixed
- Customizable Data Path #1
- Nested Entries are now serialized completely
- Content Type format is now as expected
- Content Types are separated in the Space YAML
- Some documented as Optional parameters now truly Optional
- Initial Release