Skip to content

Release: v0.5.3

Choose a tag to compare

@shinpr shinpr released this 02 Jan 01:31
· 184 commits to main since this release
7a211ed

Dependencies

Bump qs from 6.14.0 to 6.14.1 (#35)

Updated qs package (indirect dependency via express) to fix minor bugs:

  • Ensure arrayLength applies to [] notation as well
  • Fix parse to ignore key when custom decoder returns null

CI Improvements

Add production dependency validation (#36)

Added report-missing-dependencies to CI pipeline to automatically detect when devDependencies are incorrectly used in production code. This prevents MODULE_NOT_FOUND errors when installing via npx.

Full Changelog

v0.5.2...v0.5.3