Skip to content

v1.3.0 🌈

Compare
Choose a tag to compare
@github-actions github-actions released this 21 May 21:55
· 70 commits to master since this release
8b33833

Changes

🚀 Features

🐛 Bug Fixes

🖊️ Refactors

  • Refactor: Simplify error handling to no longer use Get-Exception-Message cmdlet @leojonathanoh (#17)
  • Refactor: Simplify error handling in New-BlockFactory to no longer use Get-Exception-Message cmdlet @leojonathanoh (#19)
  • Refactor: Remove all Write-Debug lines @leojonathanoh (#8)
  • Refactor: Move repository to theohbrothers namespace @leojonathanoh (#29)
  • Refactor: Make module name to be dynamic in test entrypoint script @leojonathanoh (#35)
  • Refactor: Get module's version dynamically when using -Version @leojonathanoh (#33)
  • Refactor: Cleanup unneeded $DebugPreference variable in Log-Rotate @leojonathanoh (#23)
  • Refactor (tests): Split up Log-Rotate cmdlet unit tests from integration tests and fix and add some tests @leojonathanoh (#20)
  • Refactor (tests): Rearrange Log-Rotate inegration tests to be in alphabetal order @leojonathanoh (#15)
  • Refactor (tests): Add Log-Rotate integration test for preremove option @leojonathanoh (#14)

📝 Documentation

🧰 Maintenance