Releases: arikkfir/justest
Releases · arikkfir/justest
v0.7.0
What's Changed
- refactor: refactor fluent API & source printing for better readability by @arikkfir in #22
- fix(highlight): parsing of JUSTEST_DISABLE_SOURCE_HIGHLIGHT is wrong by @arikkfir in #23
- docs(Assertion): add docs to the Assertion methods by @arikkfir in #24
- chore(api): restore the OrFail method to the Assertion interface by @arikkfir in #25
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.0
v0.4.0
What's Changed
- security(dependencies): bump github.com/alecthomas/chroma/v2 from 2.13.0 to 2.14.0 by @dependabot in #18
- feat: support naming assertions to help describe their purpose by @arikkfir in #19
New Contributors
- @dependabot made their first contribution in #18
Full Changelog: v0.3.1...v0.4.0
v0.3.1
v0.3.0
v0.2.0
v0.1.0
What's Changed
- feat(GetRoot): add new API to obtain *testing.T from any given T by @arikkfir in #7
- feat(highlight): allow disabling syntax highlighting of caller code by @arikkfir in #8
- refactor(tests): consistent T mocking & general simplification by @arikkfir in #9
- fix(highlight): only highlight source code when supported by @arikkfir in #10
Full Changelog: v0.0.2...v0.1.0