Skip to content

Releases: sho-hata/tparagen

v1.1.2

31 Oct 09:17
Compare
Choose a tag to compare

Changelog

  • 4e5e506 Add Contributor Covenant Code of Conduct and update README to include it
  • babb5ba Merge branch 'main' into feature/all_or_nothing
  • b0ebb7f Merge branch 'main' into feature/all_or_nothing
  • 72bc6ab Merge branch 'main' into update/go1.22
  • 86ebd80 Merge pull request #22 from sho-hata/feature/update-1.22
  • 947ffd7 Merge pull request #23 from sho-hata/update/go1.22
  • fd5ad8e Merge pull request #24 from sho-hata/update/go1.23
  • eec5aca Merge pull request #26 from sho-hata/feature/all_or_nothing
  • 1aec06d Merge pull request #27 from sho-hata/revert-26-feature/all_or_nothing
  • d300cad Merge pull request #28 from sho-hata/feature/all_or_nothing
  • 07305ee Refactor buildLoopVarReAssignmentStmt function
  • 3cada05 Refactor temporary file handling in tparagen.go
  • 24dcc8a Refactor temporary file handling in tparagen.go
  • e550925 Remove unnecessary processing in tparagen.run()
  • d07e35d Remove unnecessary processing in tparagen.run()
  • a696591 Rename Process function to GenerateTParallel and update documentation for clarity
  • eced1c2 Revert "support all or nothing"
  • 0bf1b28 Update README for clarity and accuracy in describing tparagen functionality
  • 66b5b4e add test case: TestFunctionSuccessAllTests
  • 4083638 bump go 1.21 to 1.22.4
  • 70c3acb chore: fix README.md
  • 62241c2 chore: remove unused field
  • f35dfc3 chore: rename process to GenerateTParallel
  • 701236e chore: update go version to 1.22
  • ccbc036 chore: update go version to 1.22
  • 2b8b881 chore: update go version to 1.23
  • c66a127 error handling in os.Rename error block
  • 9570ec1 fix cd
  • d85d3c3 implement all-or-nothing
  • 2f5ad02 include patch version
  • 7aa3e2c refactor: Simplify comparison skip conditions
  • f569baf remove unused function
  • 380c1c3 setup cd
  • 4dee096 update README
  • ecbc589 update go actions
  • 21c146a update go version in jobs
  • 342bd16 wip release flow

v1.1.1

10 Feb 02:01
Compare
Choose a tag to compare

Changelog

  • cd7ba1d Add Dependabot configuration for Go modules
  • 684762d Changes to .goreleaser.yml: modified snapshot name template
  • 1ab3e3f Compatible with Go version 1.22+
  • c316e6f Merge pull request #19 from sho-hata/issue-templete
  • c0480a3 Merge pull request #20 from sho-hata/update/go1.21
  • 4de85e8 Merge pull request #21 from sho-hata/feature/dependabot
  • f743cb4 Update issue templates
  • 26d173a add test case
  • 972f28e chore: edit README
  • 9dae124 fix format
  • e562b76 update go version to v1.21
  • 7524df2 upgrade go to v1.20

v1.1.0

29 Apr 09:23
Compare
Choose a tag to compare

What's Changed

  • Rename ci name
  • Change the output content of help

Full Changelog: v1.0.0...v1.1.0

v1.0.0

26 Nov 09:57
8ee702e
Compare
Choose a tag to compare

Changelog

  • 4302047 Merge branch 'main' into update/go1.19
  • 1b2cbe5 Merge pull request #13 from sho-hata/feature/support-nolint-comment
  • 70c6f10 Merge pull request #14 from sho-hata/update/go1.19
  • 51d4538 Merge pull request #15 from sho-hata/update/refactor
  • 8ee702e Merge pull request #16 from sho-hata/update/refactor
  • 1042dda refactor Process()
  • f8443a5 refactor Process()
  • e819269 support to nolint comment in function doc
  • a4ec609 update README.md
  • 2608484 update to go 1.19
  • 4e47ff1 update: support 'nolint tparallel, paralleltest' comment targeting files
  • 871d3e3 update: support nolint comment targeting files

v0.0.5

05 Nov 01:25
a210ff5
Compare
Choose a tag to compare

Changelog

v0.0.4

21 Aug 13:56
6a21e4e
Compare
Choose a tag to compare

Changelog

  • a063686 Merge pull request #8 from sho-hata/feature/support-setenv
  • 6a21e4e Merge pull request #9 from sho-hata/feature/support-setenv
  • 44eaabe Support Setenv method
  • 66a0d9f chore: edit README
  • 2cca9d8 chore: test case fix
  • f6db929 refactor process method

v0.0.3

16 Aug 01:09
e3a3e0d
Compare
Choose a tag to compare

Changelog

  • ba13a87 Add demo to Readme.
  • 2a9b2e5 Merge pull request #6 from sho-hata/fix/missing-call-all-tests
  • e3a3e0d Merge pull request #7 from sho-hata/feature/ignore-option
  • b62af20 Support ignore specified directories with cli option -i/-ignore

v0.0.2

14 Aug 12:51
c8ddd46
Compare
Choose a tag to compare

Changelog

  • c8ddd46 Merge pull request #5 from sho-hata/fix/missing-call-all-tests
  • 942ae25 Support for cases where the main/sub test does not invoke 't.Parallel()' without using a range statement
  • 64ad578 edit README

v0.0.1

14 Aug 12:02
24da3dc
Compare
Choose a tag to compare

Changelog

  • d4b0c49 Merge pull request #3 from sho-hata/setting-gorelease
  • 24da3dc Merge pull request #4 from sho-hata/setting-gorelease
  • f8eb882 fix settings goreleaser