You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[View diff on diff.rs](https://diff.rs/cot/0.3.1/cot/0.4.0/Cargo.toml)
12
+
13
+
### New features
14
+
15
+
-[**breaking**] Add support for file fields in forms ([#334](https://github.com/cot-rs/cot/pull/334)) (by [@m4tx](https://github.com/m4tx))
16
+
-[**breaking**] Add `SelectField`; support more chrono form fields ([#345](https://github.com/cot-rs/cot/pull/345)) (by [@m4tx](https://github.com/m4tx))
- More Session config knobs ([#337](https://github.com/cot-rs/cot/pull/337)) (by [@ElijahAhianyo](https://github.com/ElijahAhianyo))
23
+
- AsFormField for Date, Time, DateTime ([#342](https://github.com/cot-rs/cot/pull/342)) (by [@ElijahAhianyo](https://github.com/ElijahAhianyo))
24
+
- Add validated `Url` type ([#339](https://github.com/cot-rs/cot/pull/339)) (by [@kingzcheung](https://github.com/kingzcheung))
25
+
-*(macros)* Derive macro for `SelectChoice` trait ([#351](https://github.com/cot-rs/cot/pull/351)) (by [@kumarUjjawal](https://github.com/kumarUjjawal))
26
+
-`ToDbValue` for `Url` and bug fixes for `Url` and `Email` ([#353](https://github.com/cot-rs/cot/pull/353)) (by [@ElijahAhianyo](https://github.com/ElijahAhianyo))
27
+
- DB session store implementation ([#360](https://github.com/cot-rs/cot/pull/360)) (by [@ElijahAhianyo](https://github.com/ElijahAhianyo))
- Swagger not working when static files weren't served at `/static/` ([#383](https://github.com/cot-rs/cot/pull/383)) (by [@m4tx](https://github.com/m4tx))
37
+
- Trybuild tests on the latest nightly ([#386](https://github.com/cot-rs/cot/pull/386)) (by [@m4tx](https://github.com/m4tx))
-[**breaking**] Add `#[non_exhaustive]` to config structs ([#354](https://github.com/cot-rs/cot/pull/354)) (by [@m4tx](https://github.com/m4tx))
43
+
-[**breaking**]*(deps)* Bump all dependencies ([#361](https://github.com/cot-rs/cot/pull/361)) (by [@dependabot[bot]](https://github.com/dependabot[bot]))
44
+
-[**breaking**] Add `#[non_exhaustive]` to `FormError` variants ([#374](https://github.com/cot-rs/cot/pull/374)) (by [@m4tx](https://github.com/m4tx))
45
+
-[**breaking**]`FromRequest(Parts)` only gets immutable request parts ([#377](https://github.com/cot-rs/cot/pull/377)) (by [@m4tx](https://github.com/m4tx))
46
+
- Tiny doc and code consistency fixes ([#348](https://github.com/cot-rs/cot/pull/348)) (by [@m4tx](https://github.com/m4tx))
47
+
- Fix clippy warnings on Rust 1.88 ([#355](https://github.com/cot-rs/cot/pull/355)) (by [@m4tx](https://github.com/m4tx))
48
+
- Custom `Default` impl for `SessionMiddlewareConfig` ([#359](https://github.com/cot-rs/cot/pull/359)) (by [@ElijahAhianyo](https://github.com/ElijahAhianyo))
49
+
- Warn on `clippy::allow_attributes`; fix clippy warnings ([#363](https://github.com/cot-rs/cot/pull/363)) (by [@m4tx](https://github.com/m4tx))
50
+
- Fix warning on stable clippy ([#364](https://github.com/cot-rs/cot/pull/364)) (by [@m4tx](https://github.com/m4tx))
- Style fixes; replace todo!() with unimplemented!() ([#370](https://github.com/cot-rs/cot/pull/370)) (by [@m4tx](https://github.com/m4tx))
53
+
- Extract `LiveReloadMiddleware` to a separate file ([#375](https://github.com/cot-rs/cot/pull/375)) (by [@m4tx](https://github.com/m4tx))
54
+
-*(deps)* Bump the dependencies group with 11 updates ([#384](https://github.com/cot-rs/cot/pull/384)) (by [@dependabot[bot]](https://github.com/dependabot[bot]))
55
+
-*(deps)* Bump all deps ([#396](https://github.com/cot-rs/cot/pull/396)) (by [@m4tx](https://github.com/m4tx))
[View diff on diff.rs](https://diff.rs/cot-cli/0.3.1/cot-cli/0.4.0/Cargo.toml)
13
+
14
+
### New features
15
+
16
+
-[**breaking**] Add `SelectField`; support more chrono form fields ([#345](https://github.com/cot-rs/cot/pull/345)) (by [@m4tx](https://github.com/m4tx))
0 commit comments