Skip to content

Releases: XeroAPI/xero-node

History, PaymentServices & Projects

05 Sep 23:56
Compare
Choose a tag to compare

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

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

04 Oct 20:02
Compare
Choose a tag to compare

2.10.1
Merged PR#109 - Fix undefined data on checkExpiry failure
Merged PR#108 - Fix serialization of credit note properties

v2.10.0

14 Sep 19:19
Compare
Choose a tag to compare
  • Merged PR#104 - Add support for linked transactions
    • Merged PR#103 - Add support for Prepayments
    • Merged PR#102 - Add support for OverPayments

Adds support for redirectOnError

13 Sep 19:42
Compare
Choose a tag to compare

Merged PR#98 - Add support for redirectOnError

v2.8.0

12 Sep 08:03
Compare
Choose a tag to compare

This release actually contains all the PRs merged. Sorry I did not push the results of npm version

v2.7.0

11 Sep 08:36
Compare
Choose a tag to compare
Update change log

v2.6.0

29 Aug 19:25
Compare
Choose a tag to compare

Merged PR#79 - Add support for ContactGroups
Merged PR#80 - Fixes Contact address deatil schema.

2.5.2 Patch Release

23 Aug 04:00
Compare
Choose a tag to compare

Merge PR70 to fix oauth serialisation issues.
Merge PR72 to support repeating invoices.

2.5.1 Patch Release

17 Aug 00:46
Compare
Choose a tag to compare

Fix for issue #67.

Adds support for downloading attachments that have an '&' in the file name.

2.5.0 Minor Release

16 Aug 05:31
Compare
Choose a tag to compare

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.