XeroAPI / xero-php-oauth2

Xero PHP SDK for oAuth 2 generated from Xero API OpenAPI Spec 3.0
MIT License
93 stars 66 forks source link

build from version 2.2.14 #155

Closed SidneyAllen closed 4 years ago

calcinai commented 4 years ago

@SidneyAllen just something I've noticed with these releases–there are often constants and functions removed which then end up going out as minors. This will cause undefined function/constant errors which should not be expected when upgrading from say, 2.1.0 to 2.1.1

Doe the generator you're using allow deprecation rather than just straight removal of code?

SidneyAllen commented 4 years ago

@calcinai - The generator does not allow for deprecation. I'll try to be more mindful about these minor releases.

How is your project coming along?