Skip to content

4.0.0

Compare
Choose a tag to compare
@lorenzobruni lorenzobruni released this 26 Feb 10:23
· 43 commits to master since this release

This Version is NOT backward compatible.

N.B. If you upgrade to this version then you must upgrade the Server API Library code to implement the strict JSON-RPC specifications.

  • Constant C_API_VERSION added for reference
  • Method api.ajax.jsonrpc.request amended to follow the strict JSON-RPC specifications
    • callbackFunctionName_onSuccess accepts the specific parameter response.result rather than response
    • callbackFunctionName_onError accepts the specific parameter response.error rather than response
  • The plugin ClipboardJs is now required as a dependency
  • Function String.prototype.s2ab added
  • Header RESPONSE_Server overridden following the OWASP security best practice.