Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/route-tree-and-api-adapters.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# filesystem-routing

## 0.2.0

### Minor Changes

- 666e4e0: Ship the manifest's request-dispatch consumer alongside the manifest. `filesystem-routing/api` serves the flat manifest's `$GET`/`$POST`/… handler refs as fetch-style `(request, next)` middleware: radix-tree matching with `(group)` stripping and catch-alls, params written onto the request event, HEAD→GET fallback, unmatched requests advancing the chain. A port of SolidStart's private implementation, taking the manifest as an argument — no virtual-module imports, no framework required. Route emission stays with each router's own package: Solid Router's adapter is `@solidjs/router/fs`.

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "filesystem-routing",
"description": "Router-neutral file-system routing: scans a route directory into a neutral route manifest with pluggable conventions and delivery adapters",
"license": "MIT",
"version": "0.1.2",
"version": "0.2.0",
"author": "Ryan Carniato",
"homepage": "https://github.com/solidjs/filesystem-routing#readme",
"repository": {
Expand Down
Loading