Skip to content

Releases: pelmered/filament-money-field

2.0.0-beta.3

12 May 16:01
d5e4127
Compare
Choose a tag to compare
2.0.0-beta.3 Pre-release
Pre-release

IMPORTANT NOTEs

Money related helper and formatter classes have moved to their own stand alone package, while this package has the Filament related code and the new package as a dependency. The new package can be found here: https://github.com/pelmered/larapara

This will probably be the last beta version. The stable 2.0.0 will be released within two weeks (probably sooner).

The main branch is now updated to the 2.0 version and a new 1.x branch has been created form the last 1.x version.

What's Changed

New Contributors

Full Changelog: 2.0.0-beta.2...2.0.0-beta.3

TODO before stable 2.0 release

  • Do more testing with non-default configs and other edge cases. For example:
    • Alternative cast return type
    • Storing money as decimal
  • Write some more tests for better coverage and for edge cases above.
  • Maybe some more work with the input mask. For example fixing issue #40
  • Check readme and upgrade guide.

2.0.0-beta.2

01 Apr 21:11
6d83aa7
Compare
Choose a tag to compare
2.0.0-beta.2 Pre-release
Pre-release

What's Changed

  • feat: Add rector by @pelmered in #88
  • Config and methods on field to disable or enable currency switcher
  • Improved cache handling
  • Added tests
  • Laravel 12 support
  • Currency code validator

Full Changelog: 2.0.0-beta...2.0.0-beta.2

2.0.0-beta

27 Mar 23:09
159bb9f
Compare
Choose a tag to compare
2.0.0-beta Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.4.2...2.0.0-beta

1.5.0

04 Mar 15:57
6614413
Compare
Choose a tag to compare

What's Changed

  • Improve short formatter by @pelmered in #77
    Added parameter to hide currency symbol for short formatter
  • Add hideCurrencySymbol method on column and entry by @pelmered in #78
  • Add support for Laravel 12 by @jeffreyvanhees in #85
  • Improve test suite

New Contributors

Full Changelog: 1.4.3...1.5.0

1.4.3

05 Dec 02:55
0ab4bc4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.2...1.4.3

1.4.2

06 Nov 17:03
8fafe70
Compare
Choose a tag to compare

What's Changed

  • Remove getLabel in MoneyInput and use attribute in validation rules by @pelmered in #64. Also thanks to @tgeorgel for reporting this issue.
  • Move traits into a folder by @pelmered in #66

Full Changelog: 1.4.1...1.4.2

1.4.1

09 Aug 16:45
d6d41ca
Compare
Choose a tag to compare

What's Changed

  • namespace and methods documentation update by @yuters in #52
  • Add require for laravel 11 by @yuters in #53
    This makes it possible to install latest version on Laravel 11 - Sorry about that oversight.

New Contributors

Full Changelog: 1.4.0...1.4.1

1.4.0

25 Jul 09:21
bbe74d0
Compare
Choose a tag to compare

What's Changed

  • Setup Laravel Pint by @pelmered in #34
  • Add support for decimals and significant digits by @pelmered in #39
  • Refactor money formatting function to remove unnecessary parameter by @kohaku1907 in #41
  • Fix min comparison check in MinValueRule.php by @holmesadam in #47
  • Set symbol placement on field + support for symbol placement=hidden by @pelmered in #48
  • Short formatter by @pelmered in #49
  • Fixed lower boundaries for some packages. This package now requires:
    Filament: ^v3.2.21, previously ^v3.0
    Collision ^7.6 or ^8.0, previously ^7.0 or ^8.0
    Laravel: ^10.35, previously not required

New Contributors

Full Changelog: 1.3.2...1.4.0

1.3.2

10 May 18:55
b9e3173
Compare
Choose a tag to compare

What's Changed

  • Fix: Add support for closures in MoneyInput...->label() by @pelmered in #33

Full Changelog: 1.3.1...1.3.2

1.3.1

10 May 10:22
357bd35
Compare
Choose a tag to compare

What's Changed

  • Allow overwriting the form field label by @FinnPaes in #31
  • Add nunomaduro/collision for a nicer test runner.
  • Bump dependencies (Filament, PHPUnit and Testbench)

New Contributors

Full Changelog: 1.3.0...1.3.1