Skip to content

Releases: devblackops/Stucco

v0.5.0

16 Sep 05:54
b015bbe
Compare
Choose a tag to compare

[0.5.0] 2022-09-15

Added

#28 Add argument completer to -Task parameter of build.ps1 in module template (via @webtroter)

Fixed

#PR27 - Fix comment-based help tests and filtering out common parameters (via @HeyItsGilbert)

v0.4.0

09 Apr 05:07
b31d399
Compare
Choose a tag to compare

[0.4.0] 2021-04-08

Changed

  • Bumped PowerShellBuild dependency to 0.6.1.
  • The -DestinationPath parameter in New-StuccoModule is explicitly set to Position=0 so the
    parameter name is no longer mandatory (e.g.: New-StuccoModule C:\my\path\to\module) now works as expected.

Fixed

  • Removed logic trying to dot source Initialize.ps1. This file doesn't exist in the templated module.

v0.3.1

01 Mar 04:58
0ebdea0
Compare
Choose a tag to compare

[0.3.1] 2021-02-27

Fixed

v0.3.0

01 Mar 04:57
6cf06a7
Compare
Choose a tag to compare

[0.3.0] 2021-02-27

Added

  • #PR16 - Add parameter description to example function in template module (via @mikejwhat)
  • You can now pass psake parameters via the template module build script.
  • Added optional VSCode dev container support to Plaster template
  • Added function Get-StuccoTemplate
    • Returns Stucco's Plaster template object
  • Added function New-StuccoModule
    • Creates a new module based on the Stucco module template

Changed

  • Required Pester version in template module has been bumped to 5.1.1
  • Clean up Pester tests in template module

Fixed

  • #PR22 - Update dependencies for psake, BuildHelpers, and PSScriptAnalzyer (via @HP41)
  • #PR19 - Update tests to support Pester v5 (via @andrewwillett)
  • Classes are now properly supported if the option to include them is selected when creating a module from the template

v0.2.0

10 Nov 06:30
8ee1839
Compare
Choose a tag to compare

[0.2.0] 2019-11-09

Added

  • #11 - Added support for GitLab CI in module template (via @sk82jack)
  • Added support for GitHub Actions in module template

Changed

Fixed

  • #11 - Fixed casing of tests folder and for public/private folders in psm1 (via @sk82jack)