Sijax

Latest version: v0.3.2

Safety actively analyzes 630169 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.2.1

-------------

TypeError exceptions raised from within Sijax handler functions will no longer
be handled by Sijax. Until now they were mistaken for invalid function calls
(bad arguments) and triggered the ``EVENT_INVALID_CALL`` event handler.

0.2.0

-------------

Huge reorganization of modules, which lead to minor API
differences.

- :class:`sijax.Sijax.Sijax` is now :class:`sijax.Sijax`
- :class:`sijax.response.BaseResponse.BaseResponse`
is now :class:`sijax.response.BaseResponse`
- :class:`sijax.response.StreamingIframeResponse.StreamingIframeResponse`
is now :class:`sijax.response.StreamingIframeResponse`
- :class:`sijax.plugin.comet.CometResponse.CometResponse`
is now :class:`sijax.plugin.comet.CometResponse`
- :class:`sijax.plugin.upload.UploadResponse.UploadResponse`
is now :class:`sijax.plugin.upload.UploadResponse`
- :meth:`sijax.Sijax.Sijax.is_sijax_request()` is now
:attr:`sijax.Sijax.is_sijax_request`
- :meth:`sijax.Sijax.Sijax.get_request_function()` is now
:attr:`sijax.Sijax.requested_function`
- :meth:`sijax.Sijax.Sijax.get_request_args()` is now
:attr:`sijax.Sijax.request_args`

Documentation also got completely reviewed and many improvements were made.

Version 0.1.x
-------------

Initial release.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.