Skip to content

Releases: freshbooks/freshbooks-nodejs-sdk

List Sort Parameters and Boolean-type Search Queries

11 Sep 17:11
Compare
Choose a tag to compare
  • Add boolean-type search queries
  • Add list sorting parameters

Account error response and Money model changes

29 Mar 14:12
Compare
Choose a tag to compare
  • (Breaking Change) The amount field in money objects is now a string, not a number. This is to be consistent
    with the FreshBooks API, which returns a string, and to prevent floating point precision errors.
  • (Breaking Change) Error handling has been reworked to be clearer and more consistent. This includes renaming the
    fields code and number to statusCode and errorCode. Error handling has been updated so that exception data is
    more consistent across API resources (see issue 506).
  • Support for /accounting error responses for newer API versions.
  • Drop support for node 12.x
  • Upgrade axios to 1.2.x

4.0 Prerelease 2

15 Feb 03:59
Compare
Choose a tag to compare
4.0 Prerelease 2 Pre-release
Pre-release
  • Drop support for node 12.x
  • Upgrade axios
  • Breaking changes to come

Invoice Send By Email

22 Dec 19:08
Compare
Choose a tag to compare
  • Add support for invoice send by email
  • Fix search queries for project-like and accounting report resources

Update Model Transform Methods

21 Dec 20:15
Compare
Choose a tag to compare
  • Internal refactor of model transform methods

Projects Error Detection

29 Nov 01:04
Compare
Choose a tag to compare
  • Update error detection for Projects (See #450)

Journal Entries and Expense Categories

08 Nov 19:41
Compare
Choose a tag to compare
  • Support Journal Entry (See #401)
  • Support Journal Entry Accounts (See #401)
  • Support Journal Entry Details (See #401)
  • Support Expense Categories (See #402)

Accounting Reports

27 Sep 00:20
Compare
Choose a tag to compare
  • Allow invoices to be marked as sent
  • Support for Profit & Loss Report
  • Support for Tax Summary Report
  • Support for Payments Collected Report
  • Fix bug in BillVendors (See #399)

Authorization Flow Tools

24 Jan 12:24
Compare
Choose a tag to compare
  • (Breaking Change) token parameter removed from APIClient constructor, additional properties added to Client
    Options to support OAuth flow with client secret + redirect URI (see updated README)
  • Support for online payment options
  • Move default branch from master to main

Webhooks and Invoice Share Links

18 Oct 19:42
Compare
Choose a tag to compare
  • Support for invoice share links
  • Support for webhook callback registration
  • Allow create/update payloads items to accept strings in addition to date objects