Skip to content

Releases: tminglei/slick-pg

v0.5.3

13 Apr 12:17
Compare
Choose a tag to compare
  1. added jdk8 time support
  2. added pg enum support
  3. exposed some slick-pg utils methods as #51 required
  4. resolved problem of #48

v0.5.2.3

03 Apr 14:19
Compare
Choose a tag to compare
  1. Fixed bug #43
  2. Fixed bug #44
  3. Enhancement #47

v0.5.2

13 Mar 13:05
Compare
Choose a tag to compare
  1. add spray-json support

v0.5.1.3

05 Mar 14:15
Compare
Choose a tag to compare
  1. Fixed a bug related to play-slick DDLPlugin #31
  2. Fixed a joda time support related bug #37
  3. Fixed a range parsing bug 598117e8

v0.2.7.1

05 Mar 14:10
Compare
Choose a tag to compare

fix a type converter bug and a range parsing bug

v0.5.1

21 Feb 14:56
Compare
Choose a tag to compare

added more postgis/geom functions

v0.5.0

07 Feb 13:39
Compare
Choose a tag to compare
  1. upgrade to slick v2.0.0
  2. add basic composite type support
  3. array support: allow nested composite type
  4. add play-json support
  5. add timestamp with zone support
  6. modularization for third party scala type (e.g. play-json/jts) support

v0.2.7

25 Jan 12:02
Compare
Choose a tag to compare

add timestamp with zone support

v0.2.6

17 Jan 00:17
Compare
Choose a tag to compare

add play-json support

v0.2.5

12 Jan 13:04
Compare
Choose a tag to compare
  1. add basic composite type support
  2. array support: allow nested composite type