File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
## Unreleased
9
9
10
10
- Move code out of functions into classes
11
+ - Better Error handling support
12
+
13
+ ## [ 3.0.0] - 2021-11-24
14
+
15
+ ### Added
16
+ - Added support for processing definitions
17
+ - Added schemaDefinition Class
18
+ - Added type support for Definitions
19
+ - Added ConvertTo-SchemaDefinition function
20
+ - Added ToObject support for Arrays
21
+ - Added Global: RawSchema variable to view incoming schema before processing
22
+
23
+ ### Updated
24
+
25
+ - Find-SchemaElement handles arrays and definitions
26
+ - ConvertTo-SchemaElement can now work with definitions properly
27
+ - Get-SchemaDefinition has better support for actual definitions
11
28
12
29
## [ 2.0.0] - 2020-12-22
13
30
You can’t perform that action at this time.
0 commit comments