Releases: pelmered/filament-money-field
Releases · pelmered/filament-money-field
2.0.0-beta.3
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
- Improve short formatter by @pelmered in #77
- Add hideCurrencySymbol method on column and entry by @pelmered in #78
- Add support for Laravel 12 by @jeffreyvanhees in #85
- Bump tj-actions/changed-files from 44 to 46 in /.github/workflows by @dependabot in #87
- 2.0 translate by @gpibarra in #92
- fix config by @gpibarra in #93
- 2.0 cast velue zero by @gpibarra in #94
- Break out non-filament functionality into it's own package by @pelmered in #91
New Contributors
- @jeffreyvanhees made their first contribution in #85
- @gpibarra made their first contribution in #92
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
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
What's Changed
- Migrate tests to PestPHP by @pelmered in #67
- Money cast support by @pelmered in #68
- Add money blueprint for migrations by @pelmered in #70
- 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
- Feature/add suport for money casts on model by @pelmered in #76
New Contributors
- @remiebelingmerifond made their first contribution in #75
Full Changelog: 1.4.2...2.0.0-beta
1.5.0
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
- @jeffreyvanhees made their first contribution in #85
Full Changelog: 1.4.3...1.5.0
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