Skip to content

Commit 46e0af0

Browse files
committed
release 6.2
1 parent 47ae04b commit 46e0af0

File tree

2 files changed

+39
-4
lines changed

2 files changed

+39
-4
lines changed

changelog.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [6.2.0] - 2021-10-29
10+
### Added
11+
- ECS
12+
- Added new exception `UnconfirmedInvalid`
13+
14+
### Changed
15+
- Raised the minimum php version `7.4+`
16+
- Merged migrations
17+
18+
### Deprecated
19+
- class `Storable`
20+
- class `Rateable`
21+
- interface `Mathable`
22+
- class `Bring`
23+
- method `Cart::alreadyBuy`
24+
- method `Cart::canBuy`
25+
- class `EmptyLock`
26+
- class `Operation`
27+
- method `CommonService::verifyWithdraw`
28+
- method `CommonService::multiOperation`
29+
- method `CommonService::assemble`
30+
- method `CommonService::multiBrings`
31+
- method `CommonService::addBalance`
32+
- class `DbService`
33+
- class `ExchangeService`
34+
- class `LockService`
35+
- class `MetaService`
36+
- method `WalletService::discount`
37+
- method `WalletService::decimalPlacesValue`
38+
- method `WalletService::decimalPlaces`
39+
- method `WalletService::checkAmount`
40+
- method `WalletService::refresh`
41+
- method `WalletService::adjustment`
42+
- class `BrickMath`
43+
- class `Rate`
44+
- class `Store`
45+
946
## [6.1.0] - 2021-04-18
1047
### Added
1148
- Added Github Actions
@@ -630,7 +667,8 @@ The operation is now executed in the transaction and updates the new `refund` fi
630667
- Exceptions: AmountInvalid, BalanceIsEmpty.
631668
- Models: Transfer, Transaction.
632669

633-
[Unreleased]: https://github.com/bavix/laravel-wallet/compare/6.1.0...develop
670+
[Unreleased]: https://github.com/bavix/laravel-wallet/compare/6.2.0...develop
671+
[6.2.0]: https://github.com/bavix/laravel-wallet/compare/6.1.0...6.2.0
634672
[6.1.0]: https://github.com/bavix/laravel-wallet/compare/6.0.4...6.1.0
635673
[6.0.4]: https://github.com/bavix/laravel-wallet/compare/6.0.3...6.0.4
636674
[6.0.3]: https://github.com/bavix/laravel-wallet/compare/6.0.2...6.0.3

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
"symplify/easy-coding-standard": "^9.4",
4444
"vimeo/psalm": "^4.1"
4545
},
46-
"conflict": {
47-
"bavix/laravel-wallet-vacuum": "*"
48-
},
4946
"suggest": {
5047
"bavix/laravel-wallet-swap": "Addition to the laravel-wallet library for quick setting of exchange rates"
5148
},

0 commit comments

Comments
 (0)