All Versions
49
Latest Version
Avg Release Cycle
67 days
Latest Release
1252 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.3.2 Changes
August 26, 2019- ๐ Fixed
- Some optimizations based on benchmarking
- ๐ Fixed
-
v3.3.1 Changes
August 26, 2019- ๐ Fixed
- Bugs found while property testing
- ๐ Fixed
-
v3.3.0 Changes
August 20, 2019 -
v3.2.0 Changes
July 23, 2019- โ Added
-
v3.1.1 Changes
- ๐ Fixed
-
v3.1.0 Changes
February 08, 2019 -
v3.0.0 Changes
April 14, 2018โ Add
Geo.WKT.encode!
Geo.WKT.decode!
Geo.WKB.encode!
Geo.WKB.decode!
Geo.JSON.encode!
Geo.JSON.decode!
โจ Enhancement
- Geometry struct now have a
properties
field. This is used to convert GeoJSON properties
- Geometry struct now have a
๐ฅ Breaking
Geo.WKT.encode
now returns either{:ok, binary}
or{:error, exception}
Geo.WKT.decode
now returns either{:ok, geometry}
or{:error, exception}
Geo.WKB.encode
now returns either{:ok, binary}
or{:error, exception}
Geo.WKB.decode
now returns either{:ok, geometry}
or{:error, exception}
Geo.JSON.encode
now returns either{:ok, map}
or{:error, exception}
Geo.JSON.decode
now returns either{:ok, geom}
or{:error, exception}
- All Ecto.Type behaviour implementations were removed. This may not effect too many people, but it was moved to the geo_postgis package
-
v2.1.0 Changes
January 28, 2018- ๐ Fix
- Make stricter patterns for casts functions so that error pattern is used when types are wrong
- Change handling of EPSG/SRID to match standard
- Fix String.strip() deprecations in Elixir 1.5+
- ๐ Fix
-
v2.0.0 Changes
July 15, 2017- ๐ฅ Breaking
- Split out PostGIS functionality into its own library, geo_postgis
- ๐ฅ Breaking
-
v1.5.0 Changes
June 10, 2017- โจ Enhancement