You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [2.20.0]
9
+
10
+
- Catesta template module changes
11
+
- CI/CD Changes:
12
+
- Adjusted all action bootstrap for module installs to include a `SkipPublisherCheck` when installing Pester module on Windows builds. (https://github.com/pester/Pester/issues/2389)
13
+
- Pester bumped from `5.5.0` to `5.6.1`
14
+
- InvokeBuild bumped from `5.11.1` to `5.11.3`
15
+
-**New template question**: Catesta now asks if PowerShell Classes will be used in the module project. If `Yes` is specified a Classes structure will be scaffold.
16
+
- Sample pester tests for Pester v5 refactored to follow Pester 5 rules
17
+
- Refactored `ExportedFunctions.Tests.ps1` for better efficiency in loops
18
+
- Minor spelling correction in sample Pester tests
19
+
-`tasks.json`
20
+
-`Test` task is now explicitly set as default test task
21
+
- Catesta primary module changes
22
+
-`tasks.json`
23
+
- `Test` task is now explicitly set as default test task
24
+
- Pester bumped from `5.5.0` to `5.6.1`
25
+
- InvokeBuild bumped from `5.11.1` to `5.11.3`
26
+
- Adjusted action bootstrap for module installs to include a `SkipPublisherCheck` when installing Pester module on Windows builds. (https://github.com/pester/Pester/issues/2389)
27
+
- Refactored all unit and infra tests to adhere to Pester 5 rules
28
+
- Refactored `ExportedFunctions.Tests.ps1` for better efficiency in loops
0 commit comments