v3.5.0
New features
- Added ST_MakePoint function (thanks to new contributor @Slavenin!)
- Added ST_IsValid and ST_MakeValid (thanks to new contributor @AntoineAugusti!)
- Added
Geo.PostGIS.Geometry.t()
for Dialyzer (thanks to new contributor @RudolfMan!)
Bug fix
- Corrected ST_Crosses fragment (thanks to new contributor @varjas!)
Compatibility fix
- Update geometry.ex to force recompilation on upgrade—this should make it unnecessary to do the
mix deps.clean
described in the upgrade notes to v3.4.4. In my testing, when moving from v3.4.3 to this release, that step was unnecessary; however, beware that it may still be needed when moving from a branch where you're using v3.5.0 to one using v3.4.3 or earlier.