Skip to content

Latest commit

 

History

History
370 lines (229 loc) · 21.4 KB

CHANGELOG.md

File metadata and controls

370 lines (229 loc) · 21.4 KB

CHANGELOG

Package changelog.

0.3.0 (2024-07-29)

Features

Bug Fixes

Commits

  • 0406147 - refactor: update paths (by Athan Reines)
  • 32bbcb3 - refactor: update paths (by Athan Reines)
  • 8d4c46b - refactor: update paths (by Athan Reines)
  • ed9c0a5 - refactor: update paths (by Athan Reines)
  • 18b3c79 - refactor: update paths (by Athan Reines)
  • 523b380 - refactor: update error message interpolation (by Athan Reines)
  • a78f7d1 - style: add missing spaces (by Philipp Burckhardt)
  • 6b0e763 - docs: update example and add return description (#2489) (by Jaysukh Makvana)
  • 61c5609 - docs: fix examples in REPL documentation for complex number arrays (#2431) (by Jaysukh Makvana)
  • f53180b - fix: add missing parameter (by Athan Reines)
  • 1cc1a57 - docs: add repl.txt to array/complex128 (#2280) (by Jaysukh Makvana, Athan Reines)
  • 3a3b1e0 - docs: update package URLs (#2269) (by stdlib-bot)
  • 8089b88 - docs: update paths (by Athan Reines)
  • 75d4f83 - refactor: update require and include paths (by Athan Reines)
  • ccbf26a - test: fix descriptions (by Athan Reines)
  • 2dd57d7 - docs: add notes (by Athan Reines)
  • 9ee6b4f - feat: add toSorted method to array/complex128 (#2265) (by Jaysukh Makvana)
  • 8b4cdfa - feat: add sort method to array/complex128 (#2262) (by Jaysukh Makvana)
  • 9dfd026 - feat: add toLocaleString method to array/complex128 (#2252) (by Jaysukh Makvana)
  • b4b1d14 - feat: add values method to array/complex128 (#2216) (by Jaysukh Makvana)
  • 14b3434 - feat: add keys method to array/complex128 (#2174) (by Jaysukh Makvana)
  • 89ee510 - docs: update description (by Athan Reines)
  • 4e84566 - feat: add reduceRight method to array/complex128 (#1406) (by Jaysukh Makvana, stdlib-bot, Philipp Burckhardt)

Contributors

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

  • Athan Reines
  • Jaysukh Makvana
  • Philipp Burckhardt

0.2.1 (2024-02-25)

Features

Commits

  • 5daf468 - docs: update related packages sections (#1380) (by stdlib-bot)
  • 0848cd9 - feat: add reduce method to array/complex128 (#1367) (by Jaysukh Makvana, Athan Reines)
  • 4bfbed8 - feat: add slice method to array/complex128 (#1355) (by Jaysukh Makvana)

Contributors

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

  • Athan Reines
  • Jaysukh Makvana

0.2.0 (2024-02-14)

Features

Bug Fixes

  • 0c9081b - ensure correct use of generics

Commits

  • 6eaf0fd - feat: add toReversed method to array/complex128 (#1285) (by Jaysukh Makvana)
  • 4331e1f - refactor: use base assertion utility (by Athan Reines)
  • d41b87d - refactor: use base assertion utility (by Athan Reines)
  • 4b67a42 - feat: add reverse method to array/complex128 (#1262) (by Jaysukh Makvana, Athan Reines)
  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • 04a648a - feat: add with method to array/complex128 (#1253) (by Jaysukh Makvana)
  • 836d0f2 - feat: add join method to array/complex128 (#1252) (by Jaysukh Makvana)
  • d7809bc - feat: add fill method to array/complex128 (#1250) (by Jaysukh Makvana, Athan Reines)
  • dfd8645 - docs: fix parameter type (by Athan Reines)
  • e02dc62 - feat: add toString method to array/complex128 (#1244) (by Jaysukh Makvana)
  • 6d8ceba - feat: add subarray method to array/complex128 (#1240) (by Jaysukh Makvana, Athan Reines)
  • 177b31a - feat: add forEach method to array/complex128 (#1237) (by Jaysukh Makvana)
  • 08996f2 - feat: add map method to array/complex128 (#1234) (by Jaysukh Makvana, Athan Reines)
  • e0e1896 - feat: add includes method to array/complex128 (#1232) (by Jaysukh Makvana)
  • 26c27af - feat: add lastIndexOf method to array/complex128 (#1229) (by Jaysukh Makvana, Athan Reines)
  • a170198 - feat: add indexOf method to array/complex128 (#1227) (by Jaysukh Makvana, Athan Reines)
  • 50327dc - feat: add filter method to array/complex128 (#1225) (by Jaysukh Makvana)
  • fc39aa9 - feat: add findLastIndex method to array/complex128 (#1224) (by Jaysukh Makvana)
  • 2472467 - feat: improve type specificity in static from method (by Athan Reines)
  • 0c9081b - fix: ensure correct use of generics (by Athan Reines)
  • afc48dc - feat: add findIndex method to array/complex128 (#1222) (by Jaysukh Makvana, Athan Reines)
  • 4ef9ce3 - test: fix test description (by Athan Reines)
  • 5acc9ed - feat: add findLast method to array/complex128 (#1219) (by Jaysukh Makvana, Athan Reines)
  • e7a7584 - feat: add find method to array/complex128 (#1218) (by Jaysukh Makvana, Athan Reines)
  • 151d27d - feat: add some method to array/complex128 (#1212) (by Jaysukh Makvana, Athan Reines)
  • 205ae67 - chore: update package meta data (#1209) (by stdlib-bot, kgryte)
  • 814fb4c - feat: add every method to array/complex128 (#1207) (by Jaysukh Makvana, Athan Reines)
  • b597754 - feat: add at method to array/complex128 (#1202) (by Jaysukh Makvana, Athan Reines)
  • b496b72 - build: replace tslint directive with eslint equivalent (by Philipp Burckhardt)
  • df3c9b3 - build: remove tslint directives (by Philipp Burckhardt)
  • 453dd85 - build: remove tslint directives (by Philipp Burckhardt)

Contributors

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

  • Athan Reines
  • Jaysukh Makvana
  • Philipp Burckhardt
  • kgryte

0.1.0 (2023-09-24)

Features

  • e29732d - update minimum TypeScript version

Bug Fixes

  • 32a2827 - update import paths for complex type defs

BREAKING CHANGES

  • e29732d: update minimum TypeScript version to 4.1

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

Commits

  • e29732d - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • 32a2827 - fix: update import paths for complex type defs (by Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

0.0.6 (2022-02-16)

No changes reported for this release.

0.0.5 (2021-08-22)

No changes reported for this release.

0.0.4 (2021-07-07)

No changes reported for this release.

0.0.3 (2021-06-28)

No changes reported for this release.

0.0.2 (2021-06-16)

No changes reported for this release.

0.0.1 (2021-06-15)

No changes reported for this release.