Skip to content

Releases: sunfoxcz/price-calculator

Released version 2.0.0

31 May 17:54
Compare
Choose a tag to compare

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

03 Feb 14:43
Compare
Choose a tag to compare
  • Removed minimum-stability from composer.json
  • Allow nette/utils 4.0

Released version 1.1.0

07 Apr 06:25
Compare
Choose a tag to compare

Released version 1.0.1

22 Mar 10:29
Compare
Choose a tag to compare

Fixed PriceCalculator and IPriceCalculator return types in method getDiscount() and getDecimalPoints().

Released version 1.0.0

22 Mar 09:43
Compare
Choose a tag to compare

After long use in production, version 1.0.0 is here with few updates:

  • Updated minimal nette/bootstrap version to 2.4.5
  • Allow installing with nette/utils and nette/bootstrap version 3.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

14 Mar 18:43
Compare
Choose a tag to compare
  • Dropped HHVM, PHP 5.6 and 7.0 support
  • Deprecated Nette\Object switched to Nette\SmartObject trait
  • Upgraded nette/utils to version 2.5
  • Added PHP 7.2 support

Released version 0.3.0

19 Jan 22:50
Compare
Choose a tag to compare
  • Fixed compatibility with Nette 2.4
  • Dropped php 5.4 and 5.5 support

Released version 0.2.0

19 Jan 22:43
Compare
Choose a tag to compare
  • 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

23 Jul 17:36
Compare
Choose a tag to compare

First release.