All Versions
16
Latest Version
Avg Release Cycle
79 days
Latest Release
1285 days ago

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

    0.2.0...0.3.0

  • 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

  • v0.1.17 Changes

    August 01, 2017

    ๐Ÿ›  Bugfixes

    • ๐Ÿ”Œ Refixes (sadly) a backwards binary compatibility issue using sbt-mima-plugin 0.1.15/0.1.16 (for sbt 1) with Scala 2.12.3. #191/#190/#194 by @dwijnand
  • v0.1.16 Changes

    August 01, 2017

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixes a backwards binary compatibility issue using sbt-mima-plugin 0.1.15 (for sbt 1) with Scala 2.12.3. #191/#190 by @dwijnand
    • ๐Ÿ›  Fixes a forwards binary compatibility issue using sbt-mima-plugin 0.1.15 (for sbt 0.13) with sbt < 0.13.16. #183/#190 by @dwijnand
  • v0.1.15 Changes

    July 25, 2017

    ๐Ÿ”‹ Features

    โœจ Enhancements

    ๐Ÿ›  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.