All Versions
16
Latest Version
Avg Release Cycle
79 days
Latest Release
1613 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.3.0 Changes
May 23, 2018โฌ๏ธ Bumped to 0.3.0 because of the CLI removal.
- ๐ Fixes a runtime exception on Java 9's new tags, by ignoring them. #206/#207 by @dwijnand
- โ Adds support for versions with less segments (e.g v1.2). #212/#214 by @2m
- โ Removes MiMa's CLI. #208/#209 by @dwijnand and @2m
- โ Removes use of sbt-assembly and sbt-buildinfo. #216 by @dwijnand
- โก๏ธ Update copyright and docs maintenance. #210/#213 by @SethTisue
- โฌ๏ธ Bump from Scala 2.12.4 to 2.12.6. #219 by @dwijnand
-
v0.2.0 Changes
April 03, 2018๐ Bugfixes
๐ This release contains a single bugfix (#196) thanks to @nick-nachos where a filter to exclude
InheritedNewAbstractMethodProblem
was needed on a parent class instead of the child class.โก๏ธ After updating to this MiMa version, there might be new BC issues reported which were not reported before. In that case the suggested filter should be added and previous filter for the same method in parent class should be removed. This change in functionality is the reason for a new minor version.
-
v0.1.18 Changes
August 22, 2017โจ Enhancements
- Switches to using sbt-compat to avoid runtime errors like lightbend/sbt-whitesource#20
-
v0.1.17 Changes
August 01, 2017 -
v0.1.16 Changes
August 01, 2017 -
v0.1.15 Changes
July 25, 2017๐ Features
- โ Adds Scala 2.12 and sbt 1 support. #169/#175/#180/#181 by @lrytz /@szeiger /@dwijnand
- โ Adds wildcard support to exclude problem filter. #171/#172 by @2m
- โ Adds filter file support. #170/#174 by @2m
โจ Enhancements
- ๐ Restores the ability to build an assembly jar of MiMa. (See also https://github.com/xuwei-k/mima). #166/#167 by @fanf
๐ Bugfixes
- ๐ Fixes an issue where problems where leaking when both backwards and forward compatibility. #176 by @2m
๐ For full details see the 0.1.14...0.1.15 changelog and/or the 0.1.15 milestone.