Skip to content

Commit bdd3cd3

Browse files
committed
Bookkeeping for next release (2.0.09).
1 parent 0e3f887 commit bdd3cd3

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

CHANGELOG.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
## Next Release
22

3+
## 2.0.09 (August 5, 2017)
4+
5+
IMPROVEMENTS:
6+
- Added new templates provided by ebekker:
7+
+ bootstrap4 template for a clean, modern look
8+
+ test template to visualize the components that are defined by the template engine; also useful in developing and debugging templates
9+
10+
- Improved user experience when:
11+
+ no namespaces resolved out of glob pattern supplied on command line
12+
+ no modules found within a namespace
13+
+ no functions found within a module
14+
+ module unable to load
15+
16+
BUG FIXES:
17+
- [Issue #11](https://github.com/msorens/DocTreeGenerator/issues/11): Wildcard in Namespace selector should be resolved before using for page title
18+
- [Issue #10](https://github.com/msorens/DocTreeGenerator/issues/10): Hyperlinks not being generated for custom functions from other local modules
19+
- [Issue #7](https://github.com/msorens/DocTreeGenerator/issues/7): Cannot locate functions when module defines a DefaultCommandPrefix
20+
21+
322
## 2.0.08 (June 10, 2017)
423

524
IMPROVEMENTS:
@@ -20,8 +39,7 @@ IMPROVEMENTS:
2039

2140
IMPROVEMENTS:
2241
- Report more specific errors when no namespaces are found.
23-
- Added -SourceDir parameter to allow modules located in an arbitrary
24-
directory. [#4](https://github.com/msorens/DocTreeGenerator/issues/4)
42+
- [Issue #4](https://github.com/msorens/DocTreeGenerator/issues/4): Added -SourceDir parameter to allow modules located in an arbitrary directory.
2543

2644

2745
BUG FIXES:
@@ -37,7 +55,7 @@ IMPROVEMENTS:
3755
- Added template and script for regenerating self-documentation (i.e. DocTreeGenerator itself).
3856

3957
BUG FIXES:
40-
- Overview files were not returning valid results with a DocType definition (DTD) present. [#3](https://github.com/msorens/DocTreeGenerator/issues/3)
58+
- [Issue #3](https://github.com/msorens/DocTreeGenerator/issues/3): Overview files were not returning valid results with a DocType definition (DTD) present.
4159

4260

4361

DocTreeGenerator.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
RootModule = 'DocTreeGenerator.psm1'
1111

1212
# Version number of this module.
13-
ModuleVersion = '2.0.08'
13+
ModuleVersion = '2.0.09'
1414

1515
# Supported PSEditions
1616
# CompatiblePSEditions = @()

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Download the full wallchart in a convenient PDF from my article on Simple-Talk.c
3232

3333
Installation
3434
----------
35-
1. If you have Windows 10 or later (or have updated your PS 3 or 4 environment with PowerShellGet), you can just run `Install-Module -Name DocTreeGenerator` to install this module. Otherwise, you can download it from GitHub. After downloading, unzip DocTreeGenerator-master.zip into your PowerShell Modules directory ($env:UserProfile\Documents\WindowsPowerShell\Modules) and drop the "-master" suffix on the extracted folder.
35+
1. If you have Windows 10 or later (or have updated your PS 3 or 4 environment with PowerShellGet), you can just run `Install-Module -Name DocTreeGenerator` to install this module from the [PowerShell Gallery](https://www.powershellgallery.com/packages/DocTreeGenerator). Otherwise, you can download it from [GitHub](https://github.com/msorens/DocTreeGenerator). After downloading, unzip DocTreeGenerator-master.zip into your PowerShell Modules directory ($env:UserProfile\Documents\WindowsPowerShell\Modules) and drop the "-master" suffix on the extracted folder.
3636
2. Import the module in your profile or import it manually: `Import-Module DocTreeGenerator`
3737

3838
Usage

0 commit comments

Comments
 (0)