Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Releases: caneara/iodine

Update readme

03 Aug 12:42
Compare
Choose a tag to compare
v6.1.1

update readme

Improved min and max rules

03 Aug 12:34
Compare
Choose a tag to compare

Includes #23 by @andrewpitts15

IMPORTANT: This version deprecates some previous rules. Please review the deprecated section of the readme when updating.

v6.0.1

03 Aug 09:34
Compare
Choose a tag to compare
added builds

Add support for field names in error messages

03 Aug 09:27
3372efd
Compare
Choose a tag to compare

Revised build with version number

25 Jul 09:18
eaa1903
Compare
Choose a tag to compare
v5.1.2

Update package.json

Added setErrorMessage

25 Jul 09:10
Compare
Choose a tag to compare

Minor release that includes support for setting a single error message - #19 by @PericlesTheo

Include revised build

16 Jul 09:38
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/mattkingshott/iodine

Merge

Add support for colons in parameters

16 Jul 09:33
Compare
Choose a tag to compare

Includes #16 by @wenmin92

This version introduces a minor change to the error message such that it no longer renders dates in 12 hour format with AM/PM. This shouldn't be an issue for most people, unless you are performing assertions on the error message text itself. Just to be on the safe side though, I've added this as a major version bump.

v4.0.0

12 Apr 16:57
Compare
Choose a tag to compare

This release adds the ability to import Iodine as a node module (see readme).

It also adds the isValid helper method contributed by @elisamuelps in PR #12.

v3.1.0

27 Oct 09:32
Compare
Choose a tag to compare
  • Fixes an issue where uppercase strings would always fail the isRegexMatch rule - #8