- Fixed wrong serialization for Location fields
- Updated CDA SDK to 2.0
- Field IDs will now be
snake_cased
following the 2.0.1 Ruby CDA SDK Upgrade
- Added more metadata to
sys
attributes in entries - Added
sys
attributes for serialized assets
- Updated code to match style guide
- Added use of
map_field
without localizing for custom mappers that mapsys
properties whenlocale='*'
is being sent.
- Fixed localization issues for included assets #29
- Changed
Location
fields 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
destination
key in the configuration #27
- Added the possibility to use
space
andaccess_token
from environment variables #14 all_entries
option to fetch entries over the 1000 limit of a single CDA requestall_entries_page_size
option to customize the size of the request for particularly heavy entries
- README showing incorrect configuration #5
client_options
being 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