Skip to content

Latest commit

 

History

History
130 lines (84 loc) · 9.3 KB

CHANGELOG.md

File metadata and controls

130 lines (84 loc) · 9.3 KB

CHANGELOG

Package changelog.

0.1.0 (2024-07-29)

Features

Commits

  • cb20ecc - feat: add copyWithin, entries, forEach to array/bool (#2611) (by Jaysukh Makvana, Athan Reines)
  • 7c17308 - feat: add at, fill, filter, and toLocalestring methods to array/bool (#2607) (by Jaysukh Makvana, Athan Reines)
  • ce3ad9a - feat: add keys, values, and with methods to array/bool (#2590) (by Jaysukh Makvana)
  • 5a66b4b - feat: add join and toString methods to array/bool (#2557) (by Jaysukh Makvana, Athan Reines)
  • a78f7d1 - style: add missing spaces (by Philipp Burckhardt)
  • 4a6be43 - feat: add reduce and reduceRight methods to array/bool (#2509) (by Jaysukh Makvana, Athan Reines)
  • 29615af - feat: add slice and subarray methods to array/bool (#2472) (by Jaysukh Makvana, Athan Reines)
  • fbc42b4 - feat: add includes method to array/bool (#2441) (by Jaysukh Makvana)
  • c58e9e4 - feat: add indexOf and lastIndexOf methods to array/bool (#2432) (by Jaysukh Makvana, Athan Reines)
  • 42c67e7 - feat: add every and some methods to array/bool (#2421) (by Jaysukh Makvana, Athan Reines)
  • 0b3db04 - feat: add toSorted method to array/bool (#2413) (by Jaysukh Makvana)

Contributors

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

  • Athan Reines
  • Jaysukh Makvana
  • Philipp Burckhardt

0.0.1 (2024-06-19)

Features

Commits

  • de50d0a - feat: add reverse and toReversed methods to array/bool (#2390) (by Jaysukh Makvana, Athan Reines)
  • a59c8bf - docs: add repl.txt to array/bool (#2385) (by Jaysukh Makvana, Athan Reines)
  • 5cd4a70 - feat: add findIndex and findLastIndex methods to array/bool (#2384) (by Jaysukh Makvana, Athan Reines)
  • cba0d92 - feat: add find and findLast methods to array/bool (#2376) (by Jaysukh Makvana)
  • d71d044 - feat: add sort method to array/bool (#2363) (by Jaysukh Makvana)
  • 1b5abe6 - chore: update package meta data (#2344) (by stdlib-bot, Athan Reines)
  • 40da309 - feat: add map method to array/bool (#2292) (by Jaysukh Makvana, Athan Reines)
  • 5d53c2d - feat: add initial TypeScript declarations (by Athan Reines)
  • 133dd8b - chore: update package meta data (#2251) (by stdlib-bot)
  • be3061e - docs: fix example (by Athan Reines)
  • e221398 - feat: add array/bool (by Athan Reines)

Contributors

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

  • Athan Reines
  • Jaysukh Makvana