- Now using normal functions instead of arrow-functions for backwards compatibility
- Now using normal functions instead of arrow-functions for backwards compatibility
- Changed to
new Promise
notation to fix deprecation errors on newer node
- Fixed parsing of arrays when resolving links
- Fixed issue with parsing empty fields
- Missed passing options to data transformation, causing broken link resolving from .sync
- If a resolved link is not available, due to publish settings or otherwise, do not include it
- Fixed resolveLinks for arrays
- Errors when saving now show in console
- Some small improvements to the syncing-method
- Updated example
.get
,.sync
now has a "resolveLinks"-option which resolves entry and asset links- Provide
{raw: true}
insync
orget
methods to get the raw data from contentful - Now saving data as it comes from Contentful and processing it upon
.get
- Sync now works with updates
.get
,.sync
- Saves to file and reformats data to a workable format
- Basic example usage