Skip to content

Latest commit

 

History

History
183 lines (95 loc) · 4.14 KB

CHANGELOG.md

File metadata and controls

183 lines (95 loc) · 4.14 KB

CHANGELOG

Package changelog.

0.2.2 (2024-07-27)

Bug Fixes

  • 683f370 - provide fromIndex to base implementation

Commits

  • 683f370 - fix: provide fromIndex to base implementation (by Athan Reines)
  • c85743c - style: add missing space (by Athan Reines)

Contributors

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

  • Athan Reines

0.2.1 (2024-02-22)

No changes reported for this release.

0.2.0 (2024-02-14)

Bug Fixes

Commits

  • f9c75ce - build: remove tslint directives (by Philipp Burckhardt)
  • ff35f38 - fix: make CLI scripts executable (#1111) (by stdlib-bot, Philipp Burckhardt)

Contributors

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

  • Philipp Burckhardt

0.1.1 (2023-10-04)

No changes reported for this release.

0.1.0 (2023-09-23)

No changes reported for this release.

0.0.1 (2023-09-22)

Features

  • 3573d92 - update minimum TypeScript version
  • 5ca19d4 - add utility to replace a substring before the first occurrence of a search string

BREAKING CHANGES

  • 3573d92: update minimum TypeScript version

Commits

  • 3573d92 - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • 440034d - chore: fix indentation in package meta data (#928) (by stdlib-bot, Athan Reines)
  • 1b01973 - docs: remove trailing space (by Athan Reines)
  • 5ca19d4 - feat: add utility to replace a substring before the first occurrence of a search string (by Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt