Update module github.com/matryer/moq to v0.3.2 #441
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.0.0-20200607124540-4638a53893e6
->v0.3.2
Release Notes
matryer/moq (github.com/matryer/moq)
v0.3.2
Compare Source
Changelog
3795b74
Add imports for Named Type's type arguments (#199)188eb89
Run tests for main branch on CI3b9c671
Update installation instructions (#196)13fb492
Update the readme with -rm and -version flags (#189)373b8f9
Update usage documentation (#197)v0.3.1
Compare Source
What's Changed
New Contributors
Full Changelog: matryer/moq@v0.3.0...v0.3.1
v0.3.0
Compare Source
Changelog
e85ff8e
Add goreleaser github action (#174)60a16ec
Go version independent moq output with consistent whitespacea464ccc
Recursively check unique pkg names against existing imports (#186)812da66
Test on Go 1.{18, 19}13aa048
feat: support generic interface generation (#175)BREAKING CHANGE
Needs Go 1.18 or newer for building from source. Pre-compiled binaries can still be used independent of the Go version installed.
v0.2.7
Compare Source
Changelog
903a66f
Added packages.NeedDeps bit to packages.LoadMode to fix error (#171)c012671
ignore ds storev0.2.6
Compare Source
Changelog
5d3d962
fix: bump xtools to 0.1.9 to support go 1.18 (#167)v0.2.5
Compare Source
Changelog
514e306
Fix issue with custom types shadowing basic types (#163)v0.2.4
Compare Source
Changelog
ef8b268
Universal binaries for macOS (#159)v0.2.3
Compare Source
Changelog
ab5b7bc
Add -rm flag to remove target output file (#151)v0.2.2
Compare Source
Changelog
126389e
Create FUNDING.ymlc57d4fe
GitHub feature test for this repob4465d5
Ignore anonymous imports when resolving import aliases (#150)e7d0d3b
Update installation cmd on README for go1.16+ (#147)8e3e45f
remove unneeded fileb54cd92
simplified release instructionsv0.2.1
Compare Source
Changelog
fe0d4f3
Fix var name generation to avoid conflict (#145)6e4f50d
fixed bug after changing version var name9a74351
madeVersion
exported to match.goreleaser
config.v0.2.0
Compare Source
Changelog
2ae606f
Internal registry for disambiguated imports, vars (#141)98d503a
Removed credit line given major contributrionsBreaking change
When the interface definition does not mention the parameter names, the field names in call info anonymous struct will be
different.
The new field names are generated using the type info (string -> s, int -> n, chan int -> intCh, []MyType -> myTypes, map[string]int -> stringToInt etc.).
For example, for a string parameter previously if the field name was 'In1', the new field could be 'S' or 'S1' (depends on number of string method parameters).
v0.1.7
Compare Source
Changelog
Rollback backwards-incompatible change:
2ae606f
Internal registry for disambiguated imports, vars (#141)98d503a
Removed credit line given major contributrionsv0.1.6
Compare Source
This release has breaking changes and the version should have been v0.2.0. It is recommended to use either v0.1.7 or v0.2.0.
v0.1.7 drops the breaking change and is backwards-compatible. v0.2.0 is identical to v0.1.6.
Changelog
b052143
Fix gosec vulnerabilities: file and directory permissions (#142)2ae606f
Internal registry for disambiguated imports, vars (#141)98d503a
Removed credit line given major contributrionsv0.1.4
Compare Source
Changelog
2ea3371
Print version with -version flag (#138)ca877b5
TABSbe64288
add skip-ensure flag to avoid import cycle (#140)a69ca93
ignored dist folder171f199
small edit: word wrap0d9680f
small readme tweakv0.1.3
Compare Source
Changelog
545b7d7
fixed whitespacev0.1.2
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.