Releases: bobg/mingo
Releases · bobg/mingo
v0.14.3 - More bug fixes
What's Changed
- Don't skip the type in a composite literal by @bobg in #28
- Don't fail to find struct fields in stdlib history by @bobg in #29
Thanks once again to @mattkasun for these bug reports.
Full Changelog: v0.14.2...v0.14.3
v0.14.2 - Bug fix
What's Changed
- add method check to pkgScanner.selectorExpr by @mattkasun in #24
This change fixed #23, a bug that prevented Mingo from recognizing method names for lookup in the API history. Thank you very much to @mattkasun for both the bug report and the concise fix.
New Contributors
- @mattkasun made their first contribution in #24
Full Changelog: v0.14.1...v0.14.2