This repository has been archived by the owner on Jan 4, 2019. It is now read-only.
2.1.0
Features
- New Actions and an Epic for loading a Content from the Content Repository with
repository.Load
- New Actions and an Epic for reloading a Content with
repository.Reload
- New Actions and an Epic for reloding fields of a Content with
repository.ReloadFields
Updates
- Params and their order is changed in CreateContent and UpdateContent Actions to (content, contenttype)
- createContent and updateContent Epics are changed based on the Action changes above
repository.Content.x
calls are changed toaction.content.x
in Content related Epicsrepository.Content.Fetch
is changed toaction.collection.Read
in fetchContent Epic