We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c262fad commit e1a96e8Copy full SHA for e1a96e8
CHANGELOG.md
@@ -1,7 +1,12 @@
1
+### v0.4.1 - xxxx-xx-xx
2
+
3
+* Support integration with [`arbitrary`](https://crates.io/crates/arbitrary) crate (see `arbitrary` feature).
4
+ * Support `Arbitrary` for integer types
5
6
### v0.4.0 - 2023-11-21
-* [FEATURE] Support of arbitrary inner types with custom sanitizers and validators.
-* [FEATURE] Add numeric validator `greater`
-* [FEATURE] Add numeric validator `less`
7
+* Support of arbitrary inner types with custom sanitizers and validators.
8
+* Add numeric validator `greater`
9
+* Add numeric validator `less`
10
* [BREAKING] Removal of asterisk derive
11
* [BREAKING] Use commas to separate high level attributes
12
* [BREAKING] Traits are derived with `#[nutype(derive(Debug))]`. The regular `#[derive(Debug)]` syntax is not supported anymore.
0 commit comments