All notable changes to this project will be documented in this file. Commit messages follow the Conventional Commits specification, which drives the version bumps and the per-release sections below.
0.2.0 (2026-05-05)
- bump rust edition to 2024 (c9ba599)
- handle wasm32-unknown-unknown in build.rs stdlib link step (5b67a6d)
- adapt to Clipper2 2.0.1 api changes (2ac5886)
- rendered URL and BREAKING CHANGES classification (4dd3fdd)
- update vendored Clipper2 to 2.0.1 (e2f912d)
- expose Minkowski sum/difference via FFI allowlist (852b90b)
0.1.6 (2026-04-13)
This release contains performance improvements that reduces the memory use of the FFI code using references over copying data 6403217
- scale copied rect in rect scale functions (912399c)
0.1.5 (2025-06-17)
- use clipper c++ lib version 1.5.4 (f888844)
- use c++ memory allocator to match delete calls (fb47275)
0.1.4 (2024-07-30)
- update Clipper2 dep library to 1.4.0 + fixes (87502f6)
0.1.3 (2024-07-01)
- add common derive macros to bindgen structs (cee7912)
0.1.2 (2024-06-01)
- serde: derive Serial./Deserial. on serde feat (e15f63c)
0.1.1 (2024-05-29)
- add ffi bindings for clipper2c, and asic test (12eed96)