Skip to content

Releases: php-sap/saprfc-kralik

v5.0.2

04 Sep 10:14
8d9e2b0
Compare
Choose a tag to compare

Changes

Full Changelog: v5.0.1...v5.0.2

v5.0.1

07 Aug 16:36
Compare
Choose a tag to compare

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)

05 Aug 13:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v5.0.0

v4.0.0

20 Oct 12:59
3138eb9
Compare
Choose a tag to compare

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

18 Jan 13:23
46b785b
Compare
Choose a tag to compare

Bugfix

  • #8 Cast only existing values and throw exception in case a mandatory return value is missing.

Bugfix release 3.0.2

15 Dec 19:11
aaeedce
Compare
Choose a tag to compare

Bugfixes

  • #7 Removed rtrim() of strings and strings in arrays after typecasting.

Bugfix release 2.0.5

15 Dec 19:10
f3f6787
Compare
Choose a tag to compare

Bugfixes

  • #7 Removed rtrim() of strings and strings in arrays after typecasting.

Bugfix Release 3.0.1

05 Oct 15:22
89eb31c
Compare
Choose a tag to compare

Bugfixes

  • 89eb31c Removed provide section from composer.json to fix issues with composer2.
  • 0499066 Added legacy package kba-team/php-sapnwrfc-harding to conflict section of composer.json.

Bugfix Release 2.0.4

05 Oct 15:20
a348b6d
Compare
Choose a tag to compare

Bugfixes

  • 0645da7 Removed provide section from composer.json to fix issues with composer2.
  • a348b6d Added legacy package kba-team/php-sapnwrfc-harding to conflict section of composer.json

version 3.0

04 Feb 20:21
Compare
Choose a tag to compare

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 avoid else.
  • Added use <function> for optimizations.