XQUNIT
- Unit testing has been improved a lot. All test functions will now be
  evaluated separately; this way, updates can be performed within test.
- with the new TEST command, all test modules in a specified directory
  can be evaluated.
- tests can be invoked from within the GUI editor and project view.
- on command-line, the -t flag can be used for the same purpose.


RESTXQ
- Custom HTTP methods can be defined via %rest:method
- Error handling has been improved and aligned with try/catch


REST
- The "run" operation allows execution of server-side command scripts


DATABASE MODULE
- parsing options added to db:create, db:add and db:replace

Back to Posts