Releases: kunwardeep/paralleltest
Releases · kunwardeep/paralleltest
v1.0.14
What's Changed
- Added new test to validate issue 40 by @kunwardeep in #42
- update readme by @kunwardeep in #45
- Run linter for test files only by @kunwardeep in #46
Full Changelog: v1.0.13...v1.0.14
v1.0.13
What's Changed
- fix: downgrade min go version by @ldez in #43
- Remove deprecate linters by @kunwardeep in #44
Full Changelog: v1.0.12...v1.0.13
v1.0.12
v1.0.11
What's Changed
- Update x/tools to fix panic in tests with Go 1.24 by @alexandear in #39
Full Changelog: v1.0.10...v1.0.11
v1.0.10 Add new option ignoreloopvar
v1.0.9 Setenv can be used in parallel tests or tests with parallel ancestors
What's Changed
- dont flag tests which call Setenv directly or whose subtests do by @spencerschrock in #33
New Contributors
- @spencerschrock made their first contribution in #33
Full Changelog: v1.0.8...v1.0.9
v1.0.8 Add new option ignoremissingsubtests
What's Changed
- Fix grammar in lint failure message by @AngusGMorrison in #29
- Add option
ignoremissingsubtests
to ignore missingt.Parallel()
in subtests by @brandur in #32
New Contributors
- @AngusGMorrison made their first contribution in #29
- @brandur made their first contribution in #32
Full Changelog: v1.0.7...v1.0.8
v1.0.7 Update golang.org/x/tools and fix panic for empty test function
What's Changed
- Update test.yml by @kunwardeep in #30
- fix panic when empty test function without t name by @alexandear in #27
- Update golang.org/x/tools to v0.7.0 by @lox in #26
New Contributors
- @alexandear made their first contribution in #27
- @lox made their first contribution in #26
Full Changelog: v1.0.6...v1.0.7
v1.0.6 Add new flag to ignore missing calls to t.Parallel
What's Changed
- Add flag to ignore missing calls (off by default) by @turbolent in #19
Full Changelog: v1.0.5...v1.0.6
v1.0.5 Test workflow tweaks and other random improvements
What's Changed
- Fix
LICENSE
typo/project owner by @magnetikonline in #17 - Update to golang.org/x/tools v0.1.10, allows use of Go 1.18 by @turbolent in #20
- Test workflow tweaks and other random improvements by @magnetikonline in #21
New Contributors
- @magnetikonline made their first contribution in #17
Full Changelog: v1.0.4...v1.0.5