Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 639 Bytes

CHANGELOG.md

File metadata and controls

28 lines (23 loc) · 639 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

Unreleased

0.1.5 - 2021-10-11

Added

  • Extended IP test cases

0.1.4 - 2021-09-28

Fixed

  • Fixed critical bug in Ipv4Cidr and Ipv6Cidr validators. For details issue #1

Added

  • Extended IP test cases

0.1.3 - 2021-09-27

Added

  • Added following validators:
    • Domain
    • MD5, SHA1, SHA224, SHA256, SHA512
    • IPv4, IPv4CIDR, IPv6, IPv6CIDR
    • MAC
    • Port
    • URL
    • UUID
  • Tests were done