aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Pretty <jon.pretty@propensive.com>2018-02-15 14:41:06 +0000
committerJon Pretty <jon.pretty@propensive.com>2018-02-15 14:41:06 +0000
commit407c26e562413ffec18991843bb6630cd7b03be1 (patch)
tree6e07e16b9f15fdbb3c08e0c19a404dd0ec3705e6
parente7ec1f9bbd3fdde98729a5fe925b19993b1a3119 (diff)
downloadmagnolia-407c26e562413ffec18991843bb6630cd7b03be1.tar.gz
magnolia-407c26e562413ffec18991843bb6630cd7b03be1.tar.bz2
magnolia-407c26e562413ffec18991843bb6630cd7b03be1.zip
Some housekeeping
-rw-r--r--.gitignore2
-rw-r--r--CHANGES20
-rw-r--r--CONTRIBUTORS14
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 <jon.pretty@propensive.com> [@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.descotte@gmail.com> [@loic_d](https://twitter.com/loic_d)
+Georgi Krastev <joro.kr.21@gmail.com> [@joro_kr](https://twitter.com/joro_kr/)
+Shadaj Laddad <shadaj@users.noreply.github.com> [@shadaj](https://twitter.com/shadajl)
+Mathias Doenitz <mathias@decodified.com> [@sirthias](https://twitter.com/sirthias)
+Kevin Wright <kevin.wright@bradyplc.com> [@thecoda](https://twitter.com/thecoda)
+Leandro Bolivar <leandrob131@gmail.com>
+Sam Halliday <sam.halliday@gmail.com> [@fommil](https://twitter.com/fommil)
+Rahul Goma Phulore <rahul.phulore.999@gmail.com> [@missingfaktor](https://twitter.com/missingfaktor)
+