- Remove
CartOperator
&CartOperatorInterface
. - Introduce
SyliusCartEvents
& event listeners. - Removed the
sylius_cart
prefix from services and models, usedsylius
instead. - All money values are represented as integers.
- Introduce default cart entity.
- Use Doctrine RTEL to map interfaces instead of real entities.
- Rename
CartController::showAction
toCartController::summaryAction
. - Renamed
SyliusCartBundle:Cart:show.html
template to ``SyliusCartBundle:Cart:summary.html`. - Add base controller.
- First development release.
- Introduced ItemResolvingException.
- More complete set of phpspec2 examples.
- Changed configuration schema.
- Bundle now uses SyliusResourceBundle for model persistence.
- Models now depend on Doctrine collections.
- New controller.
- Renamed Item to CartItem.
- Renamed ItemType to CartItemType.
- Introduce specs with phpspec2.
- Renamed CartFormType to CartType to be consistent.