@@ -6,6 +6,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 9.0.0] - 2022-05-02 #481
10+ ### Added
11+ - ExtraDtoInterface #479
12+ - Product custom price #485
13+
14+ ### Changed
15+ - Changing the logic of funds transfers #483
16+ - Split Product interface #474
17+ - PHP 8+ Union types #482
18+ - Eager loading #480
19+
20+ ### Removed
21+ - method ` Cart::addItems `
22+ - method ` Cart::addItem `
23+ - method ` Cart::setMeta `
24+
25+ ### Updated
26+ - Performance just got a little better
27+ - Public contracts have become stricter
28+ - Inside is now strongly typed
29+
30+ ### Deprecated
31+ - interface ` Product `
32+ - method ` CartPay::paid `
33+
934## [ 8.4.1] - 2022-04-26
1035### Deprecated
1136- Cart::getUniqueItems
@@ -843,7 +868,8 @@ The operation is now executed in the transaction and updates the new `refund` fi
843868- Exceptions: AmountInvalid, BalanceIsEmpty.
844869- Models: Transfer, Transaction.
845870
846- [ Unreleased ] : https://github.com/bavix/laravel-wallet/compare/8.4.1...develop
871+ [ Unreleased ] : https://github.com/bavix/laravel-wallet/compare/9.0.0...develop
872+ [ 9.0.0 ] : https://github.com/bavix/laravel-wallet/compare/8.4.1...9.0.0
847873[ 8.4.1 ] : https://github.com/bavix/laravel-wallet/compare/8.4.0...8.4.1
848874[ 8.4.0 ] : https://github.com/bavix/laravel-wallet/compare/8.3.0...8.4.0
849875[ 8.3.0 ] : https://github.com/bavix/laravel-wallet/compare/8.2.1...8.3.0
0 commit comments