Releases: hubipe/finstat
Releases · hubipe/finstat
1.0.12
Updated composer to allow PHP 8
1.0.11
Added bank accounts in SK Detail (thanks @Bayuska)
1.0.10
Added support for fetching details for Czech companies (thanks @vstruhar)
1.0.9
Fix for SK and CZ autocomplete: for certain suggest queries the API returned city as NULL (closes #2)
1.0.8
Finstat changed their datetime format (it now contains microseconds) thus strict parsing is not possible anymore
1.0.7
Detail response can have more properties NULLable (zipcode, city, district and region) as well
1.0.6
Ability to set Guzzle options in GuzzleRequestClient (thanks Machecek)
1.0.5
Fix – exceptions takes only integers, not NULL, as a second argument
1.0.4
Fix – FinStat detail response can contain NULL in streetNumber attribute
1.0.3
Fix - FinStat does not always send date of creation of companies. Therefore SK compan Detail property created turned into nullable property.