Skip to content

Releases: lasiar/canonicalheader

v1.1.2

09 Nov 21:14
Compare
Choose a tag to compare

Changelog

  • c5a43b4 chore(deps): bump crate-ci/typos from 1.23.5 to 1.26.8
  • f1fac25 chore(deps): bump golang from 1.21.0 to 1.22.0
  • d3cf644 chore(deps): bump golang.org/x/tools from 0.23.0 to 0.27.0
  • b58cea9 fix(ci): remove testing on tip
  • 8f95bb8 chore(deps): bump crate-ci/typos from 1.23.2 to 1.23.5
  • 9619bae chore(lint): update golangci-lint from 1.58 to 1.59
  • c63c259 chore(deps): bump goreleaser/goreleaser-action from 5 to 6
  • 487d1d6 chore(deps): bump crate-ci/typos from 1.21.0 to 1.23.2
  • a819f96 chore(deps): bump golang.org/x/tools from 0.21.0 to 0.23.0
  • 3d565d8 fix(ci): install go tip correctly
  • 0d16827 chore(linter): update golangci.yaml
  • c95bb7d chore(deps): bump golangci/golangci-lint-action from 5 to 6

v1.1.1

10 May 00:43
Compare
Choose a tag to compare

Changelog

  • 206b22a fix: allow well-known headers
  • 2c04f9a fix(analyzer): check function assign.
  • d8d1e01 chore(deps): bump linter from 1.57 to 1.58
  • 1f24212 style(godot): change scope from default(declarations) to all
  • 809d5d1 chore(deps): bump golang.org/x/tools from 0.20.0 to 0.21.0
  • ba9ebc1 Add GitHub Typo Action
  • e73de50 Fix typos
  • b1b9464 ci(test): run test on macos and windows
  • 3ea58f4 docs(readme): added installation information
  • abbb991 chore(readme): typo license -> licence
  • 43d2880 chore: fix typo
  • e99ded0 ci(golangci): use official action
  • 64473de ci: add cache for test
  • 13c3470 chore(readme): rename action job
  • da5699c ci: split jobs
  • 8a78958 feat: add support more cases
  • 7da5457 ci(go): add tip version
  • 60b3680 refactor(test): from slice of struct to slice of string
  • 55ee7ac type(test): embeded -> embedded
  • e89be98 chore(readme): add badges
  • e12dda0 ci: update linter from 1.55.2 to 1.57.2

v1.1.0

10 May 00:41
Compare
Choose a tag to compare

Changelog

  • 9bf7be3 fix: allow well-known headers
  • 2c04f9a fix(analyzer): check function assign.
  • d8d1e01 chore(deps): bump linter from 1.57 to 1.58
  • 1f24212 style(godot): change scope from default(declarations) to all
  • 809d5d1 chore(deps): bump golang.org/x/tools from 0.20.0 to 0.21.0
  • ba9ebc1 Add GitHub Typo Action
  • e73de50 Fix typos
  • b1b9464 ci(test): run test on macos and windows
  • 3ea58f4 docs(readme): added installation information
  • abbb991 chore(readme): typo license -> licence
  • 43d2880 chore: fix typo
  • e99ded0 ci(golangci): use official action
  • 64473de ci: add cache for test
  • 13c3470 chore(readme): rename action job
  • da5699c ci: split jobs
  • 8a78958 feat: add support more cases
  • 7da5457 ci(go): add tip version
  • 60b3680 refactor(test): from slice of struct to slice of string
  • 55ee7ac type(test): embeded -> embedded
  • e89be98 chore(readme): add badges
  • e12dda0 ci: update linter from 1.55.2 to 1.57.2

v1.0.7

09 May 12:35
Compare
Choose a tag to compare

Changelog

  • a8968c0 fix: allow well-known headers
  • 585255d fix: allow well-known headers
  • 7da5457 ci(go): add tip version
  • 60b3680 refactor(test): from slice of struct to slice of string
  • 55ee7ac type(test): embeded -> embedded
  • e89be98 chore(readme): add badges
  • e12dda0 ci: update linter from 1.55.2 to 1.57.2

v1.0.6

26 Apr 23:41
Compare
Choose a tag to compare

Changelog

  • 89e9983 fix: added processing of more cases
  • 8a73b10 chore(deps): bump actions/setup-go from 4 to 5
  • c3bd045 ci: configure dependabot for update actions
  • 03f6e8a test: add raw string literal

v1.0.5

22 Apr 13:55
Compare
Choose a tag to compare

Changelog

  • c1ddca4 chore(deps): bump go from 1.20 to 1.21
  • a20b3c9 chore(deps): bump golang.org/x/tools from 0.18.0 to 0.20.0
  • 4bbc488 chore(deps): bump golang.org/x/tools from 0.16.1 to 0.18.0
  • 9f80e0d chore(deps): bump golang.org/x/tools from 0.16.0 to 0.16.1

v0.0.1

26 Apr 23:36
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Changelog

v1.0.4

07 Dec 12:37
Compare
Choose a tag to compare

Changelog

  • 45c796a downgrade go from 1.21 to 1.20
  • 5e2c8f7 test(benchmark): add benchmark to show difference between canonical headers and non-canonical one.

v1.0.3

07 Dec 08:03
Compare
Choose a tag to compare

Changelog

  • 6bd5a8f style(analyzer): remove unused nolint.

v1.0.2

07 Dec 08:01
Compare
Choose a tag to compare

Changelog

  • 46420ef chore(licence): fix after copy-paste.
  • a8cc9f5 fix(analyzer): return outer err, after end of loop.