Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

2.1.0

Compare
Choose a tag to compare
@herflis herflis released this 31 Jul 09:41
· 115 commits to master since this release

Features

  • New Actions and an Epic for loading a Content from the Content Repository withrepository.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 to action.content.x in Content related Epics
  • repository.Content.Fetch is changed to action.collection.Read in fetchContent Epic