@@ -3,6 +3,13 @@ CHANGELOG
3
3
4
4
## Not released
5
5
6
+ # 0.14.0
7
+
8
+ * Fix passing ` ExcludeDontShow ` flag to modules (#459 )
9
+ * Make ` CommonParameters ` text use proper link format (#449 )
10
+ * Modified ` GetSchemaVersion ` function to assume ` 2.0.0 ` if no schema version found (#452 )
11
+ * Fix errors for ` New-MarkdownHelp ` ` ps1 ` input (#450 )
12
+
6
13
# 0.13.0
7
14
8
15
* Fix ` Update-MarkdownHelp ` to not rewrite files if there are not updates (#412 ) (Thanks @iricigor )
@@ -101,7 +108,7 @@ CHANGELOG
101
108
102
109
* Updated New-ExternalHelpCab.md for removing duplicate word in synopsis.
103
110
* Fixed XML_PREAMBULA to have msh namespace, so provider help works.
104
- * Updated the names of the generated cab and zip files so that they have correct case sensitivity.
111
+ * Updated the names of the generated cab and zip files so that they have correct case sensitivity.
105
112
106
113
## 0.7.4
107
114
@@ -192,10 +199,10 @@ Special thanks to [@TimShererAtAquent](https://github.com/TimShererAtAquent) for
192
199
* Removed APIs:
193
200
- ` Get-ModuleFromMaml `
194
201
- ` New-MarkdownHelp ` always produces one md file per cmdlet in ` -OutputFolder ` .
195
- * New APIs:
202
+ * New APIs:
196
203
- ` New-ExternalHelpCab ` - create updatable help Cab files.
197
204
- ` Get-MarkdownMetadata ` - get a hashtable with yaml metadata (new in schema 2.0.0) from the markdown file
198
- - ` Update-MarkdownHelp ` , ` Update-MarkdownHelpModule ` - update your markdown with actual parameters metadata using reflection.
205
+ - ` Update-MarkdownHelp ` , ` Update-MarkdownHelpModule ` - update your markdown with actual parameters metadata using reflection.
199
206
- ` Update-MarkdowhHelpSchema ` - migrate from schema version 1.0.0 to schema version 2.0.0
200
207
- ` Get-HelpPreview ` - get preview of help from Maml file. Returns help objects.
201
208
* Tab-completion support by [ @dotps1 ] ( https://github.com/dotps1 )
0 commit comments