Releases: yceruto/money-bundle
Releases · yceruto/money-bundle
Fix Doctrine mapping xml schema
Fix tests
Fix Doctrine mapping
v1.3.1 fix future doctrine orm compatibility
Add Symfony 7 compatibility
Merge pull request #13 from yceruto/symfony_7_compat Add Symfony 7 compatibility
Fixed Symfony 6.3 support
[BC BREAK] renaming DI build parameters which were removed in 6.3
Before, all container parameters started with a .. However, this is the new convention adopted by Symfony 6.3 for building parameters that are available only at compile time. After the building process is finished, they are removed from the container. Thus the .
for each parameter defined in this bundle was removed
v1.1.0 Persisting amount as integer
This fixes the SQLite math comparison expression with this amount field
v1.0.9 Add doctrine toggle
Update README
v1.0.8 Improve MoneyDto to allow null values
Merge pull request #8 from yceruto/dto Improve MoneyDto to initialize null by default
add .gitattributes
v1.0.7 add .gitattributes
v1.0.6 Doctrine Mapping Integration
Merge pull request #7 from yceruto/doctrine add doctrine mapping