Releases: tminglei/slick-pg
Releases · tminglei/slick-pg
v0.16.0
- Use pgjdbc support for primitive arrays #380 / #385
- Nested or 2 dimensional array support #386 (pls see test case for usage)
v0.15.5
Tested on PostgreSQL 10 and upgrade addons' dependencies
v0.14.8
Fixed #339 #340 #100 #347 #349
p.s. don't use v0.14.7, which is same as v0.14.6 in fact
. I forgot to sync the new changes before publishing v0.14.7.
v0.15.2
- upgrade to slick v3.2.1
- fix #355
v0.15.1
- add
pg_trgm
support
- upgrade play-json to v2.6.0
- upgrade circe to v0.8.0
v0.15.0
Changes from v0.14.x
- upgrade to
slick v3.2.0
- pg string extensions #321
- jawn json support #329
- fixed #325 #327 #339 #340 #100 #347 #349
p.s. play-json
dependency is still v2.6.0-RC
, will be upgrade in later release.
0.15.0-RC
- jawn json support #329
- upgrade to slick v3.2.0
- ST_AsEncodedPolyline support #334
Waiting for stable releases of play-json
and argonaut
.