Releases: contentstack/datasync-filesystem-sdk
Releases · contentstack/datasync-filesystem-sdk
Hotfix/1.0.2
- Bug fixes
- Issue #1 :
.tags([])
returned 0 entries, which did not match Contentstack API's response. - Issue #2 :
.entry(uid)
,.asset(uid)
and.schema(uid)
did not work. - Issue #3 :
.includeReferences()
and.include()
would not return assets on the last depth - if the referred content type did not have_references
field in its schema.
- Issue #1 :
Hotfix/1.0.1
Changes
-
Bug fix
- Including assets in normal queries threw errors, if the content type did not have any asset or reference fields
-
Misc changes
- Doc updated
- .findOne() deprecation msg added, use .fetch() instead