Skip to content

Releases: andrewrdavidson/PSQualityCheck

1.0.9 - Fix help comments and other minor fixes

29 Dec 19:12
5e85934
Compare
Choose a tag to compare
  • 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

29 Dec 18:04
ea32e16
Compare
Choose a tag to compare
  • 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

1.0.7 - Fixes to module manifest ready for publication

29 Dec 15:42
6090ac5
Compare
Choose a tag to compare
  • 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

22 Dec 20:33
7b28fa1
Compare
Choose a tag to compare
  • 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

21 Dec 12:35
de123a6
Compare
Choose a tag to compare
  • Fixes to module checks when module manifest doesn't exist

1.0.4 - Minor fixes

21 Dec 10:18
543e198
Compare
Choose a tag to compare
  • Fix showing check results
  • Fix empty script file handling

1.0.3 - Fix functions parameters not being mandatory

21 Dec 09:31
0ed1136
Compare
Choose a tag to compare
  • Fix supporting functions parameters not being mandatory

1.0.2 - Fix showing check results

20 Dec 18:31
665cd7c
Compare
Choose a tag to compare
  • 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

20 Dec 17:27
1d9c55a
Compare
Choose a tag to compare
  • Tidy up script pester test file to remove unneeded code

1.0.0 - Initial Release

20 Dec 15:21
edf9224
Compare
Choose a tag to compare
  • Initial release