Notable Changes
- Add
Move-PSKoanLibraryfunction to streamline the process of moving your in-progress koan library to another location. - Updates to koan topics in
Introductionsfolder. - Fixed issue in
AboutTypeOperatorswhere a scriptblock invocation returns unhelpful results. (Thanks, @Maamue!) - Refactor some tests with
Show-Advice. - Add missing variable declarations in
AboutArrays(Thanks @ChaseFreeman17!)
Commit Log
| Hash | Name | Subject |
|---|---|---|
| 4baabcd | @vexx32 | Refactor Introduction Koans (#370) |
| 29a7068 | @vexx32 | ✨ Add Move-PSKoanLibrary Function (#364) |
| 5fcb07f | @Maamue | 🐛 fixes $null output without returning a collection (#365) |
| 8e3aa52 | @vexx32 | 🚀 Run tests against built module (#363) |
| 286c5bb | @vexx32 | 🚀 Refactor CI Pipeline (#362) |
| 78637a0 | @vexx32 | ✅ Refactor Show-Advice tests (#361) |
| 22de7b5 | @ChaseFreeman17 | 🐛 (#358) Instantiate Stings and Numbers in AboutArrays (#360) |