Releases: essentialkaos/ek
Releases · essentialkaos/ek
Version 13.3.0
Version 13.2.1
Version 13.2.0
Version 13.1.0
Version 13.0.0
Caution
In this release, we have changed the logic behind some knf
validators (Less
, Greater
, LenLess
, LenGreater
) from negative to positive check. This means that if you have any of these validators, you need to swap them (Less
→ Greater
, Greater
→ Less
, LenLess
→ LenGreater
, LenGreater
→ LenLess
) to keep the logic of the validation.
Changelog
Improvements
[knf/validators]
Changed logic from negative to positive check forLess
,Greater
,LenLess
, andLenGreater
validators.[knf/validators]
ValidatorLenNotEquals
renamed toLenEquals
[knf/validators]
ValidatorNotPrefix
renamed toNotPrefix
[knf/validators]
ValidatorHasSuffix
renamed toHasSuffix
[knf/validators]
ValidatorEquals
renamed toNotEquals
[log]
Code refactoring
Version 12.130.0
Changelog
New Features
[knf/validators]
Added validatorsSet
,SetToAny
,SetToAnyIgnoreCase
,LenLess
,LenGreater
, andLenNotEquals
Improvements
[knf/validators]
ValidatorsEmpty
,NotContains
, andNotLen
marked as deprecated[knf/validators]
Improved validators input validation[knf/validators/fs]
Improved validators input validation[knf/validators/regexp]
Improved validators input validation[knf/validators]
Code refactoring[knf/validators/system]
Code refactoring
Version 12.129.0
Version 12.128.0
Version 12.127.0
Changelog
New Features
[options]
Added methodDelete
[usage]
Added support for optional arguments to usage info[uuid]
Added UUID7 generator
Improvements
[options]
Code refactoring