Skip to content

Latest commit

 

History

History
92 lines (71 loc) · 2.12 KB

CHANGELOG.md

File metadata and controls

92 lines (71 loc) · 2.12 KB

Change Log

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

Added

  • Support PHP 8.1
  • Enum class for Reason

Removed

  • Drop Support PHP 8.0

4.1.0 - 2021-05-25

Added

  • Rust like option

4.0.0 - 2020-03-05

Added

  • Support PHP 8

Removed

  • Drop Support PHP 7

3.1.2 - 2020-06-09

Added

  • Reuse the class in Helper

3.1.1 - 2020-06-09

Added

  • Reuse the class in Helper

3.1.0 - 2020-03-16

Added

  • New const for regx
  • HKID null value object

Removed

  • Invalid Exception

3.0.0 - 2019-11-28

Added

  • 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

Changed

  • BC: Helper class now return result value object, not bool

Removed

  • Drop support PHP <= 7.3

2.0.2 - 2019-09-23

Fixed

  • Fix some typo

Added

  • Add const

2.0.1 - 2019-02-02

Added

  • add/update dev package

Fixed

  • phpstan error

Changed

  • replace php-cs-fix to ecs

2.0.0 - 2018-01-28

Added

  • Help class for easy check
  • Add check by string

Removed

  • Remove PHP<=7.0 support

[1.0.6] - 2016-01-04