Releases: theiterators/kebs
Releases · theiterators/kebs
v1.6.2
03 Sep 13:47
Compare
Sorry, something went wrong.
No results found
Bumped avro4s
dependency to 1.9.0
Added further Slick-extension methods: numeric and boolean. You can use numeric and boolean operators like *
and &&
on columns mapped by a case-class
v1.6.1
04 Jun 19:53
Compare
Sorry, something went wrong.
No results found
This version is the same as 1.6.0 - it only exists to publish Scala 2.11.x builds (erroneously omitted)
v1.6.0
04 Jun 19:47
Compare
Sorry, something went wrong.
No results found
Tagged types!
Fixed StackOverflowError when compiling recursive spray-formats under Scala 2.12.6 (once again issue #21 )
v1.5.4
14 Mar 15:36
Compare
Sorry, something went wrong.
No results found
Added support for StringColumnExtensionMethods
so you can use eg. toLowerCase
directly on columns mapped by a case-class
v1.5.3
27 Feb 09:04
Compare
Sorry, something went wrong.
No results found
v1.5.2
31 Jan 12:26
Compare
Sorry, something went wrong.
No results found
Fixed issue #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
28 Nov 14:10
Compare
Sorry, something went wrong.
No results found
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
28 Nov 14:10
Compare
Sorry, something went wrong.
No results found
This release adds new module kebs-avro
v1.4.5
14 Jul 10:49
Compare
Sorry, something went wrong.
No results found
Fix bug in JSON support for case classes with more than 22 fields (#16 )
There was a problem with mapping slick columns as sequences of EnumEntries - fixed
v1.4.4
11 Jul 14:38
Compare
Sorry, something went wrong.
No results found
JSON - Support for case classes with more then 22 fields
(fixes #7 )