Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

chore: add changelog #49 #52

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .changelog/49.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
```release-note:feature
`attribute/SetAttributeOf` - Add set attribute with generic type for automatically cast value to type of attribute.
```

```release-note:feature
`attribute/ListAttributeOf` - Add list attribute with generic type for automatically cast value to type of attribute.
```

```release-note:feature
`attribute/MapAttributeOf` - Add map attribute with generic type for automatically cast value to type of attribute.
```