Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
PSKoans.0.67.0.nupkg | 2020-05-31 | 172.9 kB | |
PSKoans v0.67.0 source code.tar.gz | 2020-05-31 | 2.5 MB | |
PSKoans v0.67.0 source code.zip | 2020-05-31 | 2.5 MB | |
README.md | 2020-05-31 | 3.0 kB | |
Totals: 4 Items | 5.2 MB | 0 |
Changes
- Refactor of
AboutCmdletVerbs
to make things clearer.
Dbatools Koans
- Added a set of koans for the
dbatools
module (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
AboutGetMember
where 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.1
in 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 | :arrow_up: Pin Pester dependency (#392) |
1bb29d7 | @udubnate | :bug: AboutRegularExpressions-fixed scoping and validation issues (#388) |
e40c60a | @johnheusinger | :bug: Adjust typos, parameters, remove unused lines (#390) |
cc41ad3 | @shaneis | :sparkles: Add Dbatools Koans (#140) |
3a64219 | @HLupfert | :bug: Use correct test in AboutGetMember (#386) |
fa538b0 | @vexx32 | :art: Move to EZOut for formatting (#382) |
8dcd4e8 | @devlincashman | :bug: Add missing $array variable (#385) |
b16400c | @vexx32 | :recycle: Refactor AboutCmdletVerbs (#378) |
6d5fcb6 | @Maamue | :bug: :wrench: fixes problematic assertions in AboutPSObjects (#381) |
497abaa | @Maamue | :bug: fixes wrong variable used in AboutStringBuilder (#380) |
6c8c91a | @vexx32 | :rocket: Update PR conditional |
da49dce | @vexx32 | :rocket: Use more readable date format |
9f99740 | @vexx32 | :rocket: azure docs lie |
fd68c03 | @vexx32 | :rocket: Use proper Null literal |
24d7c4c | @vexx32 | :rocket: Update build version string |
630becd | @vexx32 | :rocket: Update artifact download / publish steps |