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.
5.0.1 - 2021-12-03
- Support PHP 8.1
- Enum class for Reason
- Drop Support PHP 8.0
4.1.0 - 2021-05-25
- Rust like option
4.0.0 - 2020-03-05
- Support PHP 8
- Drop Support PHP 7
3.1.2 - 2020-06-09
- Reuse the class in Helper
3.1.1 - 2020-06-09
- Reuse the class in Helper
3.1.0 - 2020-03-16
- New const for regx
- HKID null value object
- Invalid Exception
3.0.0 - 2019-11-28
- use PHP 7.4 Typed properties
- use PHP 7.4 Short closures
- infection test to improve test case
- Value Object and Result Value Object
- Reason to Result value object
- New Invalid Exception Class
- BC: Helper class now return result value object, not bool
- Drop support PHP <= 7.3
2.0.2 - 2019-09-23
- Fix some typo
- Add const
2.0.1 - 2019-02-02
- add/update dev package
- phpstan error
- replace php-cs-fix to ecs
2.0.0 - 2018-01-28
- Help class for easy check
- Add check by string
- Remove PHP<=7.0 support