Releases: sunfoxcz/price-calculator
Releases · sunfoxcz/price-calculator
Released version 2.0.0
Changes
- Allow PHP 8.3
- Set minimum PHP to 8.1
- Set minimum
nette/utils
to 4.0 - Rename
IPriceCalculator
FROM constants [BC Break]
Full Changelog: v1.1.1...v2.0.0
Released version 1.1.1
- Removed
minimum-stability
fromcomposer.json
- Allow
nette/utils
4.0
Released version 1.1.0
- Allow PHP 8
Released version 1.0.1
Fixed PriceCalculator
and IPriceCalculator
return types in method getDiscount()
and getDecimalPoints()
.
Released version 1.0.0
After long use in production, version 1.0.0
is here with few updates:
- Updated minimal
nette/bootstrap
version to2.4.5
- Allow installing with
nette/utils
andnette/bootstrap
version3.0
- Added scalar typehints for property and return types
- Updated code to use new PHP features
- Add
declare(strict_types=1)
to all PHP files - Fixed compatibility with PHP 7.2 and 7.3
- Fixed return type declaration
- Fixed coding style, added
EasyCodingStandard
for automated checks
Released version 0.4.0
- Dropped HHVM, PHP 5.6 and 7.0 support
- Deprecated
Nette\Object
switched toNette\SmartObject
trait - Upgraded
nette/utils
to version2.5
- Added PHP 7.2 support
Released version 0.3.0
- Fixed compatibility with Nette 2.4
- Dropped php 5.4 and 5.5 support
Released version 0.2.0
- Added Extension for Nette framework
- Improved coding style
- Renamed reduction to discount [BC Break]
- Added separated discount class implementations [BC Break]
Released version 0.1.0
First release.