This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
Releases: caneara/iodine
Releases Β· caneara/iodine
v8.5.0
What's Changed
- Replaced nullish CO with Logical OR by @UnleashedMySelf in #58
New Contributors
- @UnleashedMySelf made their first contribution in #58
Full Changelog: v8.4.0...v8.5.0
v8.4.0
What's Changed
- Add support for custom error messages by field by @roncallyt in #55
New Contributors
- @roncallyt made their first contribution in #55
Full Changelog: v8.3.0...v8.4.0
v8.3.0
What's Changed
- assert now can accept a rule object by @helloIAmPau in #48
Full Changelog: v8.2.1...v8.3.0
v8.2.1
Fixes a bug with validating email addresses.
v8.1.0
This is a minor release that improves the regex for validating email addresses.
Full Changelog: v8.0.0...v8.1.0
v8.0.0
Major Release
Version 8+ of Iodine involved a major rewrite with numerous breaking changes. It is therefore recommended that existing projects continue to use version 7 (or lower), while version 8 (or higher) should be reserved for newer projects.
Full Changelog: v7.0.2...v8.0.0
v7.0.2
What's Changed
- Add support for schema validation by @DavidAdrielSolutions in #43
New Contributors
- @DavidAdrielSolutions made their first contribution in #43
Full Changelog: v7.0.1...v7.0.2
v7.0.1
What's Changed
- fix typos in ReadMe file by @mraheelkhan in #30
- Added window object check by @helloIAmPau in #31
New Contributors
- @mraheelkhan made their first contribution in #30
- @helloIAmPau made their first contribution in #31
Full Changelog: v7.0.0...v7.0.1
v7.0.0
This major version removes the deprecated isMaximum
and isMinimum
rules. It also adds support for asynchronous rules.
v6.1.2
typo fix