Releases: micycle1/Clipper2-java
Releases · micycle1/Clipper2-java
2.0.1
https://github.com/AngusJohnson/Clipper2/releases/tag/Clipper2_2.0.1
Java Note: This version changes the project package name from clipper2 to com.github.micycle1.clipper2, and all public-facing methods are now (finally) camelCase (rather than C# CapitalCase). Any existing code that uses clipper2-java will need to be updated to reflect these changes.
1.5.4
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.4
1.2.3
What's Changed
Based on parent 1.2.3, plus:
- InflatePaths - fixed issue with no ArcTolerance scaling by @istinnstudio in #17
1.2.2.b
What's Changed
- v1.2.2 port regression - fixed offset by @elara-leitstellentechnik in #7
- Add module-info.java as multi release jar by @ClaasJG in #8
- Change scope for jmh dependencies by @ClaasJG in #10
- Fix mutation of global state 'InvalidRect64'/'InvalidRectD' by 'GetBounds' variants. by @ClaasJG in #11
New Contributors
Full Changelog: 1.2.2...1.2.2b