Skip to content

Commit f6ad8f1

Browse files
committed
Update changelog.md
1 parent 9387a89 commit f6ad8f1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

changelog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 11.0.1 - 2024-03-14
4+
5+
### What's Changed
6+
7+
* build(deps): bump size-limit from 11.0.3 to 11.1.0 by [@dependabot](https://github.com/dependabot) in https://github.com/bavix/laravel-wallet/pull/914
8+
* [11.x] fix pipeline by [@rez1dent3](https://github.com/rez1dent3) in https://github.com/bavix/laravel-wallet/pull/915
9+
10+
**Full Changelog**: https://github.com/bavix/laravel-wallet/compare/11.0.0...11.0.1
11+
312
## 11.0.0 - 2024-03-13
413

514
### What's Changed
@@ -2286,11 +2295,17 @@ Added a patch from version 4.2.1 #150
22862295
### Added
22872296

22882297
- written README.
2298+
22892299
- Project configuration file created.
2300+
22902301
- Migration 2018_11_06_222923_create_transactions_table.
2302+
22912303
- Migration 2018_11_07_192923_create_transfers_table.
2304+
22922305
- `HasWallet` trait and `Wallet` interface.
2306+
22932307
- methods:
2308+
22942309
- private checkAmount(int $amount): void
22952310
- public forceWithdraw(int $amount, ?array $meta = null, bool $confirmed = true): Transaction
22962311
- public deposit(int $amount, ?array $meta = null, bool $confirmed = true): Transaction
@@ -2304,14 +2319,17 @@ Added a patch from version 4.2.1 #150
23042319
- public resetBalance(): void
23052320

23062321
- relations:
2322+
23072323
- public transactions(): MorphMany
23082324
- public transfers(): MorphMany
23092325

23102326
- magic property
2327+
23112328
- public getBalanceAttribute(): int
23122329

23132330

23142331
- `CanBePaid` trait and `Product`, `Costomer` interface's
2332+
23152333
- methods:
23162334
- public pay(Product $product): Transfer
23172335
- public safePay(Product $product): ?Transfer
@@ -2320,7 +2338,9 @@ Added a patch from version 4.2.1 #150
23202338

23212339

23222340
- Exceptions: AmountInvalid, BalanceIsEmpty.
2341+
23232342
- Models: Transfer, Transaction.
2343+
23242344

23252345
## What's Changed
23262346

0 commit comments

Comments
 (0)