Skip to content

Releases: RevoTale/php-shopping-cart

0.4.0: Polish library. Merge pull request #2 from RevoTale/improvents

04 Jun 14:29
cab0b8c

Choose a tag to compare

  • Add strict CI testing for different php versions
  • Code styles fixes
  • PHP 8.4 deprecation fixes
  • Vibe code README

Fix bug where item disappear on zero subtotal

26 Dec 16:21

Choose a tag to compare

0.3.2

Merge remote-tracking branch 'origin/main'

Fixed subtotal negative values

23 Dec 12:11

Choose a tag to compare

  • Fixed negative values in total/subtotal

Important fixes

14 Dec 10:02

Choose a tag to compare

  • Redesigned interface for better usability
  • Tests with strict phpstan rules
  • Use Rector to keep code quality high
  • Make item quantity methods nullable for better understanding of results

Important fixes

12 Dec 19:29

Choose a tag to compare

  • Fix infinity loop bug caused by promo items reducer
  • Fix cases where item counters are duplicated

Fix bug when items with negative value remains.

12 Dec 16:41

Choose a tag to compare

0.2.4

Fix bug when items with negative value remains.

Add list of not eligible promo

10 Dec 17:41

Choose a tag to compare

0.2.3

Add list of not eligible promo to totals

Add methods to checks diffs.

09 Dec 20:20

Choose a tag to compare

0.2.2

Tests items diff methods

Important fixes

09 Dec 19:47

Choose a tag to compare

  • Fixed promotions reduce calculation.
  • Created tests for promotions reduce calculation.

First production grade release.

06 Dec 12:29

Choose a tag to compare

  • Fixed decimals computing
  • Extended promotion abilities
  • More tests