Skip to content

Releases: Stillat/primitives

2.0.0

15 Aug 14:46
6c48a89

Choose a tag to compare

  • Update nikic/php-parser to version 5 (closes #9)

1.4.1

24 Oct 00:24
116f1a0

Choose a tag to compare

  • Adds safeSplitNamedString which can be used to split a named string

1.4.0

23 Oct 15:23
c9d4b89

Choose a tag to compare

  • Adds safeSplitString which can be used to split a raw PHP string into an array of PHP expressions

1.3.0

20 Sep 22:54

Choose a tag to compare

  • Allows methods without parameters (as long as they don't conflict with a PHP constant) to omit parenthesis

1.2.0

18 Sep 14:12
7a51d0e

Choose a tag to compare

  • Adds support for context variables when evaluating input strings

1.1.0

18 Sep 12:54
a55d11d

Choose a tag to compare

  • 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

18 Sep 01:14
dfef106

Choose a tag to compare

Initial release :)