jstd-web/node_modules/path-intersection/CHANGELOG.md

1.6 KiB

Changelog

All notable changes to path-intersection are documented here. We use semantic versioning for releases.

Unreleased

Note: Yet to be released changes appear here.

2.2.1

  • FIX: correct parsing of paths with scientific notation (#17, #18, #19)

2.2.0

  • FEAT: optimize intersection finding for vertical or horizontal lines (#9)

2.1.0

  • CHORE: various code cleanups

2.0.2

  • FIX: safely clone things

2.0.1

  • FIX: handle path segments with length smaller than five pixel (f733e90f)
  • FIX: compensate rounding error (6433915d)
  • CHORE: slightly increase duplicate filtering accuracy (f37c0567)
  • CHORE: various code cleanups

2.0.0

  • CHORE: remove intersection logic for non-standardized path descriptors (d6f07947)

1.1.1

  • FIX: correct TypeScript definitions to match export

1.1.0

  • FEAT: add TypeScript definitions

...

Check git log for earlier history.