You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Modified `Get-PSFunctionInfo` to sort functions by name.
9
+
- Help updates
10
+
- Updated `README`
11
+
12
+
### Fixed
13
+
14
+
- Added a warning to `Set-PSFunctionInfoDefaults` if the command is run without specifying any parameters.
15
+
-
3
16
## 1.3.0
4
17
5
-
+ Updated missing online help links.
6
-
+ Help documentation updates.
7
-
+ Updated `README.md`.
18
+
- Updated missing online help links.
19
+
- Help documentation updates.
20
+
- Updated `README.md`.
8
21
9
22
## 1.2.0
10
23
11
-
+ Added custom error messages to `ValidateScript()` parameter attributes.
12
-
+ Added a `NoSource` parameter to `New-PSFunctionInfo` to not include the source path.
13
-
+ Added `Set-PSFunctionInfo` and its alias `spfi`.
14
-
+ Added `Remove-PSFunctionInfo` and its alias `rpfi`.
15
-
+ Help updates.
16
-
+ Updated `README.md`.
24
+
- Added custom error messages to `ValidateScript()` parameter attributes.
25
+
- Added a `NoSource` parameter to `New-PSFunctionInfo` to not include the source path.
26
+
- Added `Set-PSFunctionInfo` and its alias `spfi`.
27
+
- Added `Remove-PSFunctionInfo` and its alias `rpfi`.
28
+
- Help updates.
29
+
- Updated `README.md`.
17
30
18
31
## 1.1.0
19
32
20
-
+ Fixed DefaultDisplayPropertySet in types.ps1xml file.
21
-
+ Added online help links.
22
-
+ Updated `README.md`.
33
+
- Fixed DefaultDisplayPropertySet in types.ps1xml file.
34
+
- Added online help links.
35
+
- Updated `README.md`.
23
36
24
37
## 1.0.0
25
38
26
-
+ Restructured module layout.
27
-
+ Added a property set called `TagInfo`.
28
-
+ Added command `Edit-PSFunctionInfo` with an alias of `efpi`. ([Issue #7](https://github.com/jdhitsolutions/PSFunctionInfo/issues/7))
29
-
+ Added better error handling to `Get-PSFunctionInfo` where function can't be found.
30
-
+ Help updates.
31
-
+ First official release to the PowerShell Gallery.
32
-
+ Updated `README.md`.
39
+
- Restructured module layout.
40
+
- Added a property set called `TagInfo`.
41
+
- Added command `Edit-PSFunctionInfo` with an alias of `efpi`. ([Issue #7](https://github.com/jdhitsolutions/PSFunctionInfo/issues/7))
42
+
- Added better error handling to `Get-PSFunctionInfo` where function can't be found.
43
+
- Help updates.
44
+
- First official release to the PowerShell Gallery.
45
+
- Updated `README.md`.
33
46
34
47
## 0.6.0-preview
35
48
36
-
+ Fixed the `-Name` parameter argument completer in `Get-PSFunctionInfo`. The function parameter changed from `Name` to `FunctionName` which is why it broke. ([Issue #6](https://github.com/jdhitsolutions/PSFunctionInfo/issues/6))
37
-
+ Created private function `backup_file`.
38
-
+ Added a `-Backup` parameter to `New-PSFunctionInfo`. ([Issue #1](https://github.com/jdhitsolutions/PSFunctionInfo/issues/1))
39
-
+ Help updates
40
-
+ Updated `README.md`.
49
+
- Fixed the `-Name` parameter argument completer in `Get-PSFunctionInfo`. The function parameter changed from `Name` to `FunctionName` which is why it broke. ([Issue #6](https://github.com/jdhitsolutions/PSFunctionInfo/issues/6))
50
+
- Created private function `backup_file`.
51
+
- Added a `-Backup` parameter to `New-PSFunctionInfo`. ([Issue #1](https://github.com/jdhitsolutions/PSFunctionInfo/issues/1))
52
+
- Help updates
53
+
- Updated `README.md`.
41
54
42
55
## 0.5.0-preview
43
56
44
-
+ Added an autocompleter for the `-Tag` parameter in `Get-PSFunctionInfo`. ([Issue #4](https://github.com/jdhitsolutions/PSFunctionInfo/issues/4))
45
-
+ Added a private function, `new_psfunctioninfo`, to create a new PSFunctionInfo object from the metadata block.
46
-
+ Changed `Name` parameter in `Get-PSFunctionInfo` to `FunctionName`. The parameter is positional, so it shouldn't make much difference. **This is a breaking change.**
47
-
+ Modified `Get-PSFunctionInfo` to get metadata from files. ([Issue #3](https://github.com/jdhitsolutions/PSFunctionInfo/issues/3))
48
-
+ Modified `PSFunctionInfo` class to not require Tags in the constructor.
49
-
+ Added missing online help links.
50
-
+ Added a table view called `tags` to `psfunctioninfor.format.ps1xml`.
51
-
+ Modified `psfunctioninfor.format.ps1xml` to reduce the `Alias` column to 15.
52
-
+ Added integration into the PowerShell ISE.
53
-
+ Added integration into VS Code. ([Issue #2](https://github.com/jdhitsolutions/PSFunctionInfo/issues/2))
54
-
+ Updated help documentation.
55
-
+ Updated `README.md`.
57
+
- Added an autocompleter for the `-Tag` parameter in `Get-PSFunctionInfo`. ([Issue #4](https://github.com/jdhitsolutions/PSFunctionInfo/issues/4))
58
+
- Added a private function, `new_psfunctioninfo`, to create a new PSFunctionInfo object from the metadata block.
59
+
- Changed `Name` parameter in `Get-PSFunctionInfo` to `FunctionName`. The parameter is positional, so it shouldn't make much difference. **This is a breaking change.**
60
+
- Modified `Get-PSFunctionInfo` to get metadata from files. ([Issue #3](https://github.com/jdhitsolutions/PSFunctionInfo/issues/3))
61
+
- Modified `PSFunctionInfo` class to not require Tags in the constructor.
62
+
- Added missing online help links.
63
+
- Added a table view called `tags` to `psfunctioninfor.format.ps1xml`.
64
+
- Modified `psfunctioninfor.format.ps1xml` to reduce the `Alias` column to 15.
65
+
- Added integration into the PowerShell ISE.
66
+
- Added integration into VS Code. ([Issue #2](https://github.com/jdhitsolutions/PSFunctionInfo/issues/2))
67
+
- Updated help documentation.
68
+
- Updated `README.md`.
56
69
57
70
## 0.4.0-preview
58
71
59
-
+ Added `Set-PSFunctionInfoDefaults` and `Get-PSFunctionInfoDefaults` to store default values. The defaults are stored in a JSON file at `$home\psfunctioninfo-defaults.json`. If the file is found when the module is imported, it will be used to set $PSDefaultParameterValues for this module.
60
-
+ Added `Update-PSFunctionInfoDefaults` which can be used to update defaults if they are changed after the module has been loaded.
61
-
+ Added `about_PSFunctionInfo` help.
62
-
+ Minor help updates.
63
-
+ Updated `README.md`.
72
+
- Added `Set-PSFunctionInfoDefaults` and `Get-PSFunctionInfoDefaults` to store default values. The defaults are stored in a JSON file at `$home\psfunctioninfo-defaults.json`. If the file is found when the module is imported, it will be used to set $PSDefaultParameterValues for this module.
73
+
- Added `Update-PSFunctionInfoDefaults` which can be used to update defaults if they are changed after the module has been loaded.
74
+
- Added `about_PSFunctionInfo` help.
75
+
- Minor help updates.
76
+
- Updated `README.md`.
64
77
65
78
## 0.3.0-preview
66
79
67
-
+ Added online help links.
68
-
+ Published pre-release module to the PowerShell Gallery.
69
-
+ Updated `README.md`.
80
+
- Added online help links.
81
+
- Published pre-release module to the PowerShell Gallery.
82
+
- Updated `README.md`.
70
83
71
84
## 0.2.0
72
85
73
-
+ Modified `Source` view in `psfunctioninfo.format.ps1xml` to not limit the Description width.
74
-
+ Updated `New-PSFunctionInfo` to better handle different function layouts.
75
-
+ Added Verbose output to `Get-PSFunctionInfoTag`.
76
-
+ Help updates.
77
-
+ Added an argument completer for the `Name` parameter of `Get-PSFunctionInfo`.
78
-
+ Added alias `gpfi` for `Get-PSFunctionInfo`.
79
-
+ Added alias `npfi` for `New-PSFunctionInfo`.
80
-
+ Updated module manifest.
81
-
+ Updated `README.md`.
86
+
- Modified `Source` view in `psfunctioninfo.format.ps1xml` to not limit the Description width.
87
+
- Updated `New-PSFunctionInfo` to better handle different function layouts.
88
+
- Added Verbose output to `Get-PSFunctionInfoTag`.
89
+
- Help updates.
90
+
- Added an argument completer for the `Name` parameter of `Get-PSFunctionInfo`.
0 commit comments