Releases: squirephp/squire
Releases · squirephp/squire
v3.3.1
What's Changed
- Laravel money package v2 support added by @shuvroroy in #49
New Contributors
- @shuvroroy made their first contribution in #49
Full Changelog: v3.3.0...v3.3.1
v3.3.0
v3.2.1
v3.2.0
v3.1.0
v3.0.0
Please see the upgrade guide for instructions on how to upgrade from v2.
Added
- New Timezone model and validation rule.
Changed
- Bumped minimum PHP version to v8.0, and the minimum Laravel version to v8.x.
- Renamed validation rules so they all end with
Rule
. This allows both the model and rule to be imported into the same class without the use of aliasing. - Types have been introduced to all classes.
v2.3.1
v2.3.0
Added support for formatting numbers using a currency. Please see the documentation for more details.