Releases: php-sap/saprfc-kralik
Releases · php-sap/saprfc-kralik
v5.0.2
Changes
- 8d9e2b0 Updated composer dependencies because of fixed issue 25 in php-sap/common
Full Changelog: v5.0.1...v5.0.2
v5.0.1
What's Changed
- Add an action for PHP_CodeSniffer to GitHub workflow by @gregor-j in #26
- Update the composer dependencies by @gregor-j in #27
- remove php codesniffer from composer dev requirements by @gregor-j in #28
- exclude phpstan.neon from git export by @gregor-j in #29
Full Changelog: v5.0.0...v5.0.1
v5.0.0 (PHP 8)
What's Changed
- switch to php 8 and sapnwrfc 2 by @gregor-j in #20
- add missing direction type rfc changing by @gregor-j in #21
Full Changelog: v4.0.0...v5.0.0
v4.0.0
Changes
- #12 Update to min. PHP 7.4 and upgraded all dependencies.
- #12 Upgraded to PHPUnit 9.
- #12 Run tests for PHP 7.4 and 8.1.
- #13 Moved to GitHub workflow.
- #15 Add
public
visibility to constants. - #16 Replaced fully qualified names with imports.
- #17 Add type declarations and strict types declarations.
- #18 Enforce PSR-12 coding standard.
Bugfix release 3.0.3
Bugfix
- #8 Cast only existing values and throw exception in case a mandatory return value is missing.
Bugfix release 3.0.2
Bugfixes
- #7 Removed
rtrim()
of strings and strings in arrays after typecasting.
Bugfix release 2.0.5
Bugfixes
- #7 Removed
rtrim()
of strings and strings in arrays after typecasting.
Bugfix Release 3.0.1
Bugfix Release 2.0.4
version 3.0
New
- Switched composer dependencies to interfaces v3 common v4 and integration tests v5.
- Adapted to new table and struct types from interfaces and common.
- Require at least
sapnwrfc
version 1.4.
Changes
- Refactored code in
ConfigTrait
in order to avoidelse
. - Added
use <function>
for optimizations.