aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Unary Minus (#84)V2.1.7Bruce Wells2021-02-173-31/+66
* Improve autoloading, asssertions and CI trigger (#79)V2.1.6Chun-Sheng, Li2021-01-062-3/+8
* CI - new workflow for GitHub actions (#82)Mirosław Sztorc2021-01-062-14/+34
* Cache-control improvements (#81)Mirosław Sztorc2021-01-062-5/+50
* PHPUnit 8 or higher for PHP 8.0 support (#78)Bruce Wells2020-11-281-1/+1
* Additional tests Hacktoberfest (#77)V2.1.5Bruce Wells2020-10-201-8/+30
* add new functions and aliases to the old functions (#76)diman32102020-10-203-7/+117
* Improved unit tests (#74)V2.1.4Bruce Wells2020-09-161-10/+10
* Allow null values in `setVar` method (#73)V2.1.3Javier Marín2020-09-161-1/+1
* Improved support for null variables (#72)V2.1.2Javier Marín2020-09-153-25/+23
* Better setVar error message (#70)V2.1.1Bruce Wells2020-07-273-7/+59
* Release prep (#69)V2.1.0Bruce Wells2020-07-272-4/+51
* Handler for not found variables (#68)Javier Marín2020-07-264-14/+81
* Variable fixes (#67)V2.0.3Bruce Wells2020-06-046-11/+97
* Code style fixes & Github Actions (#65)V2.0.2Alexander Kiryukhin2020-06-0111-39/+55
* Packagist tag (#64)V2.0.1Bruce Wells2020-05-212-2/+2
* Merge pull request #63 from phpfui/neonxp-ngv2.0.0Alexander Kiryukhin2020-05-207-41/+157
|\
| * Merge branch 'master' into neonxp-ngBruce Wells2020-05-203-5/+3
| |\ | |/ |/|
* | WIP: New generation (#62)Alexander Kiryukhin2020-05-2038-1909/+777
| * Null parameters allowedBruce Wells2020-05-201-1/+1
| * Adding setVars back inBruce Wells2020-05-201-0/+19
| * Update readme.mdBruce Wells2020-05-201-8/+10
| * setDivisionByZeroIsZeroBruce Wells2020-05-202-7/+18
| * Private membersBruce Wells2020-05-201-4/+90
| * typed parameters and return typesBruce Wells2020-05-205-23/+23
| * Merge branch 'ng' of https://github.com/neonxp/MathExecutor into neonxp-ngBruce Wells2020-05-2038-1909/+777
| |\
| | * Fix readmeAlexander Kiryukhin2020-05-151-2/+4
| | * 7.1 downgradeAlexander Kiryukhin2020-05-152-15/+2
| | * Fix version string for TravisAlexander Kiryukhin2020-05-151-1/+1
| | * Cleanup unused importsAlexander Kiryukhin2020-05-151-6/+0
| | * Massive refactoringAlexander Kiryukhin2020-05-1538-1904/+789
| |/ |/|
* | Doc update (#61)Bruce Wells2020-05-141-1/+1
* | Negative expression start (#60)V1.1.4Bruce Wells2020-04-212-3/+10
* | Update documentation for PHPFUI/InstaDoc (#58)Bruce Wells2020-04-116-18/+48
| * Doc update (#61)Bruce Wells2020-05-201-1/+1
| * Negative expression start (#60)Bruce Wells2020-05-202-3/+10
| * Update documentation for PHPFUI/InstaDocBruce Wells2020-04-106-18/+48
|/
* PHP 7.4 support (#57)V1.1.3Bruce Wells2020-02-083-5/+12
* Merge branch 'master' into masterBruce Wells2020-02-074-7/+6
|\
| * PHP 7.4 supportBruce Wells2019-12-014-7/+6
| * Update README.md and more function supportBruce Wells2019-11-274-28/+202
| * Merge branch 'master' of https://github.com/neonxp/MathExecutorBruce Wells2019-11-2718-13/+526
| |\
| * \ Merge branch 'master' of https://github.com/phpfui/MathExecutorBruce Wells2019-10-314-10/+3
| |\ \
| | * | Upgrading PHPUnit and dropping support for 5.6 and 7.0Bruce Wells2019-10-314-10/+3
| | * | Subtraction fix (#46) (#8)Bruce Wells2019-10-310-0/+0
| * | | Merge branch 'master' of https://github.com/phpfui/MathExecutorBruce Wells2019-08-165-6/+39
| |\| |
| | * | Subtraction fix (#46) (#7)Bruce Wells2019-08-165-7/+50
| * | | Merge branch 'master' of https://github.com/phpfui/MathExecutorBruce Wells2019-08-167-34/+86
| |\| |
| * | | Fixed function argument ordering and default parameter type for addFunctionBruce Wells2019-01-114-6/+14
* | | | Fix substraction by zero bug (#56)Clément Lafont2020-02-072-2/+21