Skip to content

1.0.0

Compare
Choose a tag to compare
@schmengler schmengler released this 03 Oct 19:50
· 41 commits to master since this release
b559d60

Marking the first stable release as promised!

🎉 Feature

  • Added ConfigFixture #6

🐛 Bugfix

  • Improved type safety

⚠️ Backwards incompatible changes

  • The return type of CustomerCheckout::placeOrder() and OrderBuilder::build() has been changed from OrderInterface to Order since the Sales builders use methods that are not part of the interface. In case you use a custom implementation of OrderInterface, the fixtures will not work.

⚙ Infrastructure

  • Improvements for Travis CI
  • Relax Faker requirement #46