aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Added Not(!) logical operator and median function with tests. (#121)Fatih Kızmaz2022-12-261-2/+3
|
* Drop php74 (#120)Bruce Wells2022-12-221-1/+1
| | | | | | | | | * PHPStan Level 6 * Drop PHP 7.4 support * Add PHPStan badge to readme * Code style cleanup
* Update README.mdBruce Wells2022-06-021-2/+3
|
* Bcmath (#115)v2.3.0Bruce Wells2022-06-021-3/+7
| | | | | * Add useBCMath * Support for % operator (mod)
* 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-191-2/+15
| | | | | | | | | | | | | | | * Added ability to escape quotes in strings. * Removed type checking for customfunc arguments. It was a bad idea to check types, because php automatically tries to convert a parameter to required type and throws if it failures. On the other hand, we can check types also in callables if required. * Update phpdoc * Fix some typos + improve min, max, avg funcs. * Update readme + improvements. * Fix a typo in sample. * Fix unshown backslash in readme.
* Update README.mdv2.2.0Bruce Wells2022-05-171-1/+2
| | | Support for variable number of function parameters
* Release Prep (#109)Bruce Wells2022-05-171-13/+13
|
* Full support for arrays => min, max and avg funcs accept array argument. ↵Fatih Kızmaz2022-05-171-4/+16
| | | | | | | | Also array function is defined which return arguments as array. Square bracket arrays are also supported. (#108) valid expression -> "max([1,2,3])" valid expression -> "max(array(1,2,3))" valid expression -> "max($ages_arr)" valid expression -> "max(ages_arr())"
* Prep for V2.2.0 release (#99)V2.2.0Bruce Wells2022-04-261-0/+16
|
* Release prep (#86)V2.1.8Bruce Wells2021-03-051-5/+2
|
* add new functions and aliases to the old functions (#76)diman32102020-10-201-6/+12
| | | | | * add new functions and aliases to the old functions * add tests for new functions
* Better setVar error message (#70)V2.1.1Bruce Wells2020-07-271-2/+4
| | | | Additional unit tests Readme update
* Release prep (#69)V2.1.0Bruce Wells2020-07-271-0/+16
| | | | | | | * String comparison unit tests * getVars and getFunctions sanity checks * Add dynamic variable documentation
* Code style fixes & Github Actions (#65)V2.0.2Alexander Kiryukhin2020-06-011-1/+1
| | | | | | | | | | | | * Code style fixes Up phpunit to v8 New CI * Remove travis * Fix CI badge * Added php-cs-fixer action
* Packagist tag (#64)V2.0.1Bruce Wells2020-05-211-1/+1
| | | | | * $variables should be private * Add Packagist tag
* Merge branch 'master' into neonxp-ngBruce Wells2020-05-201-2/+0
|\
| * WIP: New generation (#62)Alexander Kiryukhin2020-05-201-57/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Massive refactoring More clean structure Parsing without regular expressions * Cleanup unused imports * Fix version string for Travis * 7.1 downgrade * Fix readme
* | Update readme.mdBruce Wells2020-05-201-8/+10
| |
* | Fix readmeAlexander Kiryukhin2020-05-151-2/+4
| |
* | Massive refactoringAlexander Kiryukhin2020-05-151-58/+26
|/ | | | | More clean structure Parsing without regular expressions
* Doc update (#61)Bruce Wells2020-05-141-1/+1
| | | | | * Update documentation for PHPFUI/InstaDoc * Removing dead waffle.io links in docs
* Update documentation for PHPFUI/InstaDoc (#58)Bruce Wells2020-04-111-1/+5
|
* PHP 7.4 support (#57)V1.1.3Bruce Wells2020-02-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Merge in neonxp master (#9) * Version 1.1 (#51) * Update README.md and more function support * Removing phpunit symbolic link (#53) * Left bracket and minus fix (#55) * Left bracket and minus fix (#54) * Add test for left bracket and minus fix #55 * Fix substraction by zero bug (#56) Co-authored-by: franksl <info@streamlake.com> Co-authored-by: Clément Lafont <johnrazeur@gmail.com> * Docs and test updates * Update composer Co-authored-by: franksl <info@streamlake.com> Co-authored-by: Clément Lafont <johnrazeur@gmail.com>
* PHP 7.4 supportBruce Wells2019-12-011-2/+0
|
* Update README.md and more function supportBruce Wells2019-11-271-11/+56
|
* Subtraction fix (#46)v0.8.0Bruce Wells2019-08-161-2/+8
| | | | | * Updated unit tests * Fixed docs * Better unary minus support
* Fixed function parameter order (#42)v0.7.1Bruce Wells2019-01-121-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed parsing for () * sync (#5) * Documentation fixes (#34) Fixing typos in and clarifying documentation. * MathExecutor allow override default operators, functions and vars (#36) * Added simple coc (#37) * Added simple coc * Fix * Replaceable operators (#38) * Updated from NeonXP/MathExecutor * Fixed function in () block issue * Fixing typos in and clarifying documentation. * Syncing from origin (#3) * Documentation fixes (#34) Fixing typos in and clarifying documentation. * MathExecutor allow override default operators, functions and vars (#36) * Allow for operators to be replaced based on regex expression * Fix md typo (#39) * Updated from NeonXP/MathExecutor * Fixed function in () block issue * Fixing typos in and clarifying documentation. * Syncing from origin (#3) * Documentation fixes (#34) Fixing typos in and clarifying documentation. * MathExecutor allow override default operators, functions and vars (#36) * Syncing to origin (#4) * Documentation fixes (#34) Fixing typos in and clarifying documentation. * MathExecutor allow override default operators, functions and vars (#36) * Added simple coc (#37) * Added simple coc * Fix * Replaceable operators (#38) * Updated from NeonXP/MathExecutor * Fixed function in () block issue * Fixing typos in and clarifying documentation. * Syncing from origin (#3) * Documentation fixes (#34) Fixing typos in and clarifying documentation. * MathExecutor allow override default operators, functions and vars (#36) * Allow for operators to be replaced based on regex expression * \\ instead of \ * Update README.md Some small fixes * Fix single quotes parsing (#41) * Fix single quotes parsing Fix e-mails Some small fixes * Mistake in test * More PHP versions * Update README.md Deleted `dev` branch * Fixed function parameter order Corrected $places default value for addFunction to match TokenFactory Added function order test and put expected order first in assertEquals If else blocks in calculator Updated docs
* Update README.mdAlexander Kiryukhin2019-01-111-6/+0
| | | Deleted `dev` branch
* Update README.mdAlexander Kiryukhin2019-01-111-2/+2
| | | Some small fixes
* Fix md typo (#39)Bruce Wells2019-01-101-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updated from NeonXP/MathExecutor * Fixed function in () block issue * Fixing typos in and clarifying documentation. * Syncing from origin (#3) * Documentation fixes (#34) Fixing typos in and clarifying documentation. * MathExecutor allow override default operators, functions and vars (#36) * Syncing to origin (#4) * Documentation fixes (#34) Fixing typos in and clarifying documentation. * MathExecutor allow override default operators, functions and vars (#36) * Added simple coc (#37) * Added simple coc * Fix * Replaceable operators (#38) * Updated from NeonXP/MathExecutor * Fixed function in () block issue * Fixing typos in and clarifying documentation. * Syncing from origin (#3) * Documentation fixes (#34) Fixing typos in and clarifying documentation. * MathExecutor allow override default operators, functions and vars (#36) * Allow for operators to be replaced based on regex expression * \\ instead of \
* Replaceable operators (#38)v0.7Bruce Wells2019-01-101-0/+12
| | | | | | | | | | | | | | | | | | * Updated from NeonXP/MathExecutor * Fixed function in () block issue * Fixing typos in and clarifying documentation. * Syncing from origin (#3) * Documentation fixes (#34) Fixing typos in and clarifying documentation. * MathExecutor allow override default operators, functions and vars (#36) * Allow for operators to be replaced based on regex expression
* Documentation fixes (#34)Bruce Wells2018-12-201-6/+6
| | | | Fixing typos in and clarifying documentation.
* Fixed Lexor to correctly generate reverse polish notation (#33)v0.6Bruce Wells2018-11-261-3/+4
| | | | | | * Updated from NeonXP/MathExecutor * Fixed function in () block issue
* Division By Zero Exception supportBruce Wells2018-10-311-18/+39
| | | | | | Updated the documentation. Unit tests for strings. DivisionByZeroException support.
* Merge branch 'master' into getters_for_function_and_operatorsAlexander Kiryukhin2018-09-061-0/+1
|\
| * add waffle.io badgeMaking GitHub Delicious.2015-09-291-0/+1
| |
* | Update README.mdAlexander Kiryukhin2013-09-061-2/+2
| |
* | ~Change readmeNeonXP2013-09-061-1/+9
|/
* Update README.mdAlexander Kiryukhin2013-09-061-0/+2
|
* Update README.mdAlexander Kiryukhin2013-09-061-3/+3
|
* Update README.mdAlexander Kiryukhin2013-09-061-1/+3
|
* + Added cache, which speeds up the repetitive calculationsNeonXP2013-09-061-1/+18
| | | | + Returned variables, because they need for cached expressions
* Mass refactoringNeonXP2013-09-061-10/+62
| | | | | | | | | | | Some changes: + Added support of functions with multiple arguments + Added some default function (min, max, avg). just example of multiple arguments :) - Removed variables support (I think they pointless) ~ All tokens now in individual classes ~ Parsing based on regular expressions ~ Fix negative numbers ~ Fix grouping with brackets
* Fix to PSR standart, fix tokenizer, fix function executor.zhukv2013-08-031-7/+43
|
* Update README.mdAlexander Kiryukhin2013-03-141-3/+1
|
* Update README.mdAlexander Kiryukhin2013-03-141-1/+7
|
* Initial commitNeonXP2013-03-141-0/+10