aboutsummaryrefslogtreecommitdiff
path: root/src/NXP
Commit message (Expand)AuthorAgeFilesLines
* Added ability to escape quotes in strings. (#110)Fatih Kızmaz2022-05-193-40/+68
* Full support for arrays => min, max and avg funcs accept array argument. Also...Fatih Kızmaz2022-05-172-3/+11
* Small support for arrays => min, max and avg funcs accept array argument. (ha...Fatih Kızmaz2022-05-161-5/+29
* Support unlimited args for min, max default funcs. (#106)Fatih Kızmaz2022-05-136-28/+75
* Remove extra line (#105)Bruce Wells2022-05-091-1/+0
* Two more tests + some code refactoring (#104)Javier Marín2022-05-095-313/+105
* Phpcs fixer (#103)Bruce Wells2022-04-276-610/+628
* Add a custom variable validator + protected props (#98)Matthijs Meulenbrug2022-04-251-10/+46
* Adding varExists method and support for undefined var handler in getVar (#96)V2.1.112.0.4Bruce Wells2022-03-215-31/+41
* fix: broken support for positive exponent numbersJavier Marín2022-01-051-1/+1
* PhpStan support, consts visibilty and name for tokens (#89)Javier Marín2021-07-145-35/+48
* Support for unary positive expressions (#85)Javier Marín2021-03-052-23/+30
* Unary Minus (#84)V2.1.7Bruce Wells2021-02-172-31/+46
* Cache-control improvements (#81)Mirosław Sztorc2021-01-061-5/+26
* add new functions and aliases to the old functions (#76)diman32102020-10-201-1/+64
* 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-152-4/+2
* Better setVar error message (#70)V2.1.1Bruce Wells2020-07-271-1/+2
* Handler for not found variables (#68)Javier Marín2020-07-263-14/+50
* Variable fixes (#67)V2.0.3Bruce Wells2020-06-045-11/+29
* Code style fixes & Github Actions (#65)V2.0.2Alexander Kiryukhin2020-06-015-13/+10
* Packagist tag (#64)V2.0.1Bruce Wells2020-05-211-1/+1
* Merge branch 'master' into neonxp-ngBruce Wells2020-05-202-3/+3
|\
| * WIP: New generation (#62)Alexander Kiryukhin2020-05-2035-1810/+682
* | Null parameters allowedBruce Wells2020-05-201-1/+1
* | Adding setVars back inBruce Wells2020-05-201-0/+19
* | setDivisionByZeroIsZeroBruce Wells2020-05-201-0/+16
* | Private membersBruce Wells2020-05-201-4/+90
* | typed parameters and return typesBruce Wells2020-05-205-23/+23
* | 7.1 downgradeAlexander Kiryukhin2020-05-152-15/+2
* | Cleanup unused importsAlexander Kiryukhin2020-05-151-6/+0
* | Massive refactoringAlexander Kiryukhin2020-05-1535-1804/+695
|/
* Negative expression start (#60)V1.1.4Bruce Wells2020-04-211-2/+2
* Update documentation for PHPFUI/InstaDoc (#58)Bruce Wells2020-04-115-17/+43
* Merge branch 'master' into masterBruce Wells2020-02-071-2/+2
|\
| * PHP 7.4 supportBruce Wells2019-12-011-2/+2
| * Update README.md and more function supportBruce Wells2019-11-272-16/+109
* | Fix substraction by zero bug (#56)Clément Lafont2020-02-071-2/+14
* | Left bracket and minus fix (#55)V1.1.2Clément Lafont2020-01-131-2/+6
* | Version 1.1 (#51)V1.1.0Bruce Wells2019-11-272-16/+109
|/
* Logicandcompare (#50)franksl2019-11-2615-13/+458
* Subtraction fix (#46)v0.8.0Bruce Wells2019-08-161-2/+18
* Fixed typo in constantBruce Wells2019-01-161-1/+1
* Fixed comma operatorBruce Wells2019-01-164-14/+42
* Fixed function parameter orderBruce Wells2019-01-123-11/+7
* sync (#5)Bruce Wells2019-01-1124-175/+212
* Syncing to origin (#4)Bruce Wells2019-01-101-2/+1
* Syncing from origin (#3)Bruce Wells2019-01-102-32/+78
* Fixed function in () block issueBruce Wells2018-11-261-130/+133
* Division By Zero Exception supportBruce Wells2018-10-314-1/+89