- Locales can now update
:code
value
- Added
#destroy
method to Locales - Added
ApiKey
class, methods andSpace
associations - Added
.all_published
methods forContentType
,Asset
andEntry
- Changed documentation format to YARD
- Added
:dynamic_entries
parameter on Client initialization - Added
FieldAware
for Entries that don't have complete fields
- Fixed
nil
fields on Content Types no longer sent to API #79
- Field names are no longer dependent on being present on
default_locale
#70
- Ensure that
Validation.type
returns correct value #59, #66 - Ensure that already existing
Space
returns correctLocale
for#default_locale
#60 - Remove unintended nested
Validation
#49
fields_for_query
should only skipnil
values #63, #64- Reinstate support for simple assignments to fields #61, #62
- Fix NULL/nil handling for entries #65
- Explicitly set displayField to nil when it is not existing #53, #54
- Merge values for default locale and current locale #58
- Fix access to space default_locale instance variable #47
- Better handling of 503 responses from the API #48
- Do Not loose displayField on update when it is not set #52
- Access request and response from Contentful::Management:Error #46
- Handle 429 responses as errors #46
- Allow setting a default locale when creating a space #43
- Handle
UnprocessableEntity
(HTTP 422) as its own error. #42
- Handle 409 responses as errors #39
- Return Keep attribute if it's already a hash #33
- Typo in header #34
- Items are nil when creating an array field for a content type #35
raise_errors
can be enabled, disabled by default #38
- Logging of requests
- Access to validations in responses
- Create validations through the API
- Cleaner and better error handling
- Cleaned the code
- Remove encoding strings from the source code files
- Use array for symbols in entry fields
- create entry with multiple locales, skip attributes for not localized fields in content types
- reload Assets
- Add optional gzip encoding
- Support for web hooks
- Image url to asset
- remove implicit processing of assets.
- Gem is modifying nil #17
- rename asset.process_files to asset.process
- Cleaning code
- More documentation
- next_page feature
- create entry with specific locale
- service unavailable error (503)
- reload method on objects
- Code cleanup
- Fix: Convert an Entry to a DynamicEntry after being created.
- rdoc
- filter by content_type id
- Headers not properly cleared between requests
- Create entries with custom identifier
- Code cleanup
- alpha pre-release