Releases: SetBased/php-helper-cast
Releases · SetBased/php-helper-cast
3.0.1
- Preserve all digits when casting a float to string and NaN, INF, and -INF are case insensitive.
3.0.0
- Upgrade to PHP 8.1 and higher.
- Rename float methods.
- Use GitHub actions.
2.1.2
- Use GitHub actions for CI.
- Update dependencies.
2.1.1
- Convert non finite floats 'INF', '-INF', and 'NAN' strings to floats.
2.0.0
- Changed namespace SetBased\Helper.
1.2.0
- Added default values to cast methods.
1.1.0
- Added methods for finite floats.
- Re-wrote and added more unit tests.