aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix: strcmp(): Passing null to parameter #1 ($string1) of type string is depr...v2.3.4Javier Marín2023-03-211-2/+2
* Php unit10 (#124)Bruce Wells2023-03-214-23/+18
* Depreciations are unit test failuresv2.3.3Bruce Wells2022-12-261-1/+2
* Fixing PHPCSFixer settingsBruce Wells2022-12-261-1/+1
* Added Not(!) logical operator and median function with tests. (#121)Fatih Kızmaz2022-12-263-113/+140
* Update to php 8.0 in for packagistBruce Wells2022-12-221-1/+1
* Drop php74 (#120)Bruce Wells2022-12-2212-120/+72
* Php8.2 (#119)v2.3.2Bruce Wells2022-12-083-141/+173
* More code style fixes (#118)v2.3.1Bruce Wells2022-08-041-0/+3
* Throw an IncorrectNumberOfFunctionParametersException if a function gets more...madman-812022-08-042-1/+19
* Update README.mdBruce Wells2022-06-021-2/+3
* Bcmath (#115)v2.3.0Bruce Wells2022-06-023-7/+289
* Space should end open numbers (#113)v2.2.2Bruce Wells2022-05-282-7/+38
* Update readme with non redundant example (concat) (#111)v2.2.1Bruce Wells2022-05-211-1/+1
* Added ability to escape quotes in strings. (#110)Fatih Kızmaz2022-05-195-68/+114
* Update README.mdv2.2.0Bruce Wells2022-05-171-1/+2
* Release Prep (#109)Bruce Wells2022-05-171-13/+13
* Full support for arrays => min, max and avg funcs accept array argument. Also...Fatih Kızmaz2022-05-174-7/+43
* Small support for arrays => min, max and avg funcs accept array argument. (ha...Fatih Kızmaz2022-05-162-8/+52
* Support unlimited args for min, max default funcs. (#106)Fatih Kızmaz2022-05-137-28/+116
* Remove extra line (#105)Bruce Wells2022-05-091-1/+0
* Two more tests + some code refactoring (#104)Javier Marín2022-05-096-320/+133
* Phpcs fixer (#103)Bruce Wells2022-04-2712-939/+1242
* Prep for V2.2.0 release (#99)V2.2.0Bruce Wells2022-04-262-5/+57
* Add a custom variable validator + protected props (#98)Matthijs Meulenbrug2022-04-252-10/+61
* Adding varExists method and support for undefined var handler in getVar (#96)V2.1.112.0.4Bruce Wells2022-03-219-51/+79
* PHP 8.1 support (#94)V2.1.10Mirosław Sztorc2022-02-142-3/+9
* Merge pull request #92 from ideatic/fix-scientific-notationV2.1.9Alex2022-01-062-1/+9
|\
| * fix: broken support for positive exponent numbersJavier Marín2022-01-052-1/+9
|/
* PhpStan support, consts visibilty and name for tokens (#89)Javier Marín2021-07-147-35/+68
* Release prep (#86)V2.1.8Bruce Wells2021-03-052-16/+16
* Merge branch 'master' into masterBruce Wells2021-03-051-1/+1
|\
| * Merge branch 'master' into masterBruce Wells2020-09-160-0/+0
| |\
| * | Better unit testingBruce Wells2020-09-161-10/+10
| * | Allow null values in `setVar` method (#73)Javier Marín2020-09-161-1/+1
| * | Improved support for null variables (#72)Javier Marín2020-09-163-25/+23
| * | Better setVar error message (#70)Bruce Wells2020-09-163-7/+59
| * | Release prep (#69)Bruce Wells2020-09-162-4/+51
| * | Handler for not found variables (#68)Javier Marín2020-09-164-14/+81
| * | Variable fixes (#67)Bruce Wells2020-09-166-11/+97
| * | Merge pull request #4 from neonxp/masterBruce Wells2020-06-0311-40/+56
| |\ \
* | | | Support for unary positive expressions (#85)Javier Marín2021-03-053-23/+41
* | | | 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
| |_|/ |/| |