You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,31 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
7
## [Unreleased]
8
+
### Added
9
+
- Added interface `Storeable` for creating your own wallet balance repositories. #103
10
+
- Added support for pcov, now coated unit tests work in a few seconds, not minutes.
11
+
- Allow developers to inherit classes: Operation, Bring, etc.. #106
12
+
- Added personal product discounts (see `Discount` interface).
13
+
- Added a separate service for working with the connection. It’s not possible to configure flexibly at the moment, wait for new releases.
14
+
15
+
### Changed
16
+
- The minimum version of php 7.2.
17
+
- Old versions of the `laravel/cashier` package have been removed, now support begins with the seventh version.
18
+
- New argument `Customer $customer` added to `getAmountProduct` method. #117
19
+
- Now for LockService you can choose your own (separate) cache.
20
+
- Personal discount information has been added to the `transfers` table. Data is not used in the library, but will be needed for the future.
21
+
- New argument `Customer $customer` added to `getTotal` method. #117
22
+
23
+
### Fixed
24
+
- Giving a gift (Santa) no longer goes into minus due to taxes. #111
25
+
- Upon receipt, the configuration is marked with default values. #117
26
+
- Fixed a bug due to which the wallet could go negative when transferring (exchanging) money, tax. #117
27
+
- A more correct balance change, a bug with a successful update in the database and an unsuccessful update of the balance (race condition) field was fixed.
28
+
- Fixed a bug with a purchase without funds and tax. When trying to pay, an exception was thrown.
29
+
- Reworked and fixed unit tests, fixed bugs.
30
+
31
+
### Deprecated
32
+
- ProxyService is deprecated and is no longer used.
0 commit comments