Skip to content

Latest commit

 

History

History
86 lines (39 loc) · 3.55 KB

CHANGELOG.md

File metadata and controls

86 lines (39 loc) · 3.55 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.2 (2024-10-12)

Bug Fixes

  • moved types.d.ts file to the root (3a5bcf7)

2.0.1 (2024-10-12)

Bug Fixes

  • fixed the params type of the group method (d5248dc)

2.0.0 (2024-09-13)

Features

  • group routes and add middleware to the groups (d876c60)

2.0.0 (2024-09-13)

Features

  • group routes and add middleware to the groups (d876c60)

1.1.1 (2021-11-04)

Bug Fixes

  • added empty string handle to the camelCase method (5860957)

1.1.0 (2021-11-03)

Features

  • convert route params to camelCase (d3b7ef1)

Bug Fixes

  • lint (b9ff962)
  • trim non alphanumeric char from route params (f7ebedb)

1.0.1 (2021-04-20)

Bug Fixes

  • the 'to' helper has been made public (d693dbd)

1.0.0 (2021-04-17)

Features

  • added proxy object to router and injected different logics (f7d2370)

0.1.4 (2021-03-28)

0.1.3 (2021-03-28)

0.1.2 (2021-03-15)

Bug Fixes

  • added prefix check to generate valid placeholder (15fa557)
  • typo fix in commit link (498859f)

0.1.1 (2021-03-13)

Features

  • placeholder: create route placeholder by last segment (71ed63c)

0.1.0 (2021-03-12)