- Releasing v 1.0.0
- Refactoring exception handling: Bubble up the exception
- Refactoring Space, Spaces and SpaceResponse
- Adding some helper method to Space like region() and planLevel()
- Refactoring Story / Stories , StoryResponse, StoriesResponse
- Adding StoryComponent class
- Refactoring Asset, Assets and AssetResponse
- Refactoring Tag, Tags and TagResponse
- Adding
setExternalUrl()
toAsset
data class, you can set an external URL for an asset
- Adding
- Adding
publishedAt()
method toStory
data class, you can retrieve the published at field (with formatting options, default is "Y-m-d") - Adding
addBlok()
method toStoryComponent
data class, so you can easily add nested component to your content - Readme: A new example for nesting components
- AssetApi full coverage tests
- WorkflowApi full coverage tests
- WorkflowStageApi full coverage tests
- TagApi full coverage tests
- Introducing stricter type for responses (Asset response)
- Introducing common PHP CS Fixer configuration
- Adding helper methods to UserData
- UserData / UserApi tests
- Re-structuring bulk operations and pagination with
StoryBulkApi
class - Refactoring creating new Api instance from Api classes
- Adding WorkflowStage Api class for handling workflow stages
- Adding bulk story creation with rate limit handling
- Adding helper methods for SpaceData (id(), updatedAt())
- Adding WorkflowApi class for handling workflows
- Assets filtering with
AssetsParams
- Setting per page default constant
- Filtering stories with
StoriesParams
- Publishing a story with
publish()
- Unpublishing a story with
unpublish()
- Query Filters for Stories
Initial release