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/open-ducks-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-rooms-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-eagles-wear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-beans-take.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-cooks-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-areas-burn.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/start/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @solidjs/start

## 1.2.0

### Minor Changes

- b454563: adds the option to change the public directory to something other than the default "public"

### Patch Changes

- 7282ef4: fix: check for `null` instad of `undefined` in `HeaderProxy`
- 12f3a3d: Handle multiple exports from the same file in fs-router
- 222c8fc: Enhance route matching to return `isPage` flag and add tests for plain text API response and Missing page handling that has both api/file routes.
- f674717: delete expired cookies in Single-Flight requests
- 12f3a3d: Add a test route for multiple exports handling and correct variable typos

## 1.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/start/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solidjs/start",
"version": "1.1.7",
"version": "1.2.0",
"type": "module",
"author": "Ryan Carniato",
"license": "MIT",
Expand Down