Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 938 Bytes

File metadata and controls

43 lines (25 loc) · 938 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.8.8 - 2024-03-29

  • Now uses Rust 2021 edition
  • Fixed compiler warnings
  • Added BoundingRectF64
  • Refactored implementation of Forests
  • Make public the rasterizer module

0.8.6 - 2023-11-17

  • Added Shape::is_isosceles_triangle

0.8.5 - 2023-11-13

  • Improve Matrix API

0.8.4 - 2023-11-12

  • Introduce circular arc functions

0.8.3 - 2023-11-10

  • Introduce PointType to cast between PointI32 and PointF64

0.8.2 - 2023-10-07

  • Impl Clone for CompoundPath / Spline

0.8.1 - 2023-09-17

  • Fixed "The two lines are parallel!"

0.8.0 - 2022-10-09

  • Added KeyingAction to color_clusters::Builder (#6)
  • Remove ClustersView from color_clusters::Builder (#8)