Skip to content

Commit 792ffff

Browse files
Task-57 : Updated CHANGELOG
1 parent 8e5c47a commit 792ffff

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## Unreleased
99

1010
- 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
1128

1229
## [2.0.0] - 2020-12-22
1330

0 commit comments

Comments
 (0)