All Versions
10
Latest Version
Avg Release Cycle
25 days
Latest Release
1517 days ago
Changelog History
Changelog History
-
v1.1.1 Changes
September 11, 2020๐ Release v1.1.1
- โ Add size comparisons.
-
v1.1.0 Changes
July 08, 2020๐ Release v1.1.0
Major changes:
- [checkable] Added rules:
required
,nilable
. - [checkable] Added utilities (about JSON / Crystal Hash):
#h_from_json
,#to_json_h
,#to_crystal_h
. - [checkable] added utilities (about rules):
#validation_rules
,#validation_required?
,#validation_nilable?
- [checkable] Improved code and logic.
- โ [checkable] Added many unit tests.
- โก๏ธ Updated docs and examples.
Break changes:
- [checkable] Added
required
parameter before theformat
parameter (in all methods check_*).
- [checkable] Added rules:
-
v1.0.2 Changes
July 06, 2020๐ Release v1.0.2
- [checkable] Add
unless value.nil?
except fornot_null
andnot_empty
.
- [checkable] Add
-
v1.0.1 Changes
June 27, 2020๐ Release v1.0.1
- ๐ New validators:
null?
andnot_null?
- ๐ New validators:
-
v1.0.0 Changes
June 24, 2020๐ Release v1.0.0
No break changes for existing code.
- โ Add checkable features: validation rules, data cleaning, ... (Thanks to ilourt for the help)
- โ Add new validators: ip, ipv4, ipv6, mac_addr, magnet_uri
- ๐ More documentations
- โก๏ธ Optimize the API docs workflow (clean docs history, reducing the repo size)
-
v1.0.0-rc5 Changes
March 12, 2020๐ Release v1.0.0-rc5
- โ Add Travis CI
-
v1.0.0-rc4 Changes
March 09, 2020๐ Release v1.0.0-rc4.
- โ Add
#json?
validator.
- โ Add
-
v1.0.0-rc3 Changes
March 09, 2020๐ Release v1.0.0-rc3.
- โ Add validators:
#lat?
and#lng?
- โ Add validators:
-
v1.0.0-rc2 Changes
February 06, 2020๐ Release v1.0.0-rc2.
- ๐ Check: adds support for string keys
-
v1.0.0-rc1 Changes
February 03, 2020๐ Release v1.0.0-rc1
- โ Add another
between?
(overload). - ๐ Docs updated.
- โ Add another