-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
## v6.0.0-dev.1 | ||
## v6.0.0 | ||
|
||
Automatic adaptation allows platform. | ||
**Migration guide**: [https://spry.fun/migration](https://spry.fun/migration#spry-5-to-spry-6) | ||
|
||
### What's Changed | ||
|
||
- refactor: remove group router (The `app.group`/`app.grouped`). | ||
- refactor: rename `app.stack` to `app.middleware`. | ||
- refactor: remove `useRequest()`, now use `event.request`. | ||
- refactor: remove `useHeaders()`, now use `event.headers`/`event.request.headers`. | ||
- refactor: remove `getClientAddress()`, now use `event.address`. | ||
- refactor: remove `useRequestURI()`, now use `event.url`. | ||
- refactor: remove `useParams()`, now use `event.params`. | ||
- refactor: rename factory `Response.text()` to `Response.fromString()`. | ||
- refactor: rename factory `Response.json()` to `Response.fromJson()`. | ||
- refactor: remove all adapter, now is cross-platform. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters