Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove extra line (#105) | Bruce Wells | 2022-05-09 | 1 | -1/+0 |
* | Two more tests + some code refactoring (#104) | Javier Marín | 2022-05-09 | 6 | -320/+133 |
* | Phpcs fixer (#103) | Bruce Wells | 2022-04-27 | 12 | -939/+1242 |
* | Prep for V2.2.0 release (#99)V2.2.0 | Bruce Wells | 2022-04-26 | 2 | -5/+57 |
* | Add a custom variable validator + protected props (#98) | Matthijs Meulenbrug | 2022-04-25 | 2 | -10/+61 |
* | Adding varExists method and support for undefined var handler in getVar (#96)V2.1.112.0.4 | Bruce Wells | 2022-03-21 | 9 | -51/+79 |
* | PHP 8.1 support (#94)V2.1.10 | Mirosław Sztorc | 2022-02-14 | 2 | -3/+9 |
* | Merge pull request #92 from ideatic/fix-scientific-notationV2.1.9 | Alex | 2022-01-06 | 2 | -1/+9 |
|\ | |||||
| * | fix: broken support for positive exponent numbers | Javier Marín | 2022-01-05 | 2 | -1/+9 |
|/ | |||||
* | PhpStan support, consts visibilty and name for tokens (#89) | Javier Marín | 2021-07-14 | 7 | -35/+68 |
* | Release prep (#86)V2.1.8 | Bruce Wells | 2021-03-05 | 2 | -16/+16 |
* | Merge branch 'master' into master | Bruce Wells | 2021-03-05 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'master' into master | Bruce Wells | 2020-09-16 | 0 | -0/+0 |
| |\ | |||||
| * | | Better unit testing | Bruce Wells | 2020-09-16 | 1 | -10/+10 |
| * | | Allow null values in `setVar` method (#73) | Javier Marín | 2020-09-16 | 1 | -1/+1 |
| * | | Improved support for null variables (#72) | Javier Marín | 2020-09-16 | 3 | -25/+23 |
| * | | Better setVar error message (#70) | Bruce Wells | 2020-09-16 | 3 | -7/+59 |
| * | | Release prep (#69) | Bruce Wells | 2020-09-16 | 2 | -4/+51 |
| * | | Handler for not found variables (#68) | Javier Marín | 2020-09-16 | 4 | -14/+81 |
| * | | Variable fixes (#67) | Bruce Wells | 2020-09-16 | 6 | -11/+97 |
| * | | Merge pull request #4 from neonxp/master | Bruce Wells | 2020-06-03 | 11 | -40/+56 |
| |\ \ | |||||
* | | | | Support for unary positive expressions (#85) | Javier Marín | 2021-03-05 | 3 | -23/+41 |
* | | | | Unary Minus (#84)V2.1.7 | Bruce Wells | 2021-02-17 | 3 | -31/+66 |
* | | | | Improve autoloading, asssertions and CI trigger (#79)V2.1.6 | Chun-Sheng, Li | 2021-01-06 | 2 | -3/+8 |
* | | | | CI - new workflow for GitHub actions (#82) | Mirosław Sztorc | 2021-01-06 | 2 | -14/+34 |
* | | | | Cache-control improvements (#81) | Mirosław Sztorc | 2021-01-06 | 2 | -5/+50 |
* | | | | PHPUnit 8 or higher for PHP 8.0 support (#78) | Bruce Wells | 2020-11-28 | 1 | -1/+1 |
* | | | | Additional tests Hacktoberfest (#77)V2.1.5 | Bruce Wells | 2020-10-20 | 1 | -8/+30 |
* | | | | add new functions and aliases to the old functions (#76) | diman3210 | 2020-10-20 | 3 | -7/+117 |
* | | | | Improved unit tests (#74)V2.1.4 | Bruce Wells | 2020-09-16 | 1 | -10/+10 |
| |_|/ |/| | | |||||
* | | | Allow null values in `setVar` method (#73)V2.1.3 | Javier Marín | 2020-09-16 | 1 | -1/+1 |
* | | | Improved support for null variables (#72)V2.1.2 | Javier Marín | 2020-09-15 | 3 | -25/+23 |
* | | | Better setVar error message (#70)V2.1.1 | Bruce Wells | 2020-07-27 | 3 | -7/+59 |
* | | | Release prep (#69)V2.1.0 | Bruce Wells | 2020-07-27 | 2 | -4/+51 |
* | | | Handler for not found variables (#68) | Javier Marín | 2020-07-26 | 4 | -14/+81 |
* | | | Variable fixes (#67)V2.0.3 | Bruce Wells | 2020-06-04 | 6 | -11/+97 |
| |/ |/| | |||||
* | | Code style fixes & Github Actions (#65)V2.0.2 | Alexander Kiryukhin | 2020-06-01 | 11 | -39/+55 |
* | | Packagist tag (#64)V2.0.1 | Bruce Wells | 2020-05-21 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #63 from phpfui/neonxp-ngv2.0.0 | Alexander Kiryukhin | 2020-05-20 | 7 | -41/+157 |
|\ | |||||
| * | Merge branch 'master' into neonxp-ng | Bruce Wells | 2020-05-20 | 3 | -5/+3 |
| |\ | |/ |/| | |||||
* | | WIP: New generation (#62) | Alexander Kiryukhin | 2020-05-20 | 38 | -1909/+777 |
| * | Null parameters allowed | Bruce Wells | 2020-05-20 | 1 | -1/+1 |
| * | Adding setVars back in | Bruce Wells | 2020-05-20 | 1 | -0/+19 |
| * | Update readme.md | Bruce Wells | 2020-05-20 | 1 | -8/+10 |
| * | setDivisionByZeroIsZero | Bruce Wells | 2020-05-20 | 2 | -7/+18 |
| * | Private members | Bruce Wells | 2020-05-20 | 1 | -4/+90 |
| * | typed parameters and return types | Bruce Wells | 2020-05-20 | 5 | -23/+23 |
| * | Merge branch 'ng' of https://github.com/neonxp/MathExecutor into neonxp-ng | Bruce Wells | 2020-05-20 | 38 | -1909/+777 |
| |\ | |||||
| | * | Fix readme | Alexander Kiryukhin | 2020-05-15 | 1 | -2/+4 |
| | * | 7.1 downgrade | Alexander Kiryukhin | 2020-05-15 | 2 | -15/+2 |