Skip to content

Latest commit

 

History

History
291 lines (171 loc) · 5.85 KB

CHANGELOG.md

File metadata and controls

291 lines (171 loc) · 5.85 KB

CHANGELOG

Package changelog.

Unreleased (2025-03-31)

Features

  • 7ff916d - add accessor protocol support
  • fa71a1e - distinguish between signed zeros

BREAKING CHANGES

  • fa71a1e: distinguish signed zeros

    • To migrate, users should normalize signed zeros before invoking this function. Otherwise, users should use a different algorithm which uses strict equality to determine "sameness" (e.g., a package such as @stdlib/array-base/includes).

      type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report:
      • task: lint_filenames status: passed
      • task: lint_editorconfig status: passed
      • task: lint_markdown status: passed
      • task: lint_package_json status: na
      • task: lint_repl_help status: passed
      • task: lint_javascript_src status: passed
      • task: lint_javascript_cli status: na
      • task: lint_javascript_examples status: na
      • task: lint_javascript_tests status: passed
      • task: lint_javascript_benchmarks status: na
      • task: lint_python status: na
      • task: lint_r status: na
      • task: lint_c_src status: na
      • task: lint_c_examples status: na
      • task: lint_c_benchmarks status: na
      • task: lint_c_tests_fixtures status: na
      • task: lint_shell status: na
      • task: lint_typescript_declarations status: passed
      • task: lint_typescript_tests status: na
      • task: lint_license_headers status: passed

Commits

  • 7ff916d - feat: add accessor protocol support (by Athan Reines)
  • fa71a1e - feat: distinguish between signed zeros (by Athan Reines)

Contributors

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

  • Athan Reines

0.2.2 (2024-07-28)

No changes reported for this release.

0.2.1 (2024-02-24)

No changes reported for this release.

0.2.0 (2024-02-14)

Commits

  • df3c9b3 - build: remove tslint directives (by Philipp Burckhardt)

Contributors

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

  • Philipp Burckhardt

0.1.0 (2023-09-23)

Features

  • 5200ce2 - update minimum TypeScript version

BREAKING CHANGES

  • 5200ce2: update minimum TypeScript version to 4.1

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

Commits

  • 5200ce2 - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • 3f60609 - test: use strictEqual checks (by Philipp Burckhardt)

Contributors

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

  • Philipp Burckhardt

0.0.7 (2022-02-16)

No changes reported for this release.

0.0.6 (2021-08-22)

No changes reported for this release.

0.0.5 (2021-07-07)

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.