Kebs Versions Save

Scala library to eliminate boilerplate

v1.6.0

5 years ago

v1.5.4

6 years ago

Added support for StringColumnExtensionMethods so you can use eg. toLowerCase directly on columns mapped by a case-class

v1.5.3

6 years ago

v1.5.2

6 years ago
  • Fixed issue https://github.com/theiterators/kebs/issues/11
  • Most projects do not use custom macros anymore, relying on single CaseClass1Rep instead. Same thing has been done to enumeratum macros. This should lead to shorter compilation times
  • kebs-spray has been rewritten - generation of Spray formats should incur less allocations

v1.5.1

6 years ago
  • Add new isomorphisms helpful for Postgres HStore support
  • kebs-slick now depends on Slick 3.2.1 (for both 2.11 and 2.12) - we don't have to check for potential ambiguity for MappedProjection
  • play-json version bump to 2.6.7 (for both 2.11 and 2.12)

v1.5.0

6 years ago

This release adds new module kebs-avro

v1.4.5

6 years ago

v1.4.4

6 years ago

v1.4.3

7 years ago

v1.4.2

7 years ago

This release adds new module kebs-akka-http which generates akka-http unmarshallers for 1-element case classes and supports enumeratum