Skip to content

Releases: oxyno-zeta/gomock-extra-matcher

v1.2.0

11 Sep 17:09
626f074
Compare
Choose a tag to compare

1.2.0 (2023-09-11)

Continuous Integration

Features

  • Change to go.uber.org/mock since golang/mock is deprecated (44abcc3)

Maintenance

  • Change pre-commit config for default hooks (9bb4e97)
  • deps: update actions/checkout action to v3 (addc2b4)
  • deps: update actions/checkout action to v4 (da5b4cc)
  • deps: update actions/labeler action to v4 (f7c49a7)
  • deps: update actions/setup-go action to v3 (1745900)
  • deps: update actions/setup-go action to v4 (6bd0fe9)
  • deps: update actions/stale action to v5 (c11b984)
  • deps: update actions/stale action to v8 (f6e3026)
  • deps: update dependency ubuntu to v22 (7dd392a)
  • deps: update golangci/golangci-lint-action action to v3 (7ea4560)
  • deps: update pascalgn/size-label-action commit hash to a4655c4 (4c35708)
  • deps: update pascalgn/size-label-action digest to b1f4946 (4e0475c)
  • Upgrade linter & install field alignment (aaa159f)
  • Upgrade pre-commit hooks (524ea68)

Pull Requests

  • Merge pull request #21 from oxyno-zeta/renovate/actions-setup-go-4.x (524474d), closes #21
  • Merge pull request #24 from oxyno-zeta/renovate/pascalgn-size-label-action-digest (201be47), closes #24
  • Merge pull request #23 from oxyno-zeta/renovate/actions-stale-8.x (3e0d7d7), closes #23
  • Merge pull request #26 from oxyno-zeta/renovate/actions-checkout-4.x (be254f3), closes #26
  • Merge pull request #25 from oxyno-zeta/renovate/ubuntu-22.x (ed460d1), closes #25
  • Merge pull request #18 from oxyno-zeta/renovate/actions-labeler-4.x (6830fb4), closes #18
  • Merge pull request #15 from oxyno-zeta/renovate/actions-setup-go-3.x (10904c1), closes #15
  • Merge pull request #14 from oxyno-zeta/renovate/golangci-golangci-lint-action-3.x (613c607), closes #14
  • Merge pull request #13 from oxyno-zeta/renovate/pascalgn-size-label-action-digest (8fb0d80), closes #13
  • Merge pull request #17 from oxyno-zeta/renovate/actions-checkout-3.x (a395d82), closes #17
  • Merge pull request #16 from oxyno-zeta/renovate/actions-stale-5.x (b25f2dc), closes #16

Styles

  • Patch structure for style and memory impact (edd6868)

v1.1.0

31 Dec 18:48
fbaa819
Compare
Choose a tag to compare

1.1.0 (2021-12-31)

Bug Fixes

  • deps: update module github.com/golang/mock to v1.6.0 (1830bd8)
  • string-regex-matcher: Improve regexp matching (595c34d)

Continuous Integration

  • Change CI from CircleCI to GithubCI (0c6790f)

Documentation

Features

Maintenance

  • Add pre-commit configuration (f5254d2)
  • Clean dependencies (8d49451)
  • Upgrade linter to 1.43.0 (ff1592a)
  • deps: update actions/labeler action to v3 (a44c333)
  • deps: update actions/stale action to v3 (1639ce9)
  • deps: update actions/stale action to v4 (f907bbe)
  • deps: update node.js to v16 (dd0072e)
  • deps: update node.js to v17 (b0d5929)

Pull Requests

  • Merge pull request #12 from oxyno-zeta/develop (fbaa819), closes #12
  • Merge pull request #11 from oxyno-zeta/renovate/circleci-node-17.x (b925318), closes #11
  • Merge pull request #8 from oxyno-zeta/renovate/circleci-node-16.x (a763345), closes #8
  • Merge pull request #9 from oxyno-zeta/renovate/actions-stale-4.x (9befd1e), closes #9
  • Merge pull request #5 from oxyno-zeta/renovate/github.com-golang-mock-1.x (5eaa10f), closes #5
  • Merge pull request #3 from oxyno-zeta/renovate/actions-labeler-3.x (6dfa03e), closes #3
  • Merge pull request #2 from oxyno-zeta/renovate/actions-stale-3.x (049d9bb), closes #2

Styles

  • map-matcher: Fix linter errors (89a6095)

v1.0.0

06 Sep 22:08
Compare
Choose a tag to compare

1.0.0 (2020-09-06)

  • Set theme jekyll-theme-cayman (2e99675)

Documentation

Features

  • Add int range matcher (9db75ce)
  • Add map and struct matcher (a9c3b11)
  • Add string regexp matcher (ef98919)

Maintenance

  • Add circleci configuration (18fdef0)
  • Add editorconfig file (ca73095)
  • Add gitignore (b643bc9)
  • Add makefile (31e40d0)
  • Add renovate configuration file (b089568)
  • Add semantic release configuration and release script (6bb56cb)
  • Fix gitignore for golang (84dfa38)
  • Fix makefile for tests (813f96b)
  • Initial commit (53dbda2)

Styles

  • Add golangci-lint configuration and fix linter (aa54672)
  • Rename regexp matcher struct (fb02a7e)

Tests