Releases: thepmsquare/square_database_helper
Releases · thepmsquare/square_database_helper
2.3.0
- use make_request_json_output to call api endpoints.
Full Changelog: 2.2.0...2.3.0
2.2.0
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
- edit_rows_v0 now uses patch method.
Full Changelog: 2.1.0...2.1.1
2.1.0
- 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
- added version numbers for all endpoints for better compatibility.
1.0.2
- add offset, limit and order by in get rows.
Full Changelog: 1.0.1...1.0.2
1.0.1
fix typos
1.0.0
initial commit