Skip to content

2.0.0

Compare
Choose a tag to compare
@JstnMcBrd JstnMcBrd released this 10 Oct 08:58
· 48 commits to main since this release
a2921ef

Added

  • Support for CommonJS require() imports

Changed

  • Tests to use vitest instead of ts-jest/jest
  • API test to be actual test file instead of ts-node script
  • GitHub workflows to use setup-node action for node versions instead of Docker containers
  • Examples for CommonJS imports in the README
  • HTTP error to be more standardized
  • All dependencies to latest versions
  • Package version number to 2.0.0

Removed

  • eslint config for jest globals
  • jest config file
  • esModuleInterop option from TS config (was originally meant for ts-jest)
  • @types/node dependency

Fixed

  • API workflow status badge in README