Skip to content

Releases: felt/geo

0.17.0

13 Oct 17:24
Compare
Choose a tag to compare
  • Breaking
    • Geo.JSON.encode and Geo.JSON.decode now do not do any JSON parsing at all and
      instead work on a map representation of GeoJSON. All JSON encoding and decoding
      must be done before or after calling those functions.

Release for Hex

27 Aug 22:40
Compare
Choose a tag to compare
v0.16.1

Made postgrex a non-optional requirement

Release for Hex

27 Aug 18:50
Compare
Choose a tag to compare
v0.16.0

Updated to ecto 1.0

Release for Hex

10 Aug 16:21
Compare
Choose a tag to compare
  • Enhancements
    • Added an opts parameter to Geo.JSON.encode to allow for skipping JSON encoding

Release for Hex

27 Jul 07:22
Compare
Choose a tag to compare
  • Enhancements
    • Fixed st_dwithin macro

Release for Hex

24 Jul 19:32
Compare
Choose a tag to compare
  • Enhancements
    • Updated cast function on structs to handle maps and strings
    • Now reading the srid from geo json

Release for Hex

19 Jul 23:38
Compare
Choose a tag to compare
  • Enhancements
    • Basic Support for Geography datatype

v0.13.0

08 Jun 21:54
Compare
Choose a tag to compare

v0.13.0

  • Enhancements
    • Added PostGIS function macros for use in Ecto Queries. Currently only the OpenGIS ones
  • Breaking
    • Geo.PostGIS is now Geo.PostGIS.Extension
    • Changed from Jazz to Poison for JSON encoding and decoding