6.0.0-alpha1
#2486
Replies: 1 comment
-
Allowed to do what? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
If you have ideas for breaking (and other changes) that should happen in Pester 6 and that are not in Pester 6 milestone, please let us know in discussion, in the issue you want to link, or in a new issue 🙏
Assert assertions are becoming part of Pester
Assert assertions were migrated to Pester, and we will continue improving them here. They are published as
Should-Be
and similar aliases (no space) from the Pester module, as well asAssert-Equal
functions. (Because of the naming limitations we cannot useShould-*
directly.The assertions are split into 4 categories, generic, type specific, collection, and equivalency. See this doc for the initial documentation. There will be more I promise.
Pester supports only 5.1 and 7
We've dropped support for PowerShell 3, 4, 6 and early 7. All of those versions are officially out of support by Microsoft. This will help us modernize the code base and further improve performance.
More changes:
Internal and Infrastructure changes:
New Contributors
Full Changelog: 5.6.0-rc1...6.0.0-alpha1
This discussion was created from the release 6.0.0-alpha1.
Beta Was this translation helpful? Give feedback.
All reactions