Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

64 lines (46 loc) · 1.75 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Version Date
Version 1.6.0
Version 1.5.0 23-July-2024
Version 1.4.0 22-June-2024
Version 1.3.0 17-June-2024
Version 1.2.0 17-June-2024
Version 1.1.0 2-June-2024
Version 1.0.0 31-May-2024

Version 1.6.0 Release

  • Code Readability improved
  • Bug fixess

Version 1.5.0 Release

  • Bug fixes
  • code refactored and optimized

Version 1.4.0 Release

  • isUUID function added
  • getYearDiff bug fixed
  • Test cases and test coverage improved
  • read_file function improved
  • Bug fixes

Version 1.3.0 Release

  • LuhnAlgorithm bug fixed

Version 1.2.0 Release

  • File validator added
  • More functions for password, String, and number validation added
  • Credit card validation added
  • Code optimized and refactored
  • Test cases and test coverage improved
  • Documentation updated
  • Regex pattern moved from code to config file
  • Validator class deprecated, use the Sanatio class instead. It will remove in the next release.
  • Bug fixes

Second Release Version 1.1.0 - 2-June-2024

  • Added new functionality:

    • Function added to check if a given EAN-13 barcode is valid or not
    • Array validation multiple functions added
  • Documentation added

  • Code refactored and code quality improved

  • Test cases and test coverage added

  • Bug fixes

  • Validator class deprecated, use the Sanatio class instead, which is a more appropriate name for the package.

First Release Version 1.0.0 - 31-May-2024

  • Initial release of the project with basic functionality