Skip to content

Version 3.5

Compare
Choose a tag to compare
@Ronef Ronef released this 24 May 22:25
· 78 commits to master since this release
  • + Parameters → inputString: Can also be a JSON object, not just an array.
  • * Parameters → filter:
    • * “Is equal” operator changed to == from :: (with backward compatibility).
    • + Added “is not equal” operator (!=).
    • + Added “and” condition (&&).
    • + Values can be quoted.
    • + Spaces, tabs and line breaks are allowed.
  • + Composer.json.
  • + README.
  • + README_ru.
  • + CHANGELOG.
  • + CHANGELOG_ru.