Releases: formigarafa/turf-ruby
Releases · formigarafa/turf-ruby
v1.0.0
What's Changed
- Simplify methods signatures to ease matching port usage with original lib code by @formigarafa in #24
- port bbox and bbox_clip by @formigarafa in #26
- port bbox_polygon by @formigarafa in #27
- port center by @formigarafa in #28
- port square by @formigarafa in #29
Breaking changes:
Some methods signatures were changed make them easier to match with their respective turf-js counterpart.
The changes should be trivial to update and the documentation have been updated accordingly.
Full Changelog: v0.8.1...v1.0.0
v0.8.0
Full Changelog: v0.7.0...v0.8.0
- added truncate and circle
- foundational changes to match more closely to js port behaviour in relation to changes to mutation of objects