@@ -3,6 +3,13 @@ CHANGELOG
33
44## Not released
55
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+
613# 0.13.0
714
815* Fix ` Update-MarkdownHelp ` to not rewrite files if there are not updates (#412 ) (Thanks @iricigor )
@@ -101,7 +108,7 @@ CHANGELOG
101108
102109* Updated New-ExternalHelpCab.md for removing duplicate word in synopsis.
103110* 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.
105112
106113## 0.7.4
107114
@@ -192,10 +199,10 @@ Special thanks to [@TimShererAtAquent](https://github.com/TimShererAtAquent) for
192199* Removed APIs:
193200 - ` Get-ModuleFromMaml `
194201 - ` New-MarkdownHelp ` always produces one md file per cmdlet in ` -OutputFolder ` .
195- * New APIs:
202+ * New APIs:
196203 - ` New-ExternalHelpCab ` - create updatable help Cab files.
197204 - ` 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.
199206 - ` Update-MarkdowhHelpSchema ` - migrate from schema version 1.0.0 to schema version 2.0.0
200207 - ` Get-HelpPreview ` - get preview of help from Maml file. Returns help objects.
201208* Tab-completion support by [ @dotps1 ] ( https://github.com/dotps1 )
0 commit comments