Skip to content

Releases: kduma-OSS/LV-emSzmal-api

4.0.2

26 Apr 08:45
4db3926
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.1...4.0.2

4.0.1

25 Jul 19:19
Compare
Choose a tag to compare

Full Changelog: 4.0...4.0.1

4.0

25 Jul 02:23
Compare
Choose a tag to compare
4.0

Full Changelog: 3.1.1...4.0

3.1.1 - fix

28 Nov 23:31
16b972d
Compare
Choose a tag to compare

What's Changed

  • Set session_id property default value by @kduma in #13

Full Changelog: 3.1...3.1.1

3.1 - PHP 8.1 Language level upgrade

28 Nov 23:20
af3612f
Compare
Choose a tag to compare

What's Changed

  • Inject CacheProviderInterface in a constructor by @kduma in #11
  • Move Money to Values Namespace by @kduma in #12
  • Bank Identifiers is now int backed Enum instead of const backed class
  • the Account, BankCredentials and Transaction Data Transfer Objects are now using readonly properties instead of getter methods
  • in Account and Transaction monetary values are now stored as Money Value Object instead of float
  • emSzmalAPI::GetAccountHistory parameters $date_since and $date_to now are accepting DateTimeImmutable instead of DateTime
  • added ArrayCacheProvider

Full Changelog: 2.1...3.0-rc1

2.1 - Fixed support for token_value

28 Nov 21:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0...2.1

Update Guzzle Version

23 Feb 22:50
Compare
Choose a tag to compare
2.0

Update guzzle version

API Update

02 Dec 17:21
Compare
Choose a tag to compare
1.1

Update API Version

1.0.2

01 Mar 18:25
f5f1f10
Compare
Choose a tag to compare
Prepare Cache Driver for Laravel 5.8

1.0.1

03 Feb 12:50
Compare
Choose a tag to compare
Update emszmalapi.php