- More robust detection of intersections (inc on endpoints)
- Remove webpack and ava as dev dependencies, and move to vite & vitest
- Add buble to rollup build
- Add typsecript definitions
- Bug fix for unintended output.
- Add a second argument,
ignoreSelfIntersections
which only checks for intersections between different features.
- Fix the missing dist files for the class-based approach
- Fix the missing dist folder from the package
- Improve handling of detecting intersections across multiple rings
- Fixed up some typos in the documentation.
- Add a class-based approach for advanced use.
- Fixed a bug with MultiPolygon looping.