Skip to content

Releases: CubiclDev/php-structure-check

3.1.1

Choose a tag to compare

@1blankz7 1blankz7 released this 04 Mar 16:00

Full Changelog: 3.1.0...3.1.1

Add official PHP8 support

Choose a tag to compare

@1blankz7 1blankz7 released this 16 Nov 17:51
a62e6c6
3.1.0

Allow to install in PHP8 environment (#35)

PHP 7.4 only

Choose a tag to compare

@1blankz7 1blankz7 released this 06 Jan 14:10
f4e5181
Add build matrix capability (#32)

* Add workflow for possible future php versions

Co-authored-by: Sara Gfrörer <sara.gfroerer@check24.de>

PHP 7.4 compatible

Choose a tag to compare

@1blankz7 1blankz7 released this 25 Sep 04:45
6d248da
22 datetime error (#24)

* [#22] Add PHP 7.4 for testing environment

* [#22] Add better type hints

New EnumType

Choose a tag to compare

@1blankz7 1blankz7 released this 10 Aug 13:03
  • new EnumType was added
  • supported PHP versions has changed
    • remove HHVM
    • add PHP 7.2

0.1.7: Add optional type (#17)

Choose a tag to compare

@1blankz7 1blankz7 released this 28 May 16:02
* Add optional type

Resolve #16

* Use php5 compatible version

0.1.6

Choose a tag to compare

@1blankz7 1blankz7 released this 21 Jan 11:51
Create count check (#15)

New types

Choose a tag to compare

@1blankz7 1blankz7 released this 16 Jan 10:44
  • datetime
  • regex

0.1.4: Add exact value type

Choose a tag to compare

@1blankz7 1blankz7 released this 10 Jan 04:47
This solves #6

0.1.3: #2 numeric type (#8)

Choose a tag to compare

@1blankz7 1blankz7 released this 09 Jan 21:22
* Update informations
* Make errors parameter in result constructor optional
* Add new section in readme
* Add implementation and specification for numeric type