Skip to content

Latest commit

 

History

History
256 lines (111 loc) · 8.71 KB

CHANGELOG.md

File metadata and controls

256 lines (111 loc) · 8.71 KB

3.1.0 (2023-02-20)

Features

3.0.1 (2023-02-19)

Bug Fixes

  • boot message display incorrect for certain cwds (cc4ba83)

3.0.0 (2023-02-19)

⚠ BREAKING CHANGES

  • disallow relative paths and auto unwrap file:// paths

Bug Fixes

  • disallow relative paths and auto unwrap file:// paths (b8a4aa4)

2.14.1 (2023-02-19)

Bug Fixes

  • strip file extension from route in boot msg (81d229e)

2.14.0 (2023-02-18)

Features

  • adds prettier boot message (1b2c451)

2.13.0 (2022-09-19)

Features

2.12.2 (2022-09-10)

Bug Fixes

  • typed slugs should match before untyped slugs (233aa1f)

2.12.1 (2022-09-05)

Bug Fixes

  • correct broken types re-export from mod.ts (ecb810f)

2.12.0 (2022-09-05)

Features

  • add option for toggling automatic number conversion behavior (1f12358)
  • allow typed slugs based on :string or :number postfix (154ecf2)

2.11.1 (2022-09-03)

Bug Fixes

  • more deterministic route matching for routes with multiple slugs (3d71ae4)

2.11.0 (2022-08-31)

Features

2.10.1 (2022-08-31)

Bug Fixes

  • boot message should show '.' instead of '' if rootDir is cwd (e8cd760)

2.10.0 (2022-08-31)

Features

2.9.1 (2022-08-30)

Bug Fixes

  • re-exports everything to be accessible from mod.ts (fed3eb7)

2.9.0 (2022-08-30)

Features

2.8.0 (2022-08-29)

Features

  • update deno.land/x docs (7e1fd93)

2.7.0 (2022-08-29)

Features

  • use relative paths for boot message (92af614)

2.6.0 (2022-08-29)

Features

Bug Fixes

  • slug matching bug with preceding and trailing extra path parts (72553e4)

2.5.0 (2022-08-24)

Features

  • add .jsx and .tsx support (0f1fb31)

2.4.3 (2022-08-22)

Bug Fixes

  • show correct response text at example route /contact (b8438c9)

2.4.2 (2022-08-21)

Bug Fixes

  • resolve path issues when running example directly from remote url (32542b9)

2.4.1 (2022-08-21)

Bug Fixes

  • file path issues when pulling from deno.land (9077480)

2.4.0 (2022-08-21)

Features

  • support routes written in .js files (342594d)

2.3.0 (2022-08-21)

Features

  • show warning message if trying to serve from empty directory (f7479c2)

Bug Fixes

  • use proper grammar in boot message (a0bc15c)

2.2.1 (2022-08-20)

Bug Fixes

  • remove import maps to ease dx (4afd503)

2.2.0 (2022-08-20)

Features

  • add an easily runnable example.ts (12ada92)

2.1.2 (2022-08-20)

Bug Fixes

  • deno.land/x/fsrouter docs update (ec04a46)

2.1.1 (2022-08-20)

Bug Fixes

2.1.0 (2022-08-20)

Features

  • add additional example in fsRouter jsdoc (fb604e6)

2.0.1 (2022-08-20)

Bug Fixes

2.0.0 (2022-08-20)

⚠ BREAKING CHANGES

  • make fsRouter a named export of mod.ts

Features

  • make fsRouter a named export of mod.ts (68e774b)

1.2.0 (2022-08-20)

Features

1.1.0 (2022-08-20)

Features

  • respond with 404 on invalid routes (803150b)

1.0.0 (2022-08-19)

Features