Skip to content

Latest commit

 

History

History
107 lines (85 loc) · 4.14 KB

CHANGELOG.rst

File metadata and controls

107 lines (85 loc) · 4.14 KB

Changelog ========

  • 0.6.0 (February 19th, 2017)
    • Added support for Change Data Capture.
    • Added ability to delete objects.
    • Added ToDict to all objects.
  • 0.5.7 (January 23rd, 2017)
    • Fixed additional issues downloading PDFs in Python 3
    • Fixed issues caused by hard coded content-type for attachables.
  • 0.5.6 (January 18th, 2017)
    • Fixed issue downloading PDFs in Python 3
  • 0.5.5 (January 4th, 2017)
    • Imported QuickBooks objects into __init__.py for easier imports
    • Removed duplicate class AttachableRef from deposit.py
    • Removed duplicate class DescriptionLineDetail from journalentry.py
    • Removed duplicate class DescriptionOnlyLine from journalentry.py
  • 0.5.4 (November 29th, 2016)
    • Added quickbooks client parameter to QuickbooksPdfDownloadable mixin.
  • 0.5.3 (October 14th, 2016)
    • Fixed issue in build_choose_clause and build_where_clause that caused single quotes to not be escaped.
  • 0.5.2 (October 14th, 2016)
    • Fixed issue on UpdateMixin.
    • Fixed issue with CashBackInfo.
  • 0.5.1 (July 25, 2016)
    • Updated qb_datetime_utc_offset_format to support python 2.6.
  • 0.5.0 (July 25, 2016)
    • Added ability to query current user.
    • Added support to reconnect an account.
    • Added to_ref method to Bill object.
    • Added to_ref method to TaxCode.
    • Added date and datetime format helper functions.
    • Fixed issues creating notes with Attachable.
    • Fixed issues with default values on the following objects: Deposit, Employee, Estimate, TimeActivity, Term, Transfer, TaxService and TaxRateDetails
    • Fixed issues that prevented save from working on TaxService.
    • Removed unsupported save method from TaxRate.
    • Removed unsupported save method from TaxCode.
    • Fixed issues loading detail lines on the following objects: JournalEntry, CreditMemo, Bill, Purchase and PurchaseOrder.
    • Removed the following objects: CreditMemoLine, BillLine, JournalEntryLine, PurchaseLine, and PurchaseOrderLine.
    • Corrected spelling of object SaleItemLine to SalesItemLine.
  • 0.4.0 (June 15, 2016)
    • Added a way of disconnecting a Quickbooks Account to client.
    • Added support for Quickbooks Reports.
    • Added support for Quickbooks Attachments.
    • Added missing object names to isvalid_object_name.
    • Fixed issue with PurchaseEx on Purchase
    • Removed CompanyInfo from object names used by isvalid_object_name.
    • Changed default of TxnSource to None on the following objects: Deposit, Purchase, RefundReceipt, and Transfer.
    • Changed TxnTaxDetail from a QuickbooksManagedObject to a QuickbooksBaseObject.
  • 0.3.13 (May 18, 2016)
    • Added option to enable or disable singeton pattern (it defaults to disabled).
    • Improved error handling.
    • Added missing field CurrencyRef on BillPayment.
    • Fixed issue on TaxRate.
    • Fixed issue with authorize url.
  • 0.3.12 (March 18, 2016)
    • Updated field defaults on SalesReceipt object.
    • Updated Id field default on BillLine object.
    • Updated Id field default on DepositLine object.
    • Updated Id field default on PurchaseLine object.
    • Updated Id field default on PurchaseOrderLine object.
    • Added support for downloading PDFs.
    • Added .DS_Store and .idea/ to .gitignore.
  • 0.3.11 (February 24, 2016)
    • Updated field defaults on Payment object.
    • Added minor version 4 field to Payment object.
    • Removed invalid fields from PaymentLine object.
  • 0.3.10 (February 19, 2016)
    • Updated field defaults on Item object
  • 0.3.9 (February 16, 2016)
    • Added missing fields (Country, Note, Line3, Line4, and Line5) to Address object.
  • 0.3.8 (February 11, 2016)
    • Updated Budget object to be read only.
    • Added missing fields on CreditMemo object.
    • Changed CreditMemoLine Id to initialize to None.
  • 0.3.7 (February 10, 2016)
    • Added missing quickbook object Class
  • 0.3.6 (February 3, 2016)
    • Fixed issues with README
  • 0.3.5 (February 3, 2016)
    • Added MANIFEST.
    • Converted README to reStructureText.
  • 0.3.4 (February 3, 2016)
    • Fixed issues with get_authorize_url.
  • 0.2.4 (Sept 13, 2015)
    • Added paging support to "filter", "where", and "all" methods.