Skip to content

v1.3.0 – New Features, Better Struct Handling, and Test Improvements

Latest
Compare
Choose a tag to compare
@gaby gaby released this 05 Apr 19:37
· 72 commits to master since this release
c037120

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 to ifacemaker_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

📝 Documentation


🙌 New Contributors


Full Changelog: v1.2.1...v1.3.0