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