1.0.0
Marking the first stable release as promised!
🎉 Feature
- Added
ConfigFixture
#6
🐛 Bugfix
- Improved type safety
⚠️ Backwards incompatible changes
- The return type of
CustomerCheckout::placeOrder()
andOrderBuilder::build()
has been changed fromOrderInterface
toOrder
since the Sales builders use methods that are not part of the interface. In case you use a custom implementation ofOrderInterface
, the fixtures will not work.
⚙ Infrastructure
- Improvements for Travis CI
- Relax Faker requirement #46