Releases: tommy-muehle/go-mnd
v2.5.1
v2.5.0
Changelog
- c5e4f67 Merge pull request #30 from butuzov/wasterd-regexp
- bcb2113 fix: wasted regexp
- f391143 Merge pull request #29 from gdavison/ignore-builtin-functions
- d5db99f Allows identifying Go built-in functions such as 'make()`
- ce948a3 Add docker related section to .goreleaser.yml and increase Go default version
v2.4.0
v2.3.2
v2.3.1
v2.3.0
Changelog
605e3d8 Merge branch 'master' of github.com:tommy-muehle/go-mnd
31b8e70 Merge pull request #19 from ldez/fix/concurrent-access
9a7adaf Ignore also float representations of 1 and 0, fixes #17
eff5d0e Fix example
57d2f6d Merge branch 'bugfix/issue-15'
ce49a9a fix: concurrent access.
900be5b Merge pull request #16 from colourdelete/patch-1
6dc567f Add GitLab CI Example
465f989 Fix for v2
26dd17c Add community files
v2.2.0
v2.1.0
v2.0.2
Changelog
e9379ae Check also binary expressions in return statement, fixes #11
5b7114d Check constant definitions first, fixes #13
5f38bd5 Increase test coverage by testing of further combinations
688d6ee Update badges
7576609 Minor improvements
5a4b1c6 Update .git values
2a93326 Replace Travis CI with Github actions
1d8a2d5 Fix .editorconfig
v2.0.1
Changelog
3d1176f #9 Fix missing magic numbers in operations with parenthesis
a815e84 #9 Fix missing magic number in assign statement
a8c3345 Add further Go version to .travis.yml
b14b49b Merge pull request #7 from ksoichiro/update-x-tools-for-go-1.14
1c8247b update golang.org/x/tools to fix error on go 1.14