Current section
Files
Jump to
Current section
Files
request_validator
CHANGELOG.md
CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
## [v1.0.0-rc.2](https://github.com/heywhy/elixir-request-validator/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2025-11-02)
### Bug Fixes:
* unquote configured gettext backend by Rasheed Atanda
## [v1.0.0-rc.1](https://github.com/heywhy/elixir-request-validator/compare/v1.0.0-rc.0...v1.0.0-rc.1) (2025-11-01)
### Bug Fixes:
* improve the decimal rule and update docs by Rasheed Atanda
* update strict checking by Rasheed Atanda
## [v1.0.0-rc.0](https://github.com/heywhy/elixir-request-validator/compare/v0.8.5...v1.0.0-rc.0) (2025-10-30)
### Breaking Changes:
* rename authorization method by atanda rasheed
### Features:
* include boolean rule by atanda rasheed
* include map and list rules by atanda rasheed
* include url and active_url rules by atanda rasheed
* include gte and lte rules by atanda rasheed
* include gt and lt rules by atanda rasheed
* include min and max rules by atanda rasheed
* conclude new API changes by atanda rasheed
## [v0.8.5](https://github.com/heywhy/elixir-request-validator/compare/v0.8.4...v0.8.5) (2024-09-25)
### Bug Fixes:
* handle number in required
## [v0.8.4](https://github.com/heywhy/elixir-request-validator/compare/v0.8.3...v0.8.4) (2024-01-04)
### Bug Fixes:
* construct params explicity
## [v0.8.3](https://github.com/heywhy/elixir-request-validator/compare/v0.8.2...v0.8.3) (2023-12-29)
### Bug Fixes:
* update library license
## [v0.8.2](https://github.com/heywhy/elixir-request-validator/compare/v0.8.1...v0.8.2) (2023-12-29)
## [v0.8.1](https://github.com/heywhy/elixir-request-validator/compare/v0.8.1...v0.8.1) (2023-12-28)
### Features:
* include alpha_dash rule
* include new rules
* add helper to make map rule nullable
* allow validation for nested array input
* add in_list rule to default rules
* include helpers for rules with params
* include support to validate map fields
* include validate macro
* bail: include bail support
* base major changes
* include same rule
* build ecto support
* translation support and docs improvement
### Bug Fixes:
* check if a validator is specified for action
* resolve unique rule not working
* return 403 for unauthorized request
* include implicit rule logic
* resolve required rule failing for boolean
* update
* resolve docs generation issue
* use to_string from kernel module
* remove extra param