-
Notifications
You must be signed in to change notification settings - Fork 13
/
CHANGELOG
42 lines (26 loc) · 775 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
## 0.24.0
- Fix validation for matrix invocations with mappings as matrix values
## 0.23.0
- Fix #18
## 0.22.0
- Add some missing keys for recent workflow features
## 0.21.0
- Environment auto-complete
- Add `released` type for `releases`
## 0.20.0
- Correct casing for `fromJSON` and `toJSON`
## 0.18.0
- Support include/exclude for matrix strategies
## 0.17.0
- Better support for accessing objects created with `fromJson`
- Improved validation for dynamic contexts (e.g., `outputs` from `steps`)
## 0.12.0
- Various bugfixes
## 0.11.0
- Basic support for `environment` in schema
## 0.10.1
- Enable strict null checks
- Improve `On` typing
## 0.9.0
- Support `workflow_dispatch` dynamic inputs
- Support `repository_dispatch` `types` for normalized workflow