aboutsummaryrefslogtreecommitdiff
path: root/tests/src
Commit message (Collapse)AuthorAgeFilesLines
* Actually instantiate the ParentClass so unit tests runShadaj Laddad2017-11-291-0/+2
|
* Add unit tests and fix behavior with default parametersShadaj Laddad2017-11-211-0/+8
|
* Include warnings if `combine` or `dispatch` methods are missingJon Pretty2017-11-101-1/+1
|
* Include support for decomposing AnyVals, like case classesJon Pretty2017-11-101-0/+6
|
* Decode typeNames and labelsJon Pretty2017-11-101-0/+6
|
* ScalafmtJon Pretty2017-11-101-1/+3
|
* More build cleanup, and a couple of extra testsJon Pretty2017-11-101-0/+38
|
* Upgrade to SBT 1.0 and include testing binariesv0.5.0Jon Pretty2017-11-091-8/+10
|
* Added better scaladocs and provide default valuesJon Pretty2017-11-081-12/+18
|
* API improvements and better examplesJon Pretty2017-11-072-21/+41
|
* Deduplication within case class parameter typeclassesJon Pretty2017-11-051-2/+0
|
* Start of performance-enhancing refactoringJon Pretty2017-11-042-1/+5
|
* Test fixes and other miscellaneous changesJon Pretty2017-11-032-5/+12
|
* Support for GADTs (including recursive ones)Jon Pretty2017-11-011-11/+11
| | | | Some tests still failing, but macros are working
* Support nontrivial type constructorsJon Pretty2017-10-311-7/+7
|
* Support for case objectsJon Pretty2017-10-301-10/+13
|
* All variants now derivingJon Pretty2017-10-301-8/+15
| | | | Though there's a stack overflow when trying to derive a `Decoder`.
* Derivation working for Show and EqJon Pretty2017-10-301-0/+81