Skip to content

Releases: thepmsquare/square_database_helper

2.3.0

13 Nov 15:30
Compare
Choose a tag to compare
  • use make_request_json_output to call api endpoints.

Full Changelog: 2.2.0...2.3.0

2.2.0

09 Nov 10:45
Compare
Choose a tag to compare

expanded apply_filters to support additional conditions: ne, lt, lte, gt, gte, like, in_.

Full Changelog: 2.1.1...2.2.0

2.1.1

31 Oct 12:58
Compare
Choose a tag to compare
  • edit_rows_v0 now uses patch method.

Full Changelog: 2.1.0...2.1.1

2.1.0

31 Oct 07:39
Compare
Choose a tag to compare
  • compatible with v2.1.0 of square database.
  • stricter type checking.
  • added pydantic as a requirement.
  • filters now passed in as a pydantic model instead of direct dictionary.

Full Changelog: 2.0.0...2.1.0

2.0.0

31 Oct 03:53
Compare
Choose a tag to compare
  • added version numbers for all endpoints for better compatibility.

1.0.2

17 Sep 16:31
Compare
Choose a tag to compare
  • add offset, limit and order by in get rows.

Full Changelog: 1.0.1...1.0.2

1.0.1

27 Aug 04:48
Compare
Choose a tag to compare

fix typos

1.0.0

27 Aug 04:41
Compare
Choose a tag to compare
initial commit