Skip to content

Commit 2cfbdb2

Browse files
author
James Brundage
committed
Updating HelpOut Module Version [0.4.9] and CHANGELOG
1 parent fdb064f commit 2cfbdb2

2 files changed

Lines changed: 19 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### HelpOut 0.4.9:
2+
3+
* Supporting custom attribute formatting with -FormatAttribute (#147)
4+
* Markdown Formatter - Honoring .FormatAttribute (#148)
5+
* Get-MarkdownHelp -FormatAttribute (#149)
6+
* Save-MarkdownHelp -FormatAttribute (#150)
7+
* Extended Type Formatting - Improving handling of empty directories (#146)
8+
* Updating HelpOut PSA (#152)
9+
10+
---
11+
112
### HelpOut 0.4.8:
213

314
* Markdown Help Improvements:

HelpOut.psd1

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,22 @@
77
ModuleToProcess='HelpOut.psm1'
88
FormatsToProcess='HelpOut.format.ps1xml'
99
TypesToProcess='HelpOut.types.ps1xml'
10-
ModuleVersion='0.4.8'
10+
ModuleVersion='0.4.9'
1111
PrivateData = @{
1212
PSData = @{
1313
ProjectURI = 'https://github.com/StartAutomating/HelpOut'
1414
LicenseURI = 'https://github.com/StartAutomating/HelpOut/blob/master/LICENSE'
1515

1616
Tags = 'Markdown', 'Help','PowerShell'
1717
ReleaseNotes = @'
18-
### HelpOut 0.4.8:
18+
### HelpOut 0.4.9:
1919
20-
* Markdown Help Improvements:
21-
* Fixing Long Examples (Fixes #141)
22-
* Allowing first comment lines in an example to be markdown (#143)
23-
* Also, switching numbered example headings to blockquotes
24-
* Save-MarkdownHelp updates:
25-
* Fixing Piping Behavior (#140)
26-
* Not Saving to illegal windows paths (#132)
27-
* Improving Extended Types Doc Generation
28-
* Now puts extended type documentation into subfolders (#135)
29-
* Also, generates a summary file for each type (#133)
30-
* Updating links to Microsoft modules (#142)
31-
* Integrating PSA into HelpOut (#144)
20+
* Supporting custom attribute formatting with -FormatAttribute (#147)
21+
* Markdown Formatter - Honoring .FormatAttribute (#148)
22+
* Get-MarkdownHelp -FormatAttribute (#149)
23+
* Save-MarkdownHelp -FormatAttribute (#150)
24+
* Extended Type Formatting - Improving handling of empty directories (#146)
25+
* Updating HelpOut PSA (#152)
3226
3327
---
3428

0 commit comments

Comments
 (0)