------------------ - Fix Query Predicate chaining (75) - Update dependencies so that code generation works with Python 3.8 - Update GitHub Actions integration
6.1.0
------------------ - Added nested query predicate support (72)
6.0.0
------------------ - Allow passing in the base auth URL when creating a Client - Add multiple DELETE endpoints for various backends - Implement mocked actions for Orders mock backend - Fix mock backend not properly support '<>' operator - Add in operator in queries (73) - Fix cart replicate function (74)
5.0.0
------------------ This is breaking change since the commercetools api specification is moving from the `Money` type to the `TypedMoney` type. You should generally be able to replace references to `Money` with `CentPrecisionMoney`.
- Sync with latest API definitions (dd371e12506af969b8edfeb1540eec1e8cd5ab9d) - Updated to work with marshmallow > 3.0.0 - Implement set custom field for tests (note custom type checks are not implemented)
4.1.0
------------------ - Fix Inventory Entry types *This may break Inventory related types* - Add external_oauth field on project - Small runserver fixes - Mock ShippingMethod.setPredicate - Mock State.setTransitions
4.0.0
------------------ - *Breaking* Generate with new API definitions, main difference is Reference -> ResourceIdentifier type.