File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
### Removed
9
9
10
10
- Removed ` build.psd1 ` as it is no longer required to build the project.
11
+ - Removed ClassAst functions
12
+ - ` Get-ClassResourceProperty `
13
+ - ` Get-ClassAst `
14
+ - ` Get-ClassResourceAst `
11
15
12
16
### Added
13
17
@@ -42,6 +46,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
42
46
- Task ` Generate_Markdown_For_DSC_Resources `
43
47
- Outputs a warning message if the old configuration key is used in the
44
48
build configuration but keeps using the old configuration key.
49
+ - ` New-DscClassResourcePage `
50
+ - Remove using Ast to generate documentation. Fixes [ #116 ] ( https://github.com/dsccommunity/DscResource.DocGenerator/issues/116 ) .
51
+ - Order properties correctly fixes [ #126 ] ( https://github.com/dsccommunity/DscResource.DocGenerator/issues/126 ) .
45
52
46
53
### Fixed
47
54
You can’t perform that action at this time.
0 commit comments