From 407c26e562413ffec18991843bb6630cd7b03be1 Mon Sep 17 00:00:00 2001 From: Jon Pretty Date: Thu, 15 Feb 2018 14:41:06 +0000 Subject: Some housekeeping --- .gitignore | 2 ++ CHANGES | 20 ++++++++++++++++++++ CONTRIBUTORS | 14 +++++++++----- 3 files changed, 31 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 63d54ec..b601bb3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ target .js .native .idea +bin +.bloop-config diff --git a/CHANGES b/CHANGES index 1167db0..deed80f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,25 @@ # Changelog +## v0.7.0 +- Fix regression related to deriving inner classes +- Fix for derivations of case classes with alternative factory methods +- Fix for [#41](https://github.com/propensive/magnolia/issues/41) +- Support for repeated arguments +- Choose existential bounds for sealed traits with more type parameters than their components +- Provide a rich type name (not just its basic name) +- Remove all unnecessary allocations when deriving sealed traits +- @debug annotation for making development easier +- Added `CaseClass#rawConstruct`, useful for some derivations +- Various code simplifications and new tests +- Rewrite of Magnolia's compile-time state +- Better error messages +- Support compilation on Java 9 +- Support for capturing annotations + +## v0.6.1 +- Build support for Scala.js +- Fixed a bug related to spurious error messages + ## v0.6.0 - Include warnings if the `combine` or `dispatch` methods are missing - Avoid compilation warnings from use of old macros API diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4e84fbb..86065eb 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,10 @@ Jon Pretty [@propensive](https://twitter.com/propensive/) -Loïc Descotte [@loic_d](https://twitter.com/loic_d) -Georgi Krastev [@joro_kr](https://twitter.com/joro_kr/) -Shadaj Laddad [@shadaj](https://twitter.com/shadajl) -Mathias Doenitz [@sirthias](https://twitter.com/sirthias) -Kevin Wright [@thecoda](https://twitter.com/thecoda) +Loïc Descotte [@loic_d](https://twitter.com/loic_d) +Georgi Krastev [@joro_kr](https://twitter.com/joro_kr/) +Shadaj Laddad [@shadaj](https://twitter.com/shadajl) +Mathias Doenitz [@sirthias](https://twitter.com/sirthias) +Kevin Wright [@thecoda](https://twitter.com/thecoda) +Leandro Bolivar +Sam Halliday [@fommil](https://twitter.com/fommil) +Rahul Goma Phulore [@missingfaktor](https://twitter.com/missingfaktor) + -- cgit v1.2.3