Skip to content

Latest commit

 

History

History
111 lines (50 loc) · 3.33 KB

CHANGELOG.md

File metadata and controls

111 lines (50 loc) · 3.33 KB

Changelog

5.0.3 (2024-09-13)

Bug Fixes

  • deal with the case levels array is empty (e540c0c)

5.0.2 (2023-05-18)

Bug Fixes

  • types: make return type of drawContour depend on contourDrawer (#20) (2471669)

5.0.1 (2023-05-18)

Bug Fixes

  • types: improve typings and allow typed arrays as inputs (0e1a4c9)

5.0.0 (2023-05-12)

⚠ BREAKING CHANGES

  • The contour lines are now returned in an object instead of an array with additional properties.

Code Refactoring

4.0.0 (2022-10-20)

⚠ BREAKING CHANGES

  • return an object instead of throw error when timeout exceeded (#13)

Code Refactoring

  • return an object instead of throw error when timeout exceeded (#13) (22df7d4)

3.2.1 (2021-08-30)

Bug Fixes

  • types: move swapAxes option to Conrec constructor (643c197)

3.2.0 (2021-02-28)

Features

3.1.0 (2021-02-26)

Features

3.0.0 (2019-07-03)

Features

  • add a swapAxes option and swap the default axes (#6) (3341203)

BREAKING CHANGES

  • In previous versions, the X axis was along the rows of the data matrix and the Y axis along the columns. This was not intuitive regarding how the contours are then drawn. The default was changed to now consider X along the columns and Y along the rows respectively. Pass swapAxes: true to the Conrec constructor to get the previous behavior.

2.0.0 (2019-05-16)

Code Refactoring

BREAKING CHANGES

  • The Conrec class is now a named export.

1.0.0 (2016-07-21)

Features

0.0.2 (2016-07-12)