Changes for version 1.1.0 - 2026-06-11
- support JSON-RPC 2.0 in addition to the legacy qooxdoo protocol; the dispatcher auto-detects the envelope (a 'jsonrpc' member selects 2.0). The 2.0 path drops the 'service' concept, is POST-only, returns {jsonrpc,id,result|error}, uses an integer error code, carries the non-standard 'origin' inside error.data, and accepts named (object) params as a single hashref. Legacy qx1 behaviour is unchanged.
- realign $VERSION across Qooxdoo.pm and JsonRpcController.pm
Modules
System for writing Qooxdoo backend code with Mojolicious
A controller base class for Qooxdoo JSON-RPC Calls