Skip to content

Releases: bobg/mingo

v0.15.1 - Bug fix

09 Apr 19:54
1cf1383

Choose a tag to compare

What's Changed

  • Add missing file api/go1.26.txt by @bobg in #34

Full Changelog: v0.15.0...v0.15.1

v0.15.0 - Update for Go 1.26

12 Feb 18:23
5833fc3

Choose a tag to compare

What's Changed

Full Changelog: v0.14.4...v0.15.0

v0.14.4

08 Feb 16:45
2babcc5

Choose a tag to compare

What's Changed

  • Add a regression test for bug 30 by @bobg in #31

Full Changelog: v0.14.3...v0.14.4

v0.14.3 - More bug fixes

12 Dec 05:20
de57d03

Choose a tag to compare

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

29 Nov 05:15
c1c6219

Choose a tag to compare

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

Full Changelog: v0.14.1...v0.14.2