Releases: jaxon-php/jaxon-js
Releases · jaxon-php/jaxon-js
Release 5.0.0 rc11.
Changes:
- Renamed dir and classes.
- Moved static js files.
Release 5.0.0 rc10.
Changes:
- Event handlers can be defined for children nodes.
- Improved callback processing.
Release 4.0.1.
Changes:
- Set the library version number.
Release 4.0.0.
Changes:
- Rewrote all the library using IIFE.
- Removed calls to new Function and eval (js code is inserted by adding a script tag in the page).
- New callbacks: onInitialize and onProcessParams.
- Improved request, response and callback processing.
- Removed calls to attachEvent() and detachEvent().
- Removed the jaxon.cmd.tree functions.
- Added tests.
Release 5.0.0 rc9.
Changes:
- Process custom HTML attributes.
- New command to execute a json expression.
Release 5.0.0 rc8.
Changes:
- New selector for the "window" object.
- New command to delete an entry in the databag.
Release 5.0.0 rc7.
Changes:
- Fixed the js call in the paginator.
Release 5.0.0 rc6.
Changes:
- Fixes and more tests on json function execution.
Release 5.0.0 rc4.
Changes:
- Better type checks.
- Improved the json function execution.
Release 5.0.0 rc3.
Changes:
- New shortcut to the json function execution.