Skip to content

Latest commit

 

History

History
191 lines (126 loc) · 13.5 KB

CHANGELOG.md

File metadata and controls

191 lines (126 loc) · 13.5 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v1.0.0 - 2024-05-25

Added

  • Add publishing workflow (e911ecd by Todd Esposito).
  • Add books support (7fc56a3 by Todd Esposito).

v0.10.0 - 2022-01-17

Compare with v0.9.1

Added

  • Added automatic decimal.decimal usage in zohoobjects (d786e40 by Todd Esposito).
  • Add decimal.decimal note to docs (45694f7 by Todd Esposito).

Fixed

  • Fix typo (93645ee by Todd Esposito).
  • Fixed parameter name in init.py (99c02c9 by Shubham Agawane).

v0.9.1 - 2021-09-30

Compare with v0.9.0

Changed

  • Changelog (776354a by Todd Esposito).

Fixed

  • Fix shipmentorder key (a52891f by Todd Esposito).
  • Fix classifiers to include 3.9 (e8449d7 by Todd Esposito).

v0.9.0 - 2021-09-30

Compare with v0.7.1

Added

  • Add logging to core (3a0cb29 by Todd Esposito).
  • Add hasdeliver(), apply to shipmentorder (4686e24 by Todd Esposito).
  • Add custom fields to contacts (d0f47ed by Todd Esposito).
  • Add brand type (1d085a4 by Todd Esposito).

Fixed

  • Fix: allow first() to filter (e69451a by Todd Esposito).

v0.7.1 - 2021-06-08

Compare with v0.7.0

Fixed

  • Fix: missed removal of _req_fields reference after refactor (f80e2c0 by Todd Esposito).

v0.7.0 - 2021-05-30

Compare with v0.6.0

Added

  • Add: warehouse type (18c3530 by Todd Esposito).
  • Add: tax (and related) types (4705a96 by Todd Esposito).
  • Add: salesreturn type -- untested/incomplete (d69da72 by Todd Esposito).
  • Add: retainerinvoice type -- untested/incomplete (a98f3d7 by Todd Esposito).
  • Add: purchasereceive type (fbb6038 by Todd Esposito).
  • Add: pricelist type (4aa6cf1 by Todd Esposito).
  • Add: currency type (23c2a05 by Todd Esposito).
  • Add: transferorder type (d38199e by Todd Esposito).
  • Add: itemadjustment type (2851bb0 by Todd Esposito).

Fixed

  • Fix: allow non-computed plural response keys (ba11b8c by Todd Esposito).
  • Fix: include request url in response panel in the test-server (9db661a by Todd Esposito).
  • Fix: clarify and make object factory params more flexible (f3d3093 by Todd Esposito).

v0.6.0 - 2021-05-26

Compare with v0.5.0

Added

  • Add makebundle() function for compositeitem object (c8bbf95 by Todd Esposito).
  • Add "salesperson" object (9f397d2 by Todd Esposito).

Fixed

  • Fix issue with test server url quoting "type" params (265cef1 by Todd Esposito).
  • Fix published debug-code! yikes! (18be5b8 by Todd Esposito).
  • Fix behavior on extending a list-of when paging (65d564e by Todd Esposito).

Removed

  • Remove superfluous file (e2694b9 by Todd Esposito).

v0.5.0 - 2021-03-13

Compare with v0.4.1

Added

  • Add lots of documentation (8c2afd6 by Todd Esposito).
  • Add setcustomfield (53de008 by Todd Esposito).

v0.4.1 - 2021-03-03

Compare with v0.4.0

Fixed

  • Fix retry around an unexpectedly invalid access_token (c70df33 by Todd Esposito).

v0.4.0 - 2021-03-01

Compare with v0.3.0

Added

  • Add intercall_delay (0e2a5fa by Todd D. Esposito).

Fixed

  • Fix possible access token expiry problem (ba6db9e by Todd Esposito).

v0.3.0 - 2021-02-27

Compare with v0.2.6

Added

  • Add getimage() and deleteimage() (62f0bbf by Todd Esposito).

Fixed

  • Fix bumptrack config to include pyproject.toml (610f6ec by Todd Esposito).
  • Fix testdata references in test-shell (cf9e851 by Todd Esposito).

v0.2.6 - 2021-02-26

Compare with v0.2.0

Added

  • Add test for confirm() (dab9453 by Todd Esposito).
  • Add test for number property (5c6e670 by Todd Esposito).
  • Add test for maprelatedlist() (7528621 by Todd Esposito).
  • Add changelog (8d3e6da by Todd Esposito).
  • Add pypi badges (aa2d593 by Todd Esposito).

Changed

  • Changed confirm() (et al) to return true/false (4173407 by Todd Esposito).

Fixed

  • Fix typo (809c25c by Todd Esposito).
  • Fix number prop for after-delete() (ddc5567 by Todd Esposito).

Removed

  • Remove parameter position markers for 3.6-compatibility (1a09f04 by Todd Esposito).
  • Remove obsoleted file (934ead7 by Todd Esposito).

v0.2.0 - 2021-02-25

Compare with first commit

Added

  • Add install-from-source section (e2515fd by Todd Esposito).
  • Add books to test shell (c620d87 by Todd Esposito).
  • Add confirm(), void() to sos (72752d2 by Todd Esposito).
  • Add docs for more better exceptions; more xrefs. (440bd88 by Todd Esposito).
  • Add extra path params to test server (07a5580 by Todd Esposito).
  • Add query params to test server (c761f13 by Todd Esposito).
  • Add start of interactive testing server (be99df4 by Todd Esposito).
  • Add maprelatedlist, fix bug in iterrelatedlist (6c73730 by Todd Esposito).
  • Add issue templates (460a5b3 by Todd D. Esposito).
  • Add version to readme (895e2ba by Todd Esposito).
  • Add rtd link and badge (b407232 by Todd Esposito).
  • Add docs and some mixins. (0eaeb98 by Todd Esposito).

Fixed

  • Fix typo test-shell (61ddc5d by Todd Esposito).
  • Fix bug in first() with failed search (199b4bf by Todd Esposito).
  • Fix scroll on response text in test server (50736cb by Todd Esposito).
  • Fix getrelated bug (f232830 by Todd Esposito).
  • Fix response-not-json in do_request (c52269e by Todd Esposito).
  • Fix first() error on non-loaded list (cf6c296 by Todd Esposito).
  • Fix paging error (b3407dc by Todd Esposito).

Removed

  • Remove dotted - obsolete (bfa2d5b by Todd Esposito).