Skip to content

Commit 3fe457d

Browse files
committed
Add array of collection type
1 parent a3cf510 commit 3fe457d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

changelog.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ and this project adheres to
1111
During our beta rollout, minor updates in the semantic versioning represent
1212
breaking changes.
1313

14+
## \[0.3.28\] - 2023-03-08
15+
16+
### Added
17+
18+
- Array can be of Collection type
19+
- Array of Collection type can be used with read/call/delegate directives
20+
1421
## \[0.3.23\] - 2023-01-26
1522

1623
### Fixed

collections.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The following types are supported:
126126
- `string`
127127
- `number`
128128
- `boolean`
129-
- `string[]`, `number[]` and `boolean[]`
129+
- `string[]`, `number[]` and `boolean[]`, `CollectionName[]`
130130
- `map<string | number, T>`
131131

132132
<Info>Additional types such as dates will be added soon.</Info>

0 commit comments

Comments
 (0)