Skip to content

Latest commit

 

History

History
128 lines (71 loc) · 4.06 KB

CHANGELOG.md

File metadata and controls

128 lines (71 loc) · 4.06 KB

CHANGELOG

Package changelog.

Unreleased (2024-07-18)

Bug Fixes

Commits

  • b9703b5 - 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)
  • ad760a9 - refactor: update paths (by Athan Reines)
  • 038b199 - docs: update paths (by Athan Reines)
  • cf3f92e - fix: update include paths (by Athan Reines)
  • 75d4f83 - refactor: update require and include paths (by Athan Reines)

Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

  • Athan Reines

0.2.1 (2024-02-24)

Features

  • 58832ee - update minimum TypeScript version

Bug Fixes

  • 32a2827 - update import paths for complex type defs

BREAKING CHANGES

  • 58832ee: update minimum TypeScript version

  • 58832ee: update minimum TypeScript version to 4.1

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

Commits

  • dea49e0 - docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)
  • 37c6c77 - style: resolve C lint errors (by Athan Reines)
  • 7eb7d96 - docs: update links (by Athan Reines)
  • 58832ee - feat: update minimum TypeScript version (by Philipp Burckhardt)
  • 32a2827 - fix: update import paths for complex type defs (by Athan Reines)
  • 28e1c84 - docs: resolve C lint errors (by Athan Reines)

Contributors

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

  • Athan Reines
  • Philipp Burckhardt