Skip to content

Latest commit

 

History

History
84 lines (36 loc) · 2.55 KB

CHANGELOG.md

File metadata and controls

84 lines (36 loc) · 2.55 KB

Changelog

3.0.1 (2024-05-16)

Bug Fixes

  • update dependencies. Force release for removal of default in base-regression (c3c00e3)

3.0.0 (2023-10-02)

⚠ BREAKING CHANGES

  • use named exports to ease transition to TypeScript
  • migrate to TypeScript (#8)

Features

  • allow users to pass interceptAtZero parameter (5f9aa0e)

Bug Fixes

  • determine the degree from max power, not power length (5f9aa0e)

Code Refactoring

  • migrate to TypeScript (#8) (5f9aa0e)
  • use named exports to ease transition to TypeScript (5f9aa0e)

2.2.0 (2021-06-10)

Features

2.1.0 (2020-02-04)

Features

2.0.0 (2019-06-29)

chore

  • update dependencies and remove support for Node.js 6 (7b44099)

BREAKING CHANGES

  • Node.js 6 is no longer supported.

1.0.3 (2017-07-21)

1.0.2 (2017-04-28)

1.0.1 (2017-04-28)

1.0.0 (2017-04-28)

Features

  • implement polynomial regression (ed6a198)