Skip to content

Latest commit

 

History

History
716 lines (381 loc) · 19.8 KB

CHANGELOG.md

File metadata and controls

716 lines (381 loc) · 19.8 KB

CHANGELOG

Package changelog.

Unreleased (2024-11-01)

Packages

Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

  • Philipp Burckhardt

Commits

  • 975147f - docs: fix TSDoc lint errors (by Philipp Burckhardt)
  • f387603 - docs: consistently use declarative instead of imperative sentences outside of intros (by Philipp Burckhardt)

0.3.0 (2024-07-28)

Packages

Features
  • bd258a3 - update namespace TypeScript declarations (#2628)
  • e797f05 - add base to namespace
  • d9edc48 - convert complex/float64 to a namespace
BREAKING CHANGES
  • bd258a3: update namespace declarations

    • To migrate, users should see the guidance found in the relevant commits for namespace refactoring. See issue #2260.
  • d9edc48: complex/float64 converted to a namespace

    • This commit refactors complex/float64 to be a namespace. The constructor is now the complex/float64/ctor. To migrate, users should update their import paths to complex/float64/ctor which provides the same API and implementation.
Features
BREAKING CHANGES
  • bd258a3: update namespace declarations

    • To migrate, users should see the guidance found in the relevant commits for namespace refactoring. See issue #2260.
Features
  • 9fd67fc - add complex/float64/base/add
Features
  • bd258a3 - update namespace TypeScript declarations (#2628)
  • 5bb602e - add complex/float64/base/assert namespace
BREAKING CHANGES
  • bd258a3: update namespace declarations

    • To migrate, users should see the guidance found in the relevant commits for namespace refactoring. See issue #2260.
Features
  • 1a93d8f - add complex/float64/base/assert/is-not-equal
Features
  • d925e71 - add complex/float64/base/assert/is-same-value
Features
  • 45cadfe - add complex/float64/base/assert/is-same-value-zero
Features
  • f1e8ae1 - add complex/float64/base/mul
Features
  • 76a2524 - add complex/float64/conj
Features
  • 2efc790 - add complex/float64/ctor
Bug Fixes
Features
  • 3e956ce - add complex/float64/imag
Features
  • 2495723 - add complex/float64/real
Features
  • 59aabc1 - add complex/float64/reim

BREAKING CHANGES

  • bd258a3: update namespace declarations

    • To migrate, users should see the guidance found in the relevant commits for namespace refactoring. See issue #2260.
  • d9edc48: complex/float64 converted to a namespace

    • This commit refactors complex/float64 to be a namespace. The constructor is now the complex/float64/ctor. To migrate, users should update their import paths to complex/float64/ctor which provides the same API and implementation.

Contributors

A total of 2 people contributed to this release. Thank you to the following contributors:

  • Athan Reines
  • Philipp Burckhardt

Commits

  • 2777e4b - bench: resolve lint errors in benchmarks (by Athan Reines)
  • a304cd8 - docs: update namespace table of contents (#2648) (by stdlib-bot, Athan Reines)
  • 9dc29b4 - docs: add sub-namespace sections and update namespace table of contents (by Philipp Burckhardt)
  • bd258a3 - feat: update namespace TypeScript declarations (#2628) (by stdlib-bot, Athan Reines)
  • c89d08c - feat: add assert to namespace (by Athan Reines)
  • 5bb602e - feat: add complex/float64/base/assert namespace (by Athan Reines)
  • e797f05 - feat: add base to namespace (by Athan Reines)
  • 12e3d27 - feat: add complex/float64/base namespace (by Athan Reines)
  • d9edc48 - feat: convert complex/float64 to a namespace (by Athan Reines)
  • e3a3679 - refactor: update paths (by Athan Reines)
  • f1e8ae1 - feat: add complex/float64/base/mul (by Athan Reines)
  • aee4bd7 - bench: update mode (by Athan Reines)
  • 9fd67fc - feat: add complex/float64/base/add (by Athan Reines)
  • 32bbcb3 - refactor: update paths (by Athan Reines)
  • 2495723 - feat: add complex/float64/real (by Athan Reines)
  • ed9c0a5 - refactor: update paths (by Athan Reines)
  • 3e956ce - feat: add complex/float64/imag (by Athan Reines)
  • 18b3c79 - refactor: update paths (by Athan Reines)
  • 8908bda - refactor: update paths (by Athan Reines)
  • 59aabc1 - feat: add complex/float64/reim (by Athan Reines)
  • 76a2524 - feat: add complex/float64/conj (by Athan Reines)
  • 659f752 - style: add missing spaces (by Philipp Burckhardt)
  • 3a3b1e0 - docs: update package URLs (#2269) (by stdlib-bot)
  • 8089b88 - docs: update paths (by Athan Reines)
  • 1a93d8f - feat: add complex/float64/base/assert/is-not-equal (by Athan Reines)
  • d925e71 - feat: add complex/float64/base/assert/is-same-value (by Athan Reines)
  • 45cadfe - feat: add complex/float64/base/assert/is-same-value-zero (by Athan Reines)
  • 75d4f83 - refactor: update require and include paths (by Athan Reines)
  • 3c94d90 - fix: update dependency path (by Athan Reines)
  • 2efc790 - feat: add complex/float64/ctor (by Athan Reines)

0.2.1 (2024-02-22)

No changes reported for this release.

0.2.0 (2024-02-14)

Packages

Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

  • Philipp Burckhardt

Commits

  • 46d049b - build: replace tslint directive (by Philipp Burckhardt)

0.1.1 (2023-10-09)

No changes reported for this release.

0.1.0 (2023-09-23)

Packages

Features
  • 9768c66 - update minimum TypeScript version
BREAKING CHANGES
  • 9768c66: update minimum TypeScript version to 4.1

    • To migrate, users should upgrade their TypeScript version to at least version 4.1.

BREAKING CHANGES

  • 9768c66: update minimum TypeScript version to 4.1

    • To migrate, users should upgrade their TypeScript version to at least version 4.1.

Contributors

A total of 2 people contributed to this release. Thank you to the following contributors:

  • Athan Reines
  • Philipp Burckhardt

Commits

  • 9768c66 - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • ab5d324 - chore: resolve lint errors (by Philipp Burckhardt)
  • 07cc80b - docs: resolve C lint errors (by Athan Reines)
  • 28e1c84 - docs: resolve C lint errors (by Athan Reines)

0.0.8 (2022-02-16)

No changes reported for this release.

0.0.7 (2021-08-22)

No changes reported for this release.

0.0.6 (2021-07-09)

No changes reported for this release.

0.0.5 (2021-07-06)

No changes reported for this release.

0.0.4 (2021-06-27)

No changes reported for this release.

0.0.3 (2021-06-16)

No changes reported for this release.

0.0.2 (2021-06-15)

No changes reported for this release.

0.0.1 (2021-06-14)

No changes reported for this release.