Skip to content

Latest commit

 

History

History
59 lines (32 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

59 lines (32 loc) · 1.9 KB

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.

3.1.0

  • FIX: correct type declaration (#23)
  • CHORE: add exports field

3.0.0

  • FEAT: turn into module

Breaking Changes

  • You must now configure a module transpiler such as Babel or Webpack in order to import from non-ES modules code.

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.