Skip to content

Latest commit

 

History

History
50 lines (45 loc) · 4.48 KB

CHANGELOG.md

File metadata and controls

50 lines (45 loc) · 4.48 KB

CHANGELOG FOR 1.0.X

v1.0.0-beta.21

TL;DR

  • Added address book API (#229, #295)
  • Added customer profile update API (#236)
  • Added Sylius 1.1 and 1.2 support (#253, #275, #291)
  • Added Symfony 4.1+ support (#293, #294)
  • Added stable Tactician command bus support, removed support for prestable one (#293)
  • Removed Sylius 1.0 support (#276)
  • Lots of enhancements, bug fixes and documentation improvements

Details

  • #224 [README] Remove warning (@lchrusciel)
  • #225 add composer suggestions (@sdleiw)
  • #227 fix nelmio_cors bundle config in the readme, (@sdleiw)
  • #229 [RFC] Address book (@jseparovic1)
  • #236 [RFC] Customer profile update api (@zenjara)
  • #237 Add latest products (@sdleiw)
  • #239 Get quantity from request as an integer. (@lchrusciel)
  • #240 update nelmio_cors config, (@sdleiw)
  • #245 add description and shortdescription on view product (@chefdeprojetrc)
  • #246 Fix an issue in the configuration example which causes error in loading checkout page. (@Hailong)
  • #248 Correct the error message for ChooseShippingMethod API. (@Hailong)
  • #253 Use Sylius v1.1.0-RC (@Zales0123)
  • #254 More builds! (@pamil)
  • #270 [README] Mention about shop api mailing config (@lchrusciel)
  • #274 Fixed ShowAvailableShippingMethodsAction constructor argument typehinting to use interfaces (@cyrosy)
  • #275 [Maintenance] Allow Sylius 1.2 (@lchrusciel)
  • #276 Drop support for Sylius 1.0 (@pamil)
  • #280 [Maintenance] Remove outdated services (@lchrusciel)
  • #286 Removed unused cart controller (@mamazu)
  • #288 Added more documentation to swagger (@mamazu)
  • #289 Fix tests (order products by their id) (@pamil)
  • #291 Tweak Travis configuration to test the plugin with Sylius 1.2 and 1.3 (@pamil)
  • #292 Use SyliusLabs/CodingStandard v2 (@pamil)
  • #293 Update various dependencies (@pamil)
  • #294 Test on Travis CI using different Symfony versions (@pamil)
  • #295 Added documentation for the address book (@mamazu)
  • #299 [README] Pre release improvements (@lchrusciel)
  • #301 More precise error messages (@mamazu)
  • #302 Unified routing (@mamazu)
  • #304 Replaced asserts with type hints (@mamazu)
  • #305 Improve coupon code validator (@lchrusciel)
  • #306 Random minor fixes (@lchrusciel)
  • #307 Codebase cleanup (@lchrusciel)
  • #308 [Maintenance] Add phpstan (@lchrusciel)