Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

31 lines (25 loc) · 1.09 KB

CHANGELOG

v0.3.0

  • Remove CartOperator & CartOperatorInterface.
  • Introduce SyliusCartEvents & event listeners.
  • Removed the sylius_cart prefix from services and models, used sylius instead.
  • All money values are represented as integers.

v0.2.0

  • Introduce default cart entity.
  • Use Doctrine RTEL to map interfaces instead of real entities.
  • Rename CartController::showAction to CartController::summaryAction.
  • Renamed SyliusCartBundle:Cart:show.html template to ``SyliusCartBundle:Cart:summary.html`.
  • Add base controller.

v0.1.0

  • 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.