This repository has been archived by the owner on Oct 20, 2021. It is now read-only.
Releases: techmmunity/easy-check
Releases · techmmunity/easy-check
Update README
3.3.2 Update README (#137)
Update Community URL
3.3.1 Update Code Owners (#132)
Add isNumeric
Add isNumeric
, a function that checks if a string is made only by numbers
Fix isDivisibleByTen Export
3.2.1 Fix Export isDivisibleByTen (#66)
Add Luma Colors Valitation
- Add
isDarkHexColor
- Add
isLightHexColor
Fix Library Typing
3.1.2 Update Description (#53)
Add isDivisibleByTen
3.1.1 Add isDivisibleByTen (#51)
Fix isLeap method
Bump eslint-plugin-import from 2.22.1 to 2.23.0 (#48) Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.22.1 to 2.23.0. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.22.1...v2.23.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Henrique Leite <henriqueleite616@gmail.com>
Update project to version 3.0.0
- Improve project architecture
- Make project more modular (now you can import just the functions that you need!)
- Improve contribution description
Add Length Limit To Password Check
v2.4.1 Add Length Limit To Password Validation And Remove Package From GitHu…