v5.0.0
What's Changed
The most significant change, and the only one that breaks existing code is the signature change of the Cart.remove
method, read more here. To make a long story short, instead of passing the product
and variant
to remove an item, you simply pass an id
that is automatically generated for each item in the cart and accessible via item.id
.
- Bump redis from 4.3.3 to 4.3.4 by @dependabot in #9
- Bump poetryup from 0.8.1 to 0.9.0 by @dependabot in #8
- Bump django from 4.0.5 to 4.0.6 by @dependabot in #10
- Bump pre-commit from 2.19.0 to 2.20.0 by @dependabot in #11
- Bump mypy from 0.961 to 0.971 by @dependabot in #12
- Bump attrs from 21.4.0 to 22.1.0 by @dependabot in #13
- Bump django from 4.0.6 to 4.1 by @dependabot in #14
New Contributors
- @dependabot made their first contribution in #9
Full Changelog: v4.1.0...v5.0.0