Skip to content

Releases: bavix/laravel-wallet

3.1.6

08 Aug 08:59
d1ec6f6
Compare
Choose a tag to compare

Added

What's Changed

Full Changelog: 3.1.5...3.1.6

3.1.5

07 Aug 12:19
Compare
Choose a tag to compare

Fixed

What's Changed

Full Changelog: 3.1.4...3.1.5

3.1.4

03 Aug 17:55
39de5d3
Compare
Choose a tag to compare

Added

  • Add support barryvdh/laravel-ide-helper

Fixed

  • Fixed receiving wallets.transfers relationship @imhuso

What's Changed

Full Changelog: 3.1.3...3.1.4

3.1.3

31 Jul 09:07
2e43659
Compare
Choose a tag to compare

Added

  • Add support SQLite on command RefreshBalance
  • Add support laravel 6.0
  • Add support php 7.4
  • Add unit-test's

What's Changed

Full Changelog: 3.1.2...3.1.3

3.1.2

30 Jul 07:20
e698a2e
Compare
Choose a tag to compare

Added

  • Allow to free buy with a negative balance
  • Add parameter $allowZero to method canWithdraw

Fixed

  • method canWithdraw, with a negative price, almost always true

Full Changelog: 3.1.1...3.1.2

3.1.1

29 Jul 12:33
345fd11
Compare
Choose a tag to compare

Added

  • Add getCurrencyAttribute
  • New unit-test's
  • Add docker for php7.4 (need to develop)

Changed

  • Travis CI
  • Update README.md

Removed

  • Deprecated interface Taxing

What's Changed

Full Changelog: 3.1.0...3.1.1

3.1.0

27 Jul 11:13
39dc347
Compare
Choose a tag to compare

Added

  • Add exchange method's.
  • Add confirm method's.
  • Add method hasWallet, sometimes required to verify wallet existence.
  • Add currency service (create usd, eur,...).
  • Add MinimalTaxable.
  • Add Taxable.
  • New exception's.
  • Add decimal places (replacement ratio).

Deprecated

  • method calculateBalance.

Changed

  • Updated dependencies (composer.json).
  • New status exchange.

Fixed

  • Wallet is not always created. #63 #51
  • Migration mariadb, pgsql, mysql.
  • Fix documentation.
  • Optimize code, fasted 1.1x.

Deprecated

  • class Taxing.

Removed

  • The ability to change the ratio coefficient.
  • Removed private and protected methods, the traits turned out to be more clean.

What's Changed

Full Changelog: 3.0.4...3.1.0

3.0.4

22 Jul 05:56
b31db9a
Compare
Choose a tag to compare

Fixed

  • fixed PostgresSQL 11

What's Changed

Full Changelog: 3.0.3...3.0.4

3.0.3

06 Jul 07:02
2ba47a8
Compare
Choose a tag to compare

Fixed

Full Changelog: 3.0.2...3.0.3

3.0.2

17 Jun 20:12
53fffc0
Compare
Choose a tag to compare

Added

  • Add support laravel 5.9 (new name 6.0)
  • Add support mariadb: 5.5, 10.0+
  • Add support percona: 5.6
  • Add support mysql: 5.6

What's Changed

Full Changelog: 3.0.1...3.0.2