b5ce165 fixing panic in calls to assertion with nil m.mutex (#1212)c206b2e Mock can be deadlocked by a panic (#1157)1b73601 suite: correctly set stats on test panic (#1195)ba1076d Add .Unset method to mock (#982)c31ea03 Support comparing byte slice (#1202)48391ba Fix panic in AssertExpectations for mocks without expectations (#1207)840cb80 arrays value types in a zero-initialized state are considered empty (#1126)07dc7ee Bump actions/setup-go from 3.1.0 to 3.2.0 (#1191)c33fc8d Bump actions/checkout from 2 to 3 (#1163)3c33e07 Added Go 1.18.1 as a build/supported version (#1182)Sourced from styfle/cancel-workflow-action's releases.
0.10.0
Changes
- Feat(all):support for considering all workflows with one term: #165
- Chore: rebuild: 74a81dc1a9321342ebc12fa8670cc91600c8c494
- Chore: update
main.yml: #78- Bump
@vercel/nccfrom 0.28.6 to 0.29.1: #106- Bump
@vercel/nccfrom 0.29.1 to 0.29.2: #109- Bump
@vercel/nccfrom 0.29.2 to 0.30.0: #112- Bump husky from 7.0.1 to 7.0.2: #110
- Bump prettier from 2.3.2 to 2.4.0: #116
- Bump
@vercel/nccfrom 0.30.0 to 0.31.1: #115- Bump typescript from 4.3.5 to 4.4.3: #114
- Bump prettier from 2.4.0 to 2.4.1: #117
- Bump
@actions/githubfrom 4.0.0 to 5.0.0: #89- Bump
@actions/corefrom 1.3.0 to 1.6.0: #118- Bump typescript from 4.4.3 to 4.4.4: #119
- Bump husky from 7.0.2 to 7.0.4: #120
- Bump typescript from 4.4.4 to 4.5.2: #124
- Bump
@vercel/nccfrom 0.31.1 to 0.32.0: #123- Bump prettier from 2.4.1 to 2.5.0: #125
- Bump prettier from 2.5.0 to 2.5.1: #126
- Bump
@vercel/nccfrom 0.32.0 to 0.33.0: #127- Bump typescript from 4.5.2 to 4.5.3: #128
- Bump
@vercel/nccfrom 0.33.0 to 0.33.1: #130- Bump typescript from 4.5.3 to 4.5.4: #129
- Bump typescript from 4.5.4 to 4.5.5: #131
- Bump node-fetch from 2.6.5 to 2.6.7: #132
- Bump
@vercel/nccfrom 0.33.1 to 0.33.3: #138- Bump actions/setup-node from 2 to 3.0.0: #140
- Bump actions/checkout from 2 to 3: #141
- Bump typescript from 4.5.5 to 4.6.2: #142
- Bump prettier from 2.5.1 to 2.6.0: #143
- Bump prettier from 2.6.0 to 2.6.1: #145
- Bump actions/setup-node from 3.0.0 to 3.1.0: #146
- Bump typescript from 4.6.2 to 4.6.3: #144
- Bump prettier from 2.6.1 to 2.6.2: #147
- Bump
@actions/githubfrom 5.0.0 to 5.0.1: #148- Bump actions/setup-node from 3.1.0 to 3.1.1: #149
- Bump
@vercel/nccfrom 0.33.3 to 0.33.4: #151- Bump
@actions/corefrom 1.6.0 to 1.7.0: #153- Bump typescript from 4.6.3 to 4.6.4: #154
- Bump husky from 7.0.4 to 8.0.1: #155
- Bump
@actions/corefrom 1.7.0 to 1.8.0: #156- Bump actions/setup-node from 3.1.1 to 3.2.0: #159
- Bump
@actions/githubfrom 5.0.1 to 5.0.3: #157- Bump
@actions/corefrom 1.8.0 to 1.8.2: #158- Bump typescript from 4.6.4 to 4.7.2: #160
- Bump
@vercel/nccfrom 0.33.4 to 0.34.0: #161- Bump typescript from 4.7.2 to 4.7.3: #163
... (truncated)
bb6001c 0.10.074a81dc chore: rebuildd2d941c feat(all):support for considering all workflows with one term (#165)9cd53ca Bump @actions/core from 1.8.2 to 1.9.0 (#166)4d9b633 Bump prettier from 2.6.2 to 2.7.1 (#168)89c9307 Bump typescript from 4.7.3 to 4.7.4 (#167)f680a01 Bump actions/setup-node from 3.2.0 to 3.3.0 (#164)4ba58d5 Bump typescript from 4.7.2 to 4.7.3 (#163)0d0a9a5 Bump @vercel/ncc from 0.33.4 to 0.34.0 (#161)8ca5a00 Bump typescript from 4.6.4 to 4.7.2 (#160)Sourced from github.com/vektra/mockery/v2's releases.
v2.14.0
Changelog
- 8582bd6 Add test for getLocalizedPath
- 686b90c Apply PR comments
- de0cade Merge pull request #474 from RSid/add-flag-documentation
- 1fa7d2f Merge pull request #480 from vektra/LandonTClipp-patch-1
- 4d1f925 Merge pull request #484 from LouisBrunner/fix_generics_with_expecter
- 519a84f Merge pull request #486 from abhinavnair/replace-ioutil
- 2ca0b83 Merge pull request #488 from vektra/getLocalizedPath_test
- cc82d49 Replace deprecated ioutil pkg with os & io
- a420307 Update README.md
- 4e4a96b Update issue template
- fa182fe add documentation to readme
- e4954a2 fix: add support for with-expecter when using generics
- ca9ddd4 update issue template
4d1f925 Merge pull request #484 from LouisBrunner/fix_generics_with_expecterde0cade Merge pull request #474 from RSid/add-flag-documentation2ca0b83 Merge pull request #488 from vektra/getLocalizedPath_test8582bd6 Add test for getLocalizedPath519a84f Merge pull request #486 from abhinavnair/replace-ioutilcc82d49 Replace deprecated ioutil pkg with os & ioe4954a2 fix: add support for with-expecter when using genericsca9ddd4 update issue template686b90c Apply PR comments1fa7d2f Merge pull request #480 from vektra/LandonTClipp-patch-1