Releases: andrewrdavidson/PSQualityCheck
Releases · andrewrdavidson/PSQualityCheck
1.0.9 - Fix help comments and other minor fixes
- fixup help comments
- fixes to OutputType in Get-FileList
- fixes to count module objects
- rebuilt module ready for publish
1.0.8 - Added source code
- 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)
- for consistency with
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
1.0.7 - Fixes to module manifest ready for publication
- Entered more information into the module manifests ready for the module to go onto the PSGallery
1.0.6 - Fixes to module and manifest comparisons
- 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.
1.0.5 - Fixes to handle missing files
- Fixes to module checks when module manifest doesn't exist
1.0.4 - Minor fixes
- Fix showing check results
- Fix empty script file handling
1.0.3 - Fix functions parameters not being mandatory
- Fix supporting functions parameters not being mandatory
1.0.2 - Fix showing check results
- Moving code to show check results back into main function because of complexity of passing code to a show function
1.0.1 - Minor code tidy
- Tidy up script pester test file to remove unneeded code
1.0.0 - Initial Release
- Initial release