Skip to content

Latest commit

 

History

History
78 lines (37 loc) · 3.45 KB

File metadata and controls

78 lines (37 loc) · 3.45 KB

Changelog

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)

BREAKING CHANGES

  • bump rust edition to 2024 (c9ba599)

Bug Fixes

  • 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)

Features

  • 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

Bug Fixes

  • scale copied rect in rect scale functions (912399c)

0.1.5 (2025-06-17)

Features

  • use clipper c++ lib version 1.5.4 (f888844)

Bug Fixes

  • use c++ memory allocator to match delete calls (fb47275)

0.1.4 (2024-07-30)

Features

  • update Clipper2 dep library to 1.4.0 + fixes (87502f6)

0.1.3 (2024-07-01)

Features

  • add common derive macros to bindgen structs (cee7912)

0.1.2 (2024-06-01)

Features

  • serde: derive Serial./Deserial. on serde feat (e15f63c)

0.1.1 (2024-05-29)

Features

  • add area function bindings (cb2cb8a)
  • add serde for ClipperPoint64 (1e57950)

0.1.0 (2024-04-28)

Features

  • add ffi bindings for clipper2c, and asic test (12eed96)