- Added operator 'url_modify', which makes it easier to modify the components of a url.
- Defined all operators in swark.ini, making even the ones supplied by swark overridable.
- Added support for disabling operators by setting the class to
disabled
.
- Fixed
json_encode
operator to support values as a parameter or as the pipe input. This makes it compatible with the version injscore
. - Added support for easily adding custom operators by defining them in
swark.ini
.
Initial version with composer support.