Releases: tcgdex/php-sdk
Releases · tcgdex/php-sdk
2.2.0: Add filtering capabilities to the php SDK
What's Changed
- build: bump actions/checkout from 3 to 4 by @dependabot in #61
- build: bump ramsey/composer-install from 2 to 3 by @dependabot in #62
- build: bump codecov/codecov-action from 3 to 4 by @dependabot in #63
- feat: Add filtering and standardized the communication process by @Aviortheking in #65
- refactor: Complete models attributes by @clussiana in #66
- build: bump phpstan/phpstan from 1.11.5 to 1.11.6 by @dependabot in #67
- build: bump phpunit/phpunit from 10.5.24 to 10.5.25 by @dependabot in #68
- build: bump phpunit/phpunit from 10.5.25 to 10.5.27 by @dependabot in #71
- build: bump phpstan/phpstan from 1.11.6 to 1.11.7 by @dependabot in #69
- build: bump nyholm/psr7 from 1.8.1 to 1.8.2 by @dependabot in #81
- build: bump squizlabs/php_codesniffer from 3.10.1 to 3.10.3 by @dependabot in #82
- build: bump phpstan/phpstan from 1.11.7 to 1.12.4 by @dependabot in #83
- build: bump kriswallsmith/buzz from 1.2.1 to 1.3.0 by @dependabot in #84
- build: bump squizlabs/php_codesniffer from 3.10.3 to 3.11.1 by @dependabot in #92
- build: bump codecov/codecov-action from 4 to 5 by @dependabot in #91
- build: bump phpstan/phpstan from 1.12.4 to 1.12.9 by @dependabot in #89
- build: bump squizlabs/php_codesniffer from 3.11.1 to 3.11.2 by @dependabot in #93
- refactor: Fix deprecations and fix return type of getCard() by @clussiana in #94
- fix: Deprecations for PHP 8.4 by @Aviortheking in #96
New Contributors
- @clussiana made their first contribution in #66
Full Changelog: 2.1.1...2.2.0
2.2.0-beta.3: Added php 7.4+ Typing
What's Changed
- refactor: Complete models attributes by @clussiana in #66
New Contributors
- @clussiana made their first contribution in #66
Full Changelog: 2.2.0-beta.2...2.2.0-beta.3
2.2.0-beta.2: fix remaining `var_dump`
Full Changelog: 2.2.0-beta.1...2.2.0-beta.2
2.2.0-beta.1: Add a new simplified system to query elements and that allow filtering
What's Changed
- build: bump actions/checkout from 3 to 4 by @dependabot in #61
- build: bump ramsey/composer-install from 2 to 3 by @dependabot in #62
- build: bump codecov/codecov-action from 3 to 4 by @dependabot in #63
- feat: Add filtering and standardized the communication process by @Aviortheking in #65
Full Changelog: 2.1.1...2.2.0-beta.1
2.1.1: Support recent version of psr/simple-cache
What's Changed
- fix: PHP_CodeSniffer by @Aviortheking in #7
- refactor: Documents changes by @Aviortheking in #6
- build: bump codecov/codecov-action from 1.0.13 to 2.1.0 by @dependabot in #8
- build: bump phpmd/phpmd from 2.11.0 to 2.11.1 by @dependabot in #9
- build: bump phpunit/phpunit from 9.5.10 to 9.5.11 by @dependabot in #10
- build: bump symfony/cache from 5.4.0 to 5.4.2 by @dependabot in #11
- build: bump phpunit/phpunit from 9.5.11 to 9.5.12 by @dependabot in #12
- build: bump phpunit/phpunit from 9.5.12 to 9.5.13 by @dependabot in #13
- build: bump symfony/cache from 5.4.2 to 5.4.3 by @dependabot in #14
- build: bump nyholm/psr7 from 1.4.1 to 1.5.0 by @dependabot in #15
- build: bump phpunit/phpunit from 9.5.13 to 9.5.14 by @dependabot in #16
- build: Upgrade deps by @Aviortheking in #32
- refactor: Upgrade deps by @Aviortheking in #33
- misc: change to use supported PHP versions by @Aviortheking in #60
- build: bump ramsey/composer-install from 1 to 2 by @dependabot in #49
New Contributors
- @dependabot made their first contribution in #8
Full Changelog: 2.1.0...2.1.1
2.1.0: Add new Endpoints (Also min php >= 7.4)
Added a new field from the Database
Added new field + small fix to README (#2) Signed-off-by: Avior <[email protected]>
Release !
The PHP sdk is now released officially !
With Unit tests and all the things to make it good to use !
V2 Beta 2
Can be released but need some more Unit tests and tweaks on the release systeme
2.0.0-BETA: Initial Commit
Signed-off-by: Avior <[email protected]>