Skip to content

2.0.2

Latest
Compare
Choose a tag to compare
@JstnMcBrd JstnMcBrd released this 30 Sep 17:40
· 17 commits to main since this release
81c17e4

Because of #55 , this will probably be the last version.


Added

  • README badge for Validate workflow status
  • README badges for NPM license, type definitions, and downloads
  • README badge for required Node version
  • exactOptionalPropertyTypes to tsconfig
  • isolatedModules, isolatedDeclarations, and noUncheckedSideEffectImports to tsconfig
  • Automatic updates for dependencies with Dependabot
  • Note about package being permanently broken to README

Changed

  • API Status badge to use shields.io
  • NPM version badge to use shields.io
  • All dependencies to latest versions
  • vscode-eslint flat config support to be stable
  • Mock fetch method to use types from fetch
  • Package version number to 2.0.2

Fixed

Removed

  • Redundant issue link
  • noFallthroughCasesInSwitch from tsconfig (handled better by eslint)
  • Vitest option --pool=forks
  • Unnecessary (and incompatible with TS 5.6) node type imports