Skip to content

Latest commit

 

History

History
101 lines (54 loc) · 2.5 KB

CHANGELOG.md

File metadata and controls

101 lines (54 loc) · 2.5 KB

CHANGELOG

Package changelog.

0.1.1 (2024-07-26)

Commits

  • 53fd65d - docs: update related packages sections (#2240) (by stdlib-bot)

0.1.0 (2024-04-13)

Features

BREAKING CHANGES

  • b6cb1d3: resolve negative indices relative to last index

    • In order to preserve prior behavior, users should insert a manual check before calling this API.

Closed Issues

This release closes the following issue:

#813

Commits

  • 2512e10 - docs: update examples (by Athan Reines)
  • 522a048 - docs: fix typos (by Athan Reines)
  • b6cb1d3 - feat: support negative fromIndex arguments (by Athan Reines)
  • 272f91b - feat: add string/base/replace-before-last (#1364) (by Golden Kumar, stdlib-bot, Athan Reines, Philipp Burckhardt)

Contributors

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

  • Athan Reines
  • Golden Kumar
  • Philipp Burckhardt