Skip to content

Releases: codaamok/codaamok.build

v5.0.2

20 Sep 16:21
Compare
Choose a tag to compare

Fixed

  • Export-UnreleasedNotes incorrectly checked IsPresent property of a boolean for param -NewRelease. This param was once a switch, but then change to a bool.

v5.0.1

20 Apr 21:08
Compare
Choose a tag to compare

Changed

  • Minimum PowerShell version dropped to 5.1 from 7.0

v5.0.0

20 Apr 07:46
Compare
Choose a tag to compare

Added

  • New src/Enums folder
  • using statements are taken from all .ps1 files under the src/Classes folder and placed at the top of the .psm1, before inserting class code. Then all over code is inserted; script files under src/Enums, src/Private, and src/Public.

Changed

  • Folder src/Types must now be src/Classes

v4.0.7

14 Apr 15:41
Compare
Choose a tag to compare

Changed

  • Renamed name of worklow from CI/CD Pipeline to Pipeline for simplified shields.io

v4.0.6

11 Apr 16:03
Compare
Choose a tag to compare

Fixed

  • invoke.build.ps1 did not correctly recreate the build directory folder structure

v4.0.4

11 Apr 15:43
Compare
Choose a tag to compare

Fixed

  • Invoke-BuildClean did not create folders after deleting them

v4.0.3

10 Apr 21:02
Compare
Choose a tag to compare

Fixed

  • Invoke-BuildClean did not delete sub folders

v4.0.2

10 Apr 20:04
Compare
Choose a tag to compare

Fixed

  • New-ModuleDirStructure failed to correctly create the about_ text file

v4.0.0

02 Mar 22:19
Compare
Choose a tag to compare

Added

  • New mandatory parameter -File for Export-ScriptsToProcess; must provide a scalar or array object of [System.IO.FileSystemInfo] as the file(s) you want concatenated into a single file.

Fixed

  • Actually fixed the Process.ps1 ScriptsToProcess issue, by fixing incorrect script scope variable reference in Export-ScriptsToProcess

v3.1.2

02 Mar 21:27
Compare
Choose a tag to compare

Fixed

  • Build script did not creat the Process.ps1 script file (for ScriptsToProcess) even if scripts existed under src\ScriptsToProcess