Skip to content

Releases: XeroAPI/xero-node

v3.1.1

02 Oct 23:13
Compare
Choose a tag to compare
  • BREAKING CHANGE: encodeURIComponent for all non-guid url segments. Fixes #253.
  • FIX: Reinstate model attributes that were removed in bad merge commit (3035ce1)
    • LineItem.ItemCode
    • Contact.ContactNumber #283
    • Invoice.BrandingThemeID
    • Invoice.CurrencyRate
    • Allocation.Amount

Published to https://www.npmjs.com/package/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.