Skip to content

v0.66.1 - Koan Topic Revisions

Compare
Choose a tag to compare
@vexx32 vexx32 released this 05 Mar 05:32
4baabcd

Notable Changes

  • Add Move-PSKoanLibrary function to streamline the process of moving your in-progress koan library to another location.
  • Updates to koan topics in Introductions folder.
  • Fixed issue in AboutTypeOperators where 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)