Skip to content

Latest commit

 

History

History
106 lines (87 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

106 lines (87 loc) · 2.78 KB

What's Changed in v0.4.1

  • remove deprecated linters
  • small variable rename
  • fix golangci conf
  • update golangci-lint configuration and fix lint issues
  • Merge branch 'main' of github.com:peczenyj/ttempdir
  • Update README.md
  • fix CONTRIBUTING.md
  • update dot files
  • update dot files
  • fix markdown
  • update .gitignore
  • bump version

Full Changelog: https://github.com///compare/v0.4.0...v0.4.1

What's Changed in v0.4.0

  • update changelog
  • Change analyzer program add flagset prefix
  • add contributing and security docs
  • remove useless plugin
  • update dependency golang.org/x/text from v0.15.0 to v0.16.0

Full Changelog: https://github.com///compare/v0.3.2...v0.4.0

What's Changed in v0.3.2

  • update changelog
  • add support to defer statement
  • revert some changes
  • reorganize code and function calls
  • finish refactor analyzer
  • refactor analyzer
  • bypass bug in go cover

Full Changelog: https://github.com///compare/v0.3.1...v0.3.2

What's Changed in v0.3.1

  • update changelog
  • update analyzer report message and fix support to for-loop statements
  • add changelog

Full Changelog: https://github.com///compare/v0.3.0...v0.3.1

What's Changed in v0.3.0

  • Create release.yml
  • prepare next version without global analyzer

Full Changelog: https://github.com///compare/v0.2.2...v0.3.0

What's Changed in v0.2.2

  • improve tests
  • rename source code

Full Changelog: https://github.com///compare/v0.2.1...v0.2.2

What's Changed in v0.2.1

  • Merge remote-tracking branch 'refs/remotes/origin/main'
  • Update README.md
  • fix cmd path

Full Changelog: https://github.com///compare/v0.2.0...v0.2.1

What's Changed in v0.2.0

  • Update issue templates
  • Create CODE_OF_CONDUCT.md
  • avoid negative levels of recursion, just in case
  • set default max recursion level from 50 to 5
  • try add codecov.yml

Full Changelog: https://github.com///compare/v0.1.0...v0.2.0

What's Changed in v0.1.0

  • fix makefile
  • refactors
  • improve some cases
  • include os.TempDir
  • update codecov
  • update go.mod
  • update go setup action
  • refactor workflows
  • Merge branch 'main' of github.com:peczenyj/ttempdir
  • Update README.md
  • Revert "refactor"
  • refactor

Full Changelog: https://github.com///compare/v0.0.1...v0.1.0

What's Changed in v0.0.1

  • Merge pull request #3 from peczenyj/dependabot/github_actions/actions/checkout-4
  • Bump actions/checkout from 3 to 4
  • Merge pull request #2 from peczenyj/dependabot/github_actions/actions/dependency-review-action-4
  • Bump actions/dependency-review-action from 3 to 4
  • add more steps on lint
  • add more conf
  • update README
  • split actions
  • add lint
  • format with gofumpt -w
  • update dependencies
  • refactor workflow
  • update workflow
  • add tests with ioutil
  • initial commit based on tenv source code
  • Initial commit