Releases: XeroAPI/xero-node
History, PaymentServices & Projects
Accounting API
- enhancement: add ability to create History on all supported endpoints -- #279 from @NickLewry
- enhancement: add
/paymentservices
endpoint -- #278 from @corymsmith - fix: add missing ItemCode to LineItem model -- #273 from @thomasraydeniscool
- fix: update
/contacts
args -- #276 from @thomasraydeniscool
Projects API
- enhancement: add some of the projects API -- #221 from @jamespwilson @clarkie
Internal improvements
- enhancement: upgrade to jest 24
- fix: make partner tests more reliable
Thanks to everyone who has contributed to this release! 🎉
v2.10.1: Merge pull request #114 from philals/master
2.10.1
Merged PR#109 - Fix undefined data on checkExpiry failure
Merged PR#108 - Fix serialization of credit note properties
v2.10.0
Adds support for redirectOnError
Merged PR#98 - Add support for redirectOnError
v2.8.0
v2.7.0
v2.6.0
2.5.2 Patch Release
Merge PR70 to fix oauth serialisation issues.
Merge PR72 to support repeating invoices.
2.5.1 Patch Release
Fix for issue #67.
Adds support for downloading attachments that have an '&' in the file name.
2.5.0 Minor Release
This release removes all dependency on the xml2js library and instead only uses application/json
as a content type for requests.
It also modularises the tests to make these easier to build upon, introduces ESLint and other code quality tools and provides a new version of extend.js.
This release may not be entirely backwards compatible, so please do thorough testing before upgrading.