- Added documentation for Assert-[True|False|Like]
- No changes, testing automatic deploy
- Add Assert-Like and Assert-NotLike
- Fix unwrapping error when thrown from .net method
- Fix license file name
- Add filtering to Assert-Throw and add proper tests
- Add many assertions
- Add positional paramaters for Actual
- Write readme
- Add Assert-Equal
- Add Assert-Type
- Add Assert-Null
- Add Assert-CollectionContain
- Rename Assert-ObjectEquivalent to Assert-Equivalent
- Add pretty print for equivalence
- Add equivalence comparator for objects, collections and values.
- Add
Verify-*
assertions too allow testing without assertions depending on each other, see Axioms.md. - Add assertions for strings, whole and decimal numbers.
- Add a lot of notes to describe the general direction, and ideas worth exploring, see ReadMe.md.