Skip to content

Latest commit

 

History

History
191 lines (101 loc) · 4.76 KB

File metadata and controls

191 lines (101 loc) · 4.76 KB

CHANGELOG

Package changelog.

Unreleased (2026-04-05)

Commits

Details
  • 4ef61be - bench: refactor to use string interpolation in array/base/flatten-by (#10678) (by Siddhartha Mondal)

Contributors

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

  • Siddhartha Mondal

0.2.2 (2026-02-08)

Commits

Details
  • abf0407 - chore: resolve lint errors in TS files (by Philipp Burckhardt)
  • 9ef09e2 - docs: update related packages sections (#2248) (by stdlib-bot)

Contributors

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

  • Philipp Burckhardt

0.2.1 (2024-02-25)

No changes reported for this release.

0.2.0 (2024-02-15)

Commits

Details
  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • d1ea078 - build: replace tslint directive with eslint equivalent (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-24)

No changes reported for this release.

0.0.1 (2023-08-25)

Features

  • 97d0e24 - add array/base/flatten-by

Bug Fixes

  • 31d065a - add missing this parameter
  • 14bacb3 - update import path for Collection type definition

Commits

Details
  • 8e5acd2 - refactor: use predefined types (by Athan Reines)
  • 31d065a - fix: add missing this parameter (by Athan Reines)
  • 14bacb3 - fix: update import path for Collection type definition (by Athan Reines)
  • d9d5d13 - docs: add comment (by Athan Reines)
  • aa56c47 - test: add additional assign 1d tests (by Athan Reines)
  • 2930f21 - test: add assign tests (by Athan Reines)
  • 0eb3456 - test: add 1d tests (by Athan Reines)
  • 2079f8b - test: add tests for main export (by Athan Reines)
  • 97d0e24 - feat: add array/base/flatten-by (by Athan Reines)

Contributors

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

  • Athan Reines