Releases: Stillat/primitives
Releases · Stillat/primitives
2.0.0
1.4.1
- Adds
safeSplitNamedString
which can be used to split a named string
1.4.0
- Adds
safeSplitString
which can be used to split a raw PHP string into an array of PHP expressions
1.3.0
- Allows methods without parameters (as long as they don't conflict with a PHP constant) to omit parenthesis
1.2.0
- Adds support for context variables when evaluating input strings
1.1.0
- Removes string utilities in favor of
illuminate/support
- Adds support for parsing nested method calls, as well as invoking them on a class instance
1.0.0
Initial release :)