Skip to content

Releases: arikkfir/justest

v0.7.0

23 Jun 13:44
e91b2de
Compare
Choose a tag to compare

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

17 Jun 13:25
d2a271c
Compare
Choose a tag to compare

What's Changed

  • feat: support slowing down tests to enable debugging consequences by @arikkfir in #21

Full Changelog: v0.5.0...v0.6.0

v0.5.0

10 Jun 16:42
ac8fdf1
Compare
Choose a tag to compare

What's Changed

  • feat: enhance test naming by making it a format string by @arikkfir in #20

Full Changelog: v0.4.0...v0.5.0

v0.4.0

10 Jun 16:34
345aeae
Compare
Choose a tag to compare

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

Full Changelog: v0.3.1...v0.4.0

v0.3.1

18 May 17:47
2e914a3
Compare
Choose a tag to compare

What's Changed

  • fix(equalto): go-cmp opts were not passed to failure diff by @arikkfir in #17

Full Changelog: v0.3.0...v0.3.1

v0.3.0

17 May 17:36
7412017
Compare
Choose a tag to compare

What's Changed

  • feat(fail): show mismatched error message on error by @arikkfir in #16

Full Changelog: v0.2.0...v0.3.0

v0.2.0

11 May 15:49
801a3e1
Compare
Choose a tag to compare

What's Changed

  • security(dependencies): enable Dependabot by @arikkfir in #12
  • build(go): fix go directive to use 1.N.P syntax by @arikkfir in #13
  • feat(fail): support valid patterns for Fail matcher by @arikkfir in #14

Full Changelog: v0.1.0...v0.2.0

v0.1.0

11 May 14:44
4815530
Compare
Choose a tag to compare

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

v0.0.2

04 May 16:10
a6741d1
Compare
Choose a tag to compare

What's Changed

  • fix(stacktrace): stack-trace of failed tests print incorrect source locations by @arikkfir in #5
  • test: fix test flakiness due to reusing "for" loop variable in sub-tests by @arikkfir in #6

Full Changelog: v0.0.1...v0.0.2

v0.0.1

03 May 19:01
56f7cd9
Compare
Choose a tag to compare

Initial release.