Skip to content

Releases: h4kuna/exchange

v7.1.1

22 Jul 15:35
Compare
Choose a tag to compare

v7.0.9

06 Jan 13:56
Compare
Choose a tag to compare
  • add support RaiffeisenBank

v7.0.8

25 Oct 13:15
Compare
Choose a tag to compare

fix cache validation

v7.0.5

31 May 13:20
Compare
Choose a tag to compare
  • fix cache validation
  • add new rebuild method for cache
  • allowed psr-message 2.0

v7.0.4

05 Apr 06:27
Compare
Choose a tag to compare
  • add right dependencies
  • Exchange: keep internal object instead of string like currency code

v7.0.2

19 Jan 11:06
Compare
Choose a tag to compare
  • Driver: add timezone
  • Driver: add lazy mode via DriverAccessor

v7.0.1

16 Jan 05:21
Compare
Choose a tag to compare
  • remove dependency on h4kuna/number-format
  • Formats.php and Filters.php moved this extension

v7.0.0

22 Dec 09:59
Compare
Choose a tag to compare
  • your temporary rate implement by own RatingList
  • custom driver must be to use in Builder, see to ExchangeFactory
  • cache is implemented by PSR-6
  • remove dependency on Guzzle, PSR-7, PRS-17 and PSR-18 ready
  • remove dependency on h4kuna/data-type, nette/safe-stream, nette/utils
  • access for currency use RatingList instead of Exchange, Exchange::getRatingList()['EUR']
  • support php 8.0+
  • Exchange methods that are preserved are the same prototype and behavior
  • CookieManager moved this extension