Skip to content

Releases: JDrizzy/business-central

v2.0.0

17 Aug 06:15
530e33b

Choose a tag to compare

What's Changed

  • Make calling objects more dynamic so I don't need to keep extending this library if new endpoints are added/updated by @JDrizzy in #13
  • Handle invalid_grant error on token refresh by @JDrizzy in #15
  • Use ruby refinements to extend String class by @JDrizzy in #16

Full Changelog: v1.0.7...v2.0.0

v1.0.7

28 Jan 00:53

Choose a tag to compare

What's Changed

Full Changelog: v1.0.6...v1.0.7

v1.0.6

19 Apr 05:31

Choose a tag to compare

#8 - Fix issue where query URL question marks are being replaced by template values

v1.0.5

03 Mar 11:59

Choose a tag to compare

Issues Fixed

#6 - Fix issue where navigation objects were converted to lowercase and returning a 404

v1.0.4

02 Jul 11:33

Choose a tag to compare

  • Add web service object to cater for custom endpoints
  • Add object item category
  • Add object journal and journal line
  • Add object payment method
  • Add object sales invoice and sales invoice line
  • Add object payment term
  • Add object retained earning statement
  • Add object sales credit memo and sales credit memo line
  • Add object sales order and sales order line
  • Add object sales quote and sales quote line
  • Add object shipment method
  • Add object subscription
  • Add object tax area
  • Add object tax group
  • Add object time registration entry
  • Add object trial balance
  • Add object units of measure
  • Add object vendor purchase
  • Add object employee
  • Add object picture

Issues Fixed 🙌

#3 - only send params in update body as the api recommends

v1.0.3

19 Jan 22:09

Choose a tag to compare

  • Change default oauth2 login URL
  • Allow company ID to be changed if the same object is re-called
  • Add object customer
  • Add object customer financial detail
  • Add object customer payment journal
  • Add object customer sale
  • Add object default dimension
  • Add default company id

v1.0.2

19 Dec 01:42

Choose a tag to compare

  • Fix issue sending special characters to where filter
  • Added object currency
  • Added object country region
  • Added object company information

v1.0.1

10 Dec 22:31

Choose a tag to compare

  • Fixed gem version number
  • Added API objects

v1.0.0

04 Dec 06:46

Choose a tag to compare

Release of the API library