Skip to content

Latest commit

 

History

History
387 lines (246 loc) · 24.7 KB

CHANGELOG.md

File metadata and controls

387 lines (246 loc) · 24.7 KB

CHANGELOG

Package changelog.

0.3.0 (2024-07-29)

Features

Bug Fixes

  • cc06b5c - add missing generic parameter

Commits

  • b9703b5 - 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)
  • 659f752 - 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)
  • cc06b5c - fix: add missing generic parameter (by Athan Reines)
  • 9dd3673 - docs: add repl.txt to array/complex64 (#2275) (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)
  • 59d9233 - feat: add toSorted method to array/complex64 (#2263) (by Jaysukh Makvana)
  • 6b8d896 - test: fix typo (by Athan Reines)
  • a0c28de - feat: add sort method to array/complex64 (#2259) (by Jaysukh Makvana, Athan Reines)
  • e92cdd8 - feat: add toLocaleString method to array/complex64 (#2208) (by Jaysukh Makvana, Athan Reines)
  • 113ec19 - docs: update related packages sections (#2207) (by stdlib-bot)
  • d9359b6 - feat: add keys method to array/complex64 (#2160) (by Jaysukh Makvana, Athan Reines)
  • 832504a - feat: add values method to array/complex64 (#1706) (by Jaysukh Makvana, Athan Reines)
  • 902b38a - docs: update descriptions (by Athan Reines)
  • 4e84566 - feat: add reduceRight method to array/complex128 (#1406) (by Jaysukh Makvana, stdlib-bot, Philipp Burckhardt)
  • ee1c957 - feat: add reduceRight method to array/complex64 (#1395) (by Jaysukh Makvana, 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

  • f3def6d - feat: add reduce method to array/complex64 (#1271) (by Jaysukh Makvana, Athan Reines)

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

  • f2aab8d - ensure correct use of generics
  • 848730f - add support for negative indices in method indexOf and lastIndexOf (#1197)
  • 8b2937f - address typo in error message

Commits

  • 87d2120 - refactor: use base assertion utility (by Athan Reines)
  • aa6cac7 - refactor: use base assertion utility (by Athan Reines)
  • 237e57a - feat: add toReversed method to array/complex64 (#1260) (by Jaysukh Makvana, Athan Reines)
  • 2455a39 - feat: add reverse method to array/complex64 (#1259) (by Jaysukh Makvana, Athan Reines)
  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • 0de3922 - feat: add slice method to array/complex64 (#1257) (by Jaysukh Makvana, Athan Reines)
  • dd6ee3e - docs: fix parameter type (by Athan Reines)
  • 893daac - feat: add with method to array/complex64 (#1246) (by Jaysukh Makvana, Athan Reines)
  • d568bf0 - feat: add join method to array/complex64 (#1241) (by Jaysukh Makvana, Athan Reines)
  • ebad2d0 - feat: add toString method to array/complex64 (#1239) (by Jaysukh Makvana, Athan Reines)
  • 6393565 - feat: add fill method to array/complex64 (#1236) (by Jaysukh Makvana, Athan Reines)
  • b47b631 - docs: fix typos and add copy edits (by Athan Reines)
  • 41c5150 - feat: add map method to array/complex64 (#1226) (by Jaysukh Makvana, Athan Reines)
  • b80aa3c - test: fix test values to avoid conflating errors (by Athan Reines)
  • f2aab8d - fix: ensure correct use of generics (by Athan Reines)
  • 97df52a - test: fix test descriptions (by Athan Reines)
  • 1952c21 - docs: fix section anchors (by Athan Reines)
  • b9b8916 - feat: add subarray method to array/complex64 (#1217) (by Jaysukh Makvana, Athan Reines)
  • 3306285 - feat: add forEach method to array/complex64 (#1211) (by Jaysukh Makvana, Athan Reines)
  • 7fb88d4 - feat: add filter method to array/complex64 (#1206) (by Jaysukh Makvana, Athan Reines)
  • 1464d5b - feat: add includes method to array/complex64 (#1205) (by Jaysukh Makvana, Athan Reines)
  • c896236 - feat: add findLastIndex method to array/complex64 (#1204) (by Jaysukh Makvana)
  • c566265 - feat: add findLast method to array/complex64 (#1203) (by Jaysukh Makvana, Athan Reines)
  • 2277b01 - feat: add find method to array/complex64 (#1200) (by Jaysukh Makvana, Athan Reines)
  • e244066 - feat: add findIndex method to array/complex64 (#1201) (by Jaysukh Makvana, Athan Reines)
  • 848730f - fix: add support for negative indices in method indexOf and lastIndexOf (#1197) (by Jaysukh Makvana, Athan Reines)
  • 7e0b762 - feat: add lastIndexOf method to array/complex64 (#1195) (by Jaysukh Makvana, Athan Reines)
  • 707fed5 - feat: add indexOf method to array/complex64 (#1191) (by Jaysukh Makvana, Athan Reines)
  • 9555815 - test: fix typo (by Athan Reines)
  • 6bd2f14 - docs: fix typo (by Athan Reines)
  • c0f06f8 - feat: add some method to array/complex64 (#1190) (by Jaysukh Makvana, Athan Reines)
  • aa779d7 - test: update assertion messages (by Athan Reines)
  • 9b177ba - test: move function declaration (by Athan Reines)
  • 4151542 - test: update assertion messages (by Athan Reines)
  • 3068aed - test: update assertion methods (by Athan Reines)
  • ec7c2c3 - style: remove extra spaces (by Athan Reines)
  • 5f1953d - docs: move methods to preserve alphabetical order (by Athan Reines)
  • 9272073 - feat: add every method to array/complex64 (#1184) (by Jaysukh Makvana, Athan Reines)
  • 997c7d8 - docs: fix typo (by Athan Reines)
  • 10d5813 - refactor: move method to ensure that methods are in alphabetical order (by Athan Reines)
  • 8b2937f - fix: address typo in error message (by Athan Reines)
  • 813b67b - temp: add TODOs (by Athan Reines)
  • 06f0f91 - feat: add support for the typed array at method in array/complex64 (#1182) (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 3 people contributed to this release. Thank you to the following contributors:

  • Athan Reines
  • Jaysukh Makvana
  • Philipp Burckhardt

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-27)

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.