You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
# v0.22.0
2
+
## Added
3
+
* cli: Add --json-output flag to change all output to JSON
4
+
5
+
## Changed
6
+
* template: Change the Error message from validateParameters() to be simpler
7
+
* template: Move validation errors and parameters from the validateParameters() Error message string to validationErrors and parameters properties on the Error object
8
+
* template: Show all validation errors when calling validateParameters()
9
+
* template: Parse the Ajv validation errors from validateParameters() and create easier to read/understand error messages
10
+
1
11
# v0.21.0
2
12
## Added
3
13
* template: Allow customizing input transform behavior via fast.transformStrategies
0 commit comments