Releases: RustForWeb/fortifier
Releases · RustForWeb/fortifier
v0.2.9
What's Changed
- fix: use
cfg-iffor conditional feature in unit test by @DanielleHuisman in #68 - fix: add utoipa where predicate by @DanielleHuisman in #69
Full Changelog: v0.2.8...v0.2.9
v0.2.8
What's Changed
- chore(deps): update npm to v11.7.0 by @renovate[bot] in #56
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in #57
- chore(deps): update github artifact actions (major) by @renovate[bot] in #58
- chore(deps): update dependency prettier to v3.7.4 by @renovate[bot] in #55
- chore(deps): update rust crate indexmap to v2.12.1 by @renovate[bot] in #59
- chore(deps): update rust crate tokio to v1.49.0 by @renovate[bot] in #63
- chore(deps): update rust crate proc-macro2 to v1.0.104 by @renovate[bot] in #60
- chore(deps): update rust crate syn to v2.0.113 by @renovate[bot] in #62
- chore(deps): update rust crate serde_json to v1.0.148 by @renovate[bot] in #61
- feat: strip options from custom validation by @DanielleHuisman in #65
- fix(deps): update rust crate convert_case to 0.10.0 by @renovate[bot] in #64
New Contributors
Full Changelog: v0.2.7...v0.2.8
v0.2.7
What's Changed
- fix: use fully qualified path for
Debugtrait by @DanielleHuisman in #53
Full Changelog: v0.2.6...v0.2.7
v0.2.6
What's Changed
- feat: use error type from
ValidateWithContexttrait by @DanielleHuisman in #52
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- fix: add visibility to infallible type alias by @DanielleHuisman in #51
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- fix: generate a top level error type alias to
Infallibleby @DanielleHuisman in #50
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- fix: remove non-debug types from todo statements by @DanielleHuisman in #48
- fix: stop comparing the same type against itself by @DanielleHuisman in #49
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- feat: add support for generics to error types by @DanielleHuisman in #47
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- fix: improve type heuristic and related tests by @DanielleHuisman in #45
- fix: improve type heuristic for ecosystem types by @DanielleHuisman in #46
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- feat: add top level validations by @DanielleHuisman in #43
- feat: improve type heuristics by adding generics and more built-in types by @DanielleHuisman in #44
Full Changelog: v0.1.3...v0.2.0