Skip to content

Releases: mljs/conrec

v6.0.0

Choose a tag to compare

@mljs-bot mljs-bot released this 21 Apr 08:39

6.0.0 (2026-04-21)

⚠ BREAKING CHANGES

  • package is now ESM-only; consumers using require() must migrate to import, or run Node.js ≥ 20.19 (or ≥ 22.12 / any 24.x), which supports require() of ESM.

Features

v5.0.3

Choose a tag to compare

@mljs-bot mljs-bot released this 13 Sep 11:05
417b5f6

5.0.3 (2024-09-13)

Bug Fixes

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

v5.0.2

Choose a tag to compare

@mljs-bot mljs-bot released this 18 May 10:49
7e69d8d

5.0.2 (2023-05-18)

Bug Fixes

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

v5.0.1

Choose a tag to compare

@mljs-bot mljs-bot released this 18 May 10:19
a8cc655

5.0.1 (2023-05-18)

Bug Fixes

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

v5.0.0

Choose a tag to compare

@mljs-bot mljs-bot released this 12 May 07:11
38b8e04

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

v4.0.0

Choose a tag to compare

@mljs-bot mljs-bot released this 20 Oct 12:39
20bfae0

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)

ml-conrec v3.2.1

Choose a tag to compare

@mljs-bot mljs-bot released this 30 Aug 09:54
f5a3944

Bug Fixes

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

ml-conrec v3.2.0

Choose a tag to compare

@mljs-bot mljs-bot released this 28 Feb 06:10
fe50031

Features