Releases: vburenin/ifacemaker
Releases · vburenin/ifacemaker
v1.3.0 – New Features, Better Struct Handling, and Test Improvements
What's Changed
🚀 Features
- feat: Add
WithNotExported
option by @br3w0r in #59 - feat: Validate struct name before generating by @ehrktia in #61
- feat: Remove leading space from iface comment with
go:generate
by @emfomy in #64
🐛 Fixes
- fix: Update
maker.Make()
to work with a struct across files by @grivera64 in #72 - fix: Generation of results for map, slice, pointer when targeting other package by @mikeschinkel in #66
🧪 Chores & Tests
- chore: Add
TestMainUsingImportedDeclaration
toifacemaker_test.go
by @grivera64 in #73 - chore: Dependency updates and support for GitHub Actions by @gaby in #71
- chore: Improve tests coverage 30% by @gaby in #76
🧹 Refactors
- refactor: Removed duplicated code by @chrisdedman in #77
📝 Documentation
- docs: Update
README.md
help menu by @grivera64 in #75
🙌 New Contributors
- @br3w0r made their first contribution in #59
- @ehrktia made their first contribution in #61
- @gaby made their first contribution in #71
- @emfomy made their first contribution in #64
- @grivera64 made their first contribution in #72
- @mikeschinkel made their first contribution in #66
- @chrisdedman made their first contribution in #77
Full Changelog: v1.2.1...v1.3.0
Bug fixes and minor impovements
What's Changed
- Added default value for Comment option by @nirasan in #41
- Fix imported packages ending with the name of the current package being incorrectly replaced by @Peter-Maguire in #43
- Update README.md to use "go install" instead of "go get". by @wirekang in #49
- [issue-12] implement a first pass on user's source files to find all … by @erstam in #47
- Add option to define a package that will be imported by @Skarlso in #52
- Add Dockerfile by @ulyssessouza in #57
- Exclude methods by @kazhuravlev in #58
New Contributors
- @nirasan made their first contribution in #41
- @Peter-Maguire made their first contribution in #43
- @wirekang made their first contribution in #49
- @erstam made their first contribution in #47
- @Skarlso made their first contribution in #52
- @ulyssessouza made their first contribution in #57
- @kazhuravlev made their first contribution in #58
Full Changelog: v1.1.0...v1.2.1