3.1.0 (2023-02-20)
- support deno deploy (a9bf2bc)
3.0.1 (2023-02-19)
- boot message display incorrect for certain cwds (cc4ba83)
3.0.0 (2023-02-19)
- disallow relative paths and auto unwrap file:// paths
- disallow relative paths and auto unwrap file:// paths (b8a4aa4)
2.14.1 (2023-02-19)
- strip file extension from route in boot msg (81d229e)
2.14.0 (2023-02-18)
- adds prettier boot message (1b2c451)
2.13.0 (2022-09-19)
- use std 0.156.0 (481849f)
2.12.2 (2022-09-10)
- typed slugs should match before untyped slugs (233aa1f)
2.12.1 (2022-09-05)
- correct broken types re-export from mod.ts (ecb810f)
2.12.0 (2022-09-05)
- 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)
- more deterministic route matching for routes with multiple slugs (3d71ae4)
2.11.0 (2022-08-31)
- adds --version to cli (8e0fa88)
2.10.1 (2022-08-31)
- boot message should show '.' instead of '' if rootDir is cwd (e8cd760)
2.10.0 (2022-08-31)
- rudimentary cli (2d54dfa)
2.9.1 (2022-08-30)
- re-exports everything to be accessible from mod.ts (fed3eb7)
2.9.0 (2022-08-30)
- adds debug mode (97e643d)
2.8.0 (2022-08-29)
- update deno.land/x docs (7e1fd93)
2.7.0 (2022-08-29)
- use relative paths for boot message (92af614)
2.6.0 (2022-08-29)
- initial slugs support (4740001)
- slug matching bug with preceding and trailing extra path parts (72553e4)
2.5.0 (2022-08-24)
- add .jsx and .tsx support (0f1fb31)
2.4.3 (2022-08-22)
- show correct response text at example route /contact (b8438c9)
2.4.2 (2022-08-21)
- resolve path issues when running example directly from remote url (32542b9)
2.4.1 (2022-08-21)
- file path issues when pulling from deno.land (9077480)
2.4.0 (2022-08-21)
- support routes written in .js files (342594d)
2.3.0 (2022-08-21)
- show warning message if trying to serve from empty directory (f7479c2)
- use proper grammar in boot message (a0bc15c)
2.2.1 (2022-08-20)
- remove import maps to ease dx (4afd503)
2.2.0 (2022-08-20)
- add an easily runnable example.ts (12ada92)
2.1.2 (2022-08-20)
- deno.land/x/fsrouter docs update (ec04a46)
2.1.1 (2022-08-20)
- fix deno.land docs (8a5514a)
2.1.0 (2022-08-20)
- add additional example in fsRouter jsdoc (fb604e6)
2.0.1 (2022-08-20)
- typo in fsRouter jsdoc (fdfda19)
2.0.0 (2022-08-20)
- make fsRouter a named export of mod.ts
- make fsRouter a named export of mod.ts (68e774b)
1.2.0 (2022-08-20)
- add boot message (ba8ca55)
1.1.0 (2022-08-20)
- respond with 404 on invalid routes (803150b)
- release 1.0.0 (f8a05b8)