-
Notifications
You must be signed in to change notification settings - Fork 1
Release History
Andrew Davidson edited this page Jan 4, 2021
·
19 revisions
- fixup help comments
- fixes to OutputType in Get-FileList
- fixes to count module objects
- rebuilt module ready for publish
Released to PSGallery
Removed v1.0.7 from PSGallery
- Added source code and build script
- Renamed Tests folder to Checks for consistency with Invoke-PSScriptCheck command to prevent confusion with unit tests (still to come)
NOTE: There are no functional changes from 1.0.7
NOTE: v1.0.8 will not be uploaded to PSGallery since there is no new functionality
- Entered more information into the module manifests ready for the module to go onto the PSGallery
First release to PSGallery
- Fixed a bug where the count of modules from the manifest was not being passed back correctly.
- Fixed a bug where the count of functions exported from the manifest was not being calculated correctly.
- Fixes to module checks when module manifest doesn't exist
- Fix showing check results
- Fix empty script file handling
- Fix supporting functions parameters not being mandatory
- Moving code to show check results back into main function because of complexity of passing code to a show function
- Tidy up script pester test file to remove unneeded code
- Initial release