Releases: pelmered/filament-money-field
Releases · pelmered/filament-money-field
1.4.3
What's Changed
- Migrate tests to PestPHP by @pelmered in #67
- MaxValue Rule should only fail, when $value is higher than the given maximal value by @remiebelingmerifond in #75
- Fix Closures in MaxValue and MinValue by @remiebelingmerifond in #74
New Contributors
- @remiebelingmerifond made their first contribution in #75
Full Changelog: 1.4.2...1.4.3
1.4.2
1.4.1
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
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
- @kohaku1907 made their first contribution in #41
- @holmesadam made their first contribution in #47
Full Changelog: 1.3.2...1.4.0
1.3.2
1.3.1
1.3.0
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
- @dev-idkwhoami made their first contribution in #24
Full Changelog: 1.2.2...1.3.0
1.2.2
What's Changed
- Added fix for empty stings in a query (#18) by @demianottema in #23 - This should properly fix #18
New Contributors
- @demianottema made their first contribution in #23
Full Changelog: 1.2.1...1.2.2
1.2.1
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 ofnull
when value is not set. See issue #18
New Contributors
- @kainiklas made their first contribution in #22
Full Changelog: 1.2.0...1.2.1
1.2.0-beta
What's Changed
- Added support for PHPUnit 11
- Added
minValue
andmaxValue
onMoneyInput
. 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
- @dependabot made their first contribution in #8
- @npbreland made their first contribution in #11
Full Changelog: 1.1.0...1.2.0