aboutsummaryrefslogtreecommitdiff
path: root/examples/shared/src/main/scala
Commit message (Collapse)AuthorAgeFilesLines
* Permit derivations of products when `dispatch` not definedJon Pretty2018-06-061-0/+37
|
* use toList instead of to[List]xuwei-k2018-05-111-1/+1
| | | | prepare Scala 2.13.0-M4
* Updated version numbers to 0.7.1Jon Pretty2018-02-256-6/+6
|
* Added copyright notice on every fileJon Pretty2018-02-186-0/+84
|
* post-review changesKevin Wright2018-02-082-5/+5
|
* Added top-level annotation captureKevin Wright2018-02-011-1/+4
|
* Added annotation capture to paramsKevin Wright2018-02-012-35/+26
| | | | | | | Added test for annotation capture Updated to lamdafied syntax for SAM type construction Minor changes to permit compilation under JDK 9 Added Kevin Wright as a contributor
* Run Scala-fmtJon Pretty2018-01-072-5/+7
|
* Switch `Subtype#label` member to new `TypeName`Mathias2018-01-051-3/+3
|
* Change `typeName: String` to `typeName: magnolia.TypeName` [BREAKING!]Mathias2018-01-042-9/+9
|
* Add `CaseClass.rawConstruct` and new `Patcher` exampleMathias2017-12-141-0/+69
|
* typeName is now the full name of the type, in original caseJon Pretty2017-11-301-0/+19
|
* Add support for repeated (vararg) parametersGeorgi Krastev2017-11-292-0/+9
| | | | Added a `Param.repeated` flag to `interface`.
* scalajs cross buildLoic Descotte2017-11-114-0/+218