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
v0.10.0 - 2022-01-17
- Added automatic decimal.decimal usage in zohoobjects (d786e40 by Todd Esposito).
- Add decimal.decimal note to docs (45694f7 by Todd Esposito).
v0.9.1 - 2021-09-30
- Changelog (776354a by Todd Esposito).
- Fix shipmentorder key (a52891f by Todd Esposito).
- Fix classifiers to include 3.9 (e8449d7 by Todd Esposito).
v0.9.0 - 2021-09-30
- 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).
- Fix: allow first() to filter (e69451a by Todd Esposito).
v0.7.1 - 2021-06-08
- Fix: missed removal of _req_fields reference after refactor (f80e2c0 by Todd Esposito).
v0.7.0 - 2021-05-30
- 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).
- 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
- Add makebundle() function for compositeitem object (c8bbf95 by Todd Esposito).
- Add "salesperson" object (9f397d2 by Todd Esposito).
- 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).
- Remove superfluous file (e2694b9 by Todd Esposito).
v0.5.0 - 2021-03-13
- Add lots of documentation (8c2afd6 by Todd Esposito).
- Add setcustomfield (53de008 by Todd Esposito).
v0.4.1 - 2021-03-03
- Fix retry around an unexpectedly invalid access_token (c70df33 by Todd Esposito).
v0.4.0 - 2021-03-01
- Add intercall_delay (0e2a5fa by Todd D. Esposito).
- Fix possible access token expiry problem (ba6db9e by Todd Esposito).
v0.3.0 - 2021-02-27
- Add getimage() and deleteimage() (62f0bbf by Todd Esposito).
- 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
- 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 confirm() (et al) to return true/false (4173407 by Todd Esposito).
- 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
- 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).
- 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).
- Remove dotted - obsolete (bfa2d5b by Todd Esposito).