Skip to content

Latest commit

 

History

History
200 lines (110 loc) · 6 KB

CHANGELOG.md

File metadata and controls

200 lines (110 loc) · 6 KB

CHANGELOG

Package changelog.

Unreleased (2024-09-28)

Commits

  • abf0407 - chore: resolve lint errors in TS files (by Philipp Burckhardt)
  • 975147f - docs: fix TSDoc lint errors (by Philipp Burckhardt)
  • 20dea8a - docs: remove extraneous newline (by Athan Reines)
  • a541897 - docs: fix grammar (by Athan Reines)
  • 8d4c46b - refactor: update paths (by Athan Reines)
  • 18b3c79 - refactor: update paths (by Athan Reines)
  • 75d4f83 - refactor: update require and include paths (by Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

0.2.1 (2024-02-25)

No changes reported for this release.

0.2.0 (2024-02-15)

Features

  • 8c4e1d2 - add support for returning the array data type

Commits

  • 57ddb32 - docs: update Markdown stdlib package URLs (#1307) (by stdlib-bot)
  • 8c4e1d2 - feat: add support for returning the array data type (by Athan Reines)
  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • c5a68f2 - build: remove tslint directives (by Philipp Burckhardt)
  • df3c9b3 - build: remove tslint directives (by Philipp Burckhardt)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt

0.1.0 (2023-09-24)

Features

  • e29732d - update minimum TypeScript version
  • d620bbd - refactor declarations to use generics

Bug Fixes

  • dd6d9e4 - convert default type to unknown
  • 14bacb3 - update import path for Collection type definition
  • 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.
  • d620bbd: refactor declarations to use generics

Commits

  • dd6d9e4 - fix: convert default type to unknown (by Athan Reines)
  • e29732d - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • 14bacb3 - fix: update import path for Collection type definition (by Athan Reines)
  • 32a2827 - fix: update import paths for complex type defs (by Athan Reines)
  • d620bbd - feat: refactor declarations to use generics (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.2 (2022-02-16)

No changes reported for this release.

0.0.1 (2022-02-05)

No changes reported for this release.