Releases: chriskonnertz/string-calc
v2.0.0
v1.0.12
Changelog:
- Updated tests for newer version of PHPUnit
- README.md improvements
Notes:
There might be a bug in the implementation of the singleton pattern (in the service container). However, this bug probably is not critical if you do not make heavy use of the service container.
v1.0.11
Changelog:
- This release fixes a bug that occured for example in the term
min(5, -10)
. Thanks to the contributor for fixing this bug! ( #16 ) - Added few more test calculations
- Some changes to
README.MD
Notes:
There might be a bug in the implementation of the singleton pattern (in the service container). However, this bug probably is not critical if you do not make heavy use of the service container.
v1.0.10
Changelog:
- This release fixes a bug that occured when adding a new symbol (at runtime)
- It also fixes a mistake in the
addSymbol
section of theREADME.md
Notes:
There might be a bug in the implementation of the singleton pattern (in the service container). However, this bug probably is not critical if you do not make heavy use of the service container.
v1.0.9
Changelog:
- Better grammar production rules (they are displayed in the demo script)
- Small
README.md
update about numbers
Notes:
This version does not have any known bugs.
v1.0.8
Changelog:
- Added modulo operator
- Added more test calculations
- Better handling of invalid number of arguments behaviour in function classes
- Some other small changes
v1.0.5
Changelog:
- Added
Grammar
namespace with classes that allow to define a grammar for the terms StringCalc can process demo.php
got an improved look and displays the grammar rules- Some other small changes
v1.0.2
Changelog:
Bugfixes
- Fixed issue with wrong operator calcualtion order with PHP 5.6
- Fixed issue with parsing of nested brackets
- Better handling of empty braces. Throws an exception of type StringCalcException now.
- Fixed issue in the test with array_merge and duplicate indices
v1.0.0
Initial/first stable release: Version 1.0.0
Does not have any known bugs.
Files: 115
Folders: 19
Size: 226 KB
Commits: 206
Days: ~75