Skip to content

Commit 267b07a

Browse files
committed
Update CHANGELOG.md
1 parent 3fd16e3 commit 267b07a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Changelog
22

3-
## 0.1.0 - WIP
3+
## 0.1.0 - 2025-02-21
44
- Refactoring exception handling: Bubble up the exception
55
- Refactoring Space, Spaces and SpaceResponse
66
- Adding some helper method to Space like region() and planLevel()
77
- Refactoring Story / Stories , StoryResponse, StoriesResponse
88
- Adding StoryComponent class
99
- Refactoring Asset, Assets and AssetResponse
1010
- 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
1115

1216
## 0.0.7 - 2025-02-09
1317

0 commit comments

Comments
 (0)