Skip to content

Releases: qbwc/qbxml

v0.5.0

17 Mar 21:54
Compare
Choose a tag to compare
  • Fix for errors (in Ruby 2.7+) and deprecation warnings (in Ruby 2.6.*) when using BigDecimal. #29
  • Added schema for QuickBooks SDK version 14.0. #27
  • Rails 5.0 to 6.1 now tested.
  • Ruby 2.4 to 2.7 now tested.

v0.4.0

22 May 19:03
Compare
Choose a tag to compare
  • Return an Array even if there's only one element if the schema says it "may rep". #17
  • Handle percentages in values that are parsed as Floats. #19

v0.3.0

03 Apr 23:58
Compare
Choose a tag to compare
  • Allow numeric QBXML version numbers #13
  • Translate Arrays of Strings, like when using IncludeRetElement #11
  • Stop using custom inflections to prevent conflicts #2
  • Specify ISO-8859-1 as the encoding as that seems to be all that QuickBooks supports #8