Skip to content

Releases: pelmered/filament-money-field

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

1.3.0

09 May 09:32
5b37a6b
Compare
Choose a tag to compare

What's Changed

  • Fix "Argument must be of type string, Closure given" error by @dev-idkwhoami in #24
  • Add and improve tests. Now 100 % line coverage.
  • Improve type hints and type safety.
  • Some refactoring. For example the min and max rules are now in their own class instead of closures.
  • Bump dependency versions. For example Livewire, Filament and Orchestra Testbench

New Contributors

Full Changelog: 1.2.2...1.3.0

1.2.2

24 Apr 07:54
df8892b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.1...1.2.2

1.2.1

22 Apr 22:45
4240ed5
Compare
Choose a tag to compare

What's Changed

  • Added more tests
  • Defer configuration using closure by @kainiklas in #22
  • Fixed parsing issue where thousands separators in the wrong place due to masks cause parse errors. See issue #20
  • Fixed issue where MoneyInput returns empty string instead of null when value is not set. See issue #18

New Contributors

Full Changelog: 1.2.0...1.2.1

1.2.0-beta

22 Feb 04:08
821912b
Compare
Choose a tag to compare
1.2.0-beta Pre-release
Pre-release

What's Changed

  • Added support for PHPUnit 11
  • Added minValue and maxValue on MoneyInput. Thanks @npbreland.
  • Added tests for components. More tests will be added later. Thanks @npbreland. See #14
  • Fixes for MoneyInput conversions between decimal and formatted values. Thanks @npbreland. See #11 and 45570f9
  • Some code refactoring

New Contributors

Full Changelog: 1.1.0...1.2.0

1.2.0

23 Feb 16:21
c8b9d63
Compare
Choose a tag to compare

What's Changed

  • Added support for PHPUnit 11
  • Added minValue and maxValue on MoneyInput. Thanks @npbreland.
  • Added tests for components. More tests will be added later. Thanks @npbreland. See #14
  • Fixes for MoneyInput conversions between decimal and formatted values. Thanks @npbreland. See #11 and 45570f9
  • Some code refactoring

New Contributors

Full Changelog: 1.1.0...1.2.0

1.1.0

31 Jan 23:04
3331889
Compare
Choose a tag to compare

What's Changed

  • Fixing some bugs, plus monetarySeparator method added by @kirkita in #3
  • fix: convert string to cents in MoneyInput by @luciorubeens in #5
  • fix: remove numeric rule from MoneyInput class by @saullo in #7

New Contributors

Full Changelog: 1.0.2...1.1.0