Skip to content

Latest commit

 

History

History
79 lines (40 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

79 lines (40 loc) · 1.01 KB

@sebspark/typed-router

1.0.0

Major Changes

  • 1ef46ab: Updated express to v5

0.1.11

Patch Changes

  • 8308772: Updated vulnerable dependencies (express and axios)

0.1.10

Patch Changes

  • 93a37b3: Patch dependencies

0.1.9

Patch Changes

  • 938d7b5: Updated express to fix CVE-2024-29041

0.1.8

Patch Changes

  • 41af766: Adding NPM keywords

0.1.7

Patch Changes

  • bcd7df2: Fix authenticated user type

0.1.6

Patch Changes

  • 13148cc: Publish TypeScript configuration

0.1.5

Patch Changes

  • 10b0ffd: Make route definitions type a partial since the definitions might not implement all methods.

0.1.4

Patch Changes

  • 3650622: Update build to output CommonJS and ES Module

0.1.3

Patch Changes

  • 2ee5700: Include @swc/helpers in bundled package

0.1.2

Patch Changes

  • d95a24f: Revert ES6 output

0.1.1

Patch Changes

  • 96ae0ee: Output ES6 module instead of CommonJS

0.1.0

Minor Changes

  • a84e8b1: Initial publish of typed router