File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ and this project adheres to
11
11
During our beta rollout, minor updates in the semantic versioning represent
12
12
breaking changes.
13
13
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
+
14
21
## \[ 0.3.23\] - 2023-01-26
15
22
16
23
### Fixed
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ The following types are supported:
126
126
- ` string `
127
127
- ` number `
128
128
- ` boolean `
129
- - ` string[] ` , ` number[] ` and ` boolean[] `
129
+ - ` string[] ` , ` number[] ` and ` boolean[] ` , ` CollectionName[] `
130
130
- ` map<string | number, T> `
131
131
132
132
<Info >Additional types such as dates will be added soon.</Info >
You can’t perform that action at this time.
0 commit comments