Releases: jaxon-php/jaxon-js
Releases · jaxon-php/jaxon-js
Release 5.0.0 beta 1.
Changes:
- Renamed method and custom attribute.
Release 5.0.0 rc18.
Changes:
- Added show() and hide() methods to the UmbrellaJs selector.
- Improved commands processing.
- Separate json calls for member attributes and global vars.
- Print an error message if a command target is not found.
- Removed old references to request context.
Release 4.0.4.
Changes:
- Bugfix jaxon-php/jaxon-core#128: Removed calls to undefined function.
- Removed the timer from the command queue.
Release 5.0.0 rc17.
Changes:
- Bugfix jaxon-php/jaxon-core#128: NodeList does not have the filter function. It then needs to be converted to array.
Release 5.0.0 rc16.
Changes:
- New function to copy the value of the csrf meta tag to the request headers.
- Fixed json command validity check before execution.
Release 4.0.2.
Changes:
- Bugfix jaxon-php/jaxon-core#128: NodeList does not have the filter function. It then needs to be converted to array.
Release 5.0.0 rc15.
Changes:
- Fixed the json call processor.
Release 5.0.0 rc14.
Changes:
- The UmbrellaJs library replaces jQuery.
- Fixed the json call processor.
Release 5.0.0 rc13.
Changes:
- New custom attribute to set multiple event handlers on a single node.
- Changed format in commands queuing and processing.
- Removed unused return values.
Release 5.0.0 rc12.
Changes:
- New field "mode" for the selector in a json expression.
- Removed the "jquery.call" command.
- Pass the command context as parameter to the handlers.
- New custom attribute for the click event.