File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 0.1.0 - WIP
3
+ ## 0.1.0 - 2025-02-21
4
4
- Refactoring exception handling: Bubble up the exception
5
5
- Refactoring Space, Spaces and SpaceResponse
6
6
- Adding some helper method to Space like region() and planLevel()
7
7
- Refactoring Story / Stories , StoryResponse, StoriesResponse
8
8
- Adding StoryComponent class
9
9
- Refactoring Asset, Assets and AssetResponse
10
10
- Refactoring Tag, Tags and TagResponse
11
+ - Adding ` setExternalUrl() ` to ` Asset ` data class, you can set an external URL for an asset
12
+ - Adding ` publishedAt() ` method to ` Story ` data class, you can retrieve the published at field (with formatting options, default is "Y-m-d")
13
+ - Adding ` addBlok() ` method to ` StoryComponent ` data class, so you can easily add nested component to your content
14
+ - Readme: A new example for nesting components
11
15
12
16
## 0.0.7 - 2025-02-09
13
17
You can’t perform that action at this time.
0 commit comments