Skip to content

Commit 81e5cde

Browse files
authored
Merge pull request #33 from kethinov/2.0.0
2.0.0
2 parents d271ca1 + 28c94de commit 81e5cde

File tree

11 files changed

+721
-898
lines changed

11 files changed

+721
-898
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

55
- Put your changes here...
66

7+
## 2.0.0
8+
9+
- Breaking: Changed default Express API version to 5.
10+
- To migrate:
11+
- Most apps probably only need to change `*` routes to `*all`.
12+
- Apps that use more complex routing may need other changes.
13+
- Full list of considerations for migrating to Express 5: https://expressjs.com/en/guide/migrating-5.html
14+
- Fixed a bug that caused `req.body` to populate `{}` instead of `undefined` in Express 5 mode.
15+
- Fixed a bug that caused the default `/` route to not load in some situations.
16+
- Fixed a bug that caused extra `<head>` tags to get inserted into the DOM with the default render method in some situations.
17+
- Fixed issues in sample app 2.
18+
- Updated dependencies.
19+
720
## 1.2.0
821

922
- Added view transition support in the default render method.

0 commit comments

Comments
 (0)