- Fixed a bunch of rare edge cases that led to bad triangulation (parity with Earcut v2.2.2)
- Removed use of deprecated
std::allocator::construct
- Fixed a minor z-order hashing bug
- Improved visualization app, better docs
- Fixed a crash in Crash in Earcut::findHoleBridge
- Added coverage checks
- Added macOS, MinGW builds
- Fixed -Wunused-lambda-capture
- Fixed potential division by zero
- Fixed -fsanitize=integer warning
- Fixed cast precision warning