We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8597f commit be481a2Copy full SHA for be481a2
CHANGELOG.md
@@ -12,6 +12,8 @@
12
13
### Updated
14
- bump dependencies
15
+- `@supercharge/vite`
16
+ - add Vite `^5.0.0` as a peer dependency
17
18
19
## [4.0.0-alpha.1](https://github.com/supercharge/framework/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) - 2023-11-18
@@ -63,6 +65,8 @@
63
65
### Breaking Changes
64
66
- all packages of the framework moved to ESM
67
- require Node.js v20
68
+- `@supercharge/manager`
69
+ - remove `ensureConfig` method: use `this.app.config().ensure()` within a method of your `Manager` class instead
70
- `@supercharge/contracts`
71
- removed export `RequestHeaderBag` contract. The `Request` interface uses the `InputBag<IncomingHttpHeaders>` instead
72
- removed export `RequestStateData`, use `HttpStateData` instead
0 commit comments