PSKoans v0.67.0
Changes
- Refactor of
AboutCmdletVerbsto make things clearer.
Dbatools Koans
- Added a set of koans for the
dbatoolsmodule (thanks @shaneis!)
These have been in the works for well over a year now, and Shane has done a great job of laying out the foundational principles and commands used in dbatools.
If you want to check these out, you'll first need to have the dbatools module installed from the PowerShell Gallery, and then call Show-Karma with -Module dbatools.
If there are any issues, let us know. 🙂
Bugfixes
- Fixed several issues in
AboutCsvCmdlets(thanks @johnheusinger!) - Fixed several issues in
AboutRegularExperssions(thanks @udubnate!) - Fixed an issue in
AboutGetMemberwhere the wrong test was being used (thanks @HLupfert!) - Fixed an issue in AboutArrays (thanks @devlincashman!)
- Fixed some issues in AboutPSObjects (thanks @Maamue!)
- Fixed an issue in AboutStringBuilder (thanks @Maamue!)
- Pinned the Pester dependency to
4.10.1in the manifest so PSKoans won't try to use Pester v5 and break until we get things updated.
Commit Log
| Hash | Name | Subject |
|---|---|---|
| 915ea5c | @vexx32 | ⬆️ Pin Pester dependency (#392) |
| 1bb29d7 | @udubnate | 🐛 AboutRegularExpressions-fixed scoping and validation issues (#388) |
| e40c60a | @johnheusinger | 🐛 Adjust typos, parameters, remove unused lines (#390) |
| cc41ad3 | @shaneis | ✨ Add Dbatools Koans (#140) |
| 3a64219 | @HLupfert | 🐛 Use correct test in AboutGetMember (#386) |
| fa538b0 | @vexx32 | 🎨 Move to EZOut for formatting (#382) |
| 8dcd4e8 | @devlincashman | 🐛 Add missing $array variable (#385) |
| b16400c | @vexx32 | ♻️ Refactor AboutCmdletVerbs (#378) |
| 6d5fcb6 | @Maamue | 🐛 🔧 fixes problematic assertions in AboutPSObjects (#381) |
| 497abaa | @Maamue | 🐛 fixes wrong variable used in AboutStringBuilder (#380) |
| 6c8c91a | @vexx32 | 🚀 Update PR conditional |
| da49dce | @vexx32 | 🚀 Use more readable date format |
| 9f99740 | @vexx32 | 🚀 azure docs lie |
| fd68c03 | @vexx32 | 🚀 Use proper Null literal |
| 24d7c4c | @vexx32 | 🚀 Update build version string |
| 630becd | @vexx32 | 🚀 Update artifact download / publish steps |