Releases: usarise/turnstile-php
Releases · usarise/turnstile-php
Version 0.5.3
- add validation for
requestFactory
andstreamFactory
- phpstan level to
8
- errors descriptions update
- bump dev dependencies
Full Changelog: v0.5.2...v0.5.3
Version 0.5.2
- allow
PSR-18
client for turnstile construct - add
php-http/discovery
examples usage for readme - add
symfony/http-client
andguzzlehttp/psr7
andphp-http/discovery
examples usage for readme - add
--verbose
forcsfixer
script - change dev cache dirs to library root dir
- rector update to
^1.0
- bump dev dependencies
Full Changelog: v0.5.1...v0.5.2
Version 0.5.1
- refactoring error input response
- ci linter bump php to 8.3
- bump dev dependencies
Full Changelog: v0.5.0...v0.5.1
Version 0.5.0
- add composer require
psr/http-factory-implementation
- bump PER Coding Style to 2.0
- add PHP 8.3 to test
- improved readme
- composer scripts csfixer:
fix --dry-run
tocheck
- github ci: use
actions/checkout@v4
- bump dev dependencies
Full Changelog: v0.4.1...v0.5.0
Version 0.4.1
- rename verify argument
expectedCData
toexpectedCdata
- update readme
- rename ci for github badge
Full Changelog: v0.4.0...v0.4.1
Version 0.4.0
- optimize composer scripts
- add test
expectExceptionMessage
- extend verify properties moved in verify arguments and renamed
- update readme
- bump dev dependencies
Full Changelog: v0.3.0...v0.4.0
Version 0.3.0
- idempotency key move to turnstile construct
- object to array move to strict mode
- support decode http response json
- add token max length check
- add integration tests
- refactoring
Full Changelog: v0.2.0...v0.3.0
Version 0.2.0
- add idempotency support
- add new errors descriptions
Full Changelog: v0.1.0...v0.2.0
Version 0.1.0
- initial release
Full Changelog: https://github.com/usarise/turnstile-php/commits/v0.1.0