Tags give the ability to mark specific points in history as being important
-
v1.3.0
Release: v1.3.0 — FixedDecimal exact value object427bfbd4 · ·lara100 1.3.0 — exact FixedDecimal value object over brick/math (additive, non-breaking)
-
v2.0.0
Release: v2.0.0 — remove deprecated Base100 float APIeb298ab7 · ·lara100 2.0.0 — remove deprecated Base100 float cast, HasBase100 trait and config (breaking)
-
v1.2.1
Release: v1.2.1 - CI/Dependabot Hardening62249f72 · ·v1.2.1 - CI/Dependabot hardening + retroactive 1.2.0 changelog
-
v1.2.0
Release: v1.2.0 - Laravel 13 Support6d2e0438 · ·feat: add Laravel 13 support, drop Laravel 11 (EOL)
-
-
v1.0.2
Release: v1.0.2 - Enterprise Quality Systemfbbb615e · ·Release v1.0.2 - Enterprise Quality System PHPStan MAX (9) + Bleeding Edge 100% Code Coverage 72.73% Mutation Score 129 Tests, 489 Assertions SOLID Principles Applied See CHANGELOG.md for full details.
-
-
v1.0.0
Release: v1.0.0 - Initial Release652f34af · ·Release v1.0.0 - Initial Release ✨ Features: - Base100 cast for storing decimals as integers (cents) - HasBase100 trait for convenient bulk casting - Configurable rounding modes (Half Up, Half Even, Half Down, Half Odd) - Optional BCMath support for arbitrary precision - Environment variable configuration - Per-attribute rounding override 🧪 Quality: - 22 tests, 59 assertions (all passing) - PHPStan level 6 compliant - Laravel Pint formatted - GitHub Actions CI/CD 📦 Compatibility: - PHP 8.3 and 8.4 - Laravel 11 and 12 📚 Documentation: - Complete usage examples - Rounding modes explanation - Configuration guide - Comparison with alternatives