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 8451221 commit ad22066Copy full SHA for ad22066
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
## Unreleased
4
5
+## v2.3.6
6
+### Added
7
+- Added new features: `validator`, `actix-validator`;
8
+- Added `InertiaValidateOrRedirect` trait for validating or generating an error redirect
9
+ (if `validator` feature is enabled);
10
+- Implemented `InertiaValidateOrRedirect` for actix-web (if `actix-validator` is enabled).
11
+
12
+### Changed
13
+- `Inertia::back_with_errors` hashmap keys are now anything that implements `ToString` trait.
14
15
## v2.3.5
16
### Fixed
17
- `is_inertia_response` method.
0 commit comments