All Notable changes to skyscanner-php
will be documented in this file
- Remove country, currency and locale initialization from constructor.
- Remove
dd
helper.
- Added experimental Hotels\LivePricing
- Remove support for PHP 7.0 and below.
- Renamed parameter names in Flight: Live Pricing, using camelCase parameter names now instead of all lowered.
- Changed the logic in
getUrl
implementations.
- Updated PHPUnit
- Major refactoring, not renaming the original object properties returned by the API itself
- Renamed Flights\LivePricing method name
parseFlights
togetFlights
- Renamed Flights\BrowseCache method name
getData
togetPrices
- Added raw
get()
method for reading data without any modifications - Added CarHire\LivePricing
- Added Localisation\Currency
- Added Localisation\Locale
- Added Localisation\Market
- Removed Carbon dependency and PHP5.5 support
- Added Flights\BrowseCache
- First release with Flights\LivePrices component of the Travel API