Skip to content

Releases: jaxon-php/jaxon-js

Release 5.0.0 rc11.

09 Jun 17:30
Compare
Choose a tag to compare
Release 5.0.0 rc11. Pre-release
Pre-release

Changes:

  • Renamed dir and classes.
  • Moved static js files.

Release 5.0.0 rc10.

06 Jun 17:17
Compare
Choose a tag to compare
Release 5.0.0 rc10. Pre-release
Pre-release

Changes:

  • Event handlers can be defined for children nodes.
  • Improved callback processing.

Release 4.0.1.

06 Jun 13:09
Compare
Choose a tag to compare

Changes:

  • Set the library version number.

Release 4.0.0.

06 Jun 12:31
Compare
Choose a tag to compare

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.

03 Jun 17:35
Compare
Choose a tag to compare
Release 5.0.0 rc9. Pre-release
Pre-release

Changes:

  • Process custom HTML attributes.
  • New command to execute a json expression.

Release 5.0.0 rc8.

28 May 07:27
Compare
Choose a tag to compare
Release 5.0.0 rc8. Pre-release
Pre-release

Changes:

  • New selector for the "window" object.
  • New command to delete an entry in the databag.

Release 5.0.0 rc7.

19 May 10:19
Compare
Choose a tag to compare
Release 5.0.0 rc7. Pre-release
Pre-release

Changes:

  • Fixed the js call in the paginator.

Release 5.0.0 rc6.

19 May 08:59
Compare
Choose a tag to compare
Release 5.0.0 rc6. Pre-release
Pre-release

Changes:

  • Fixes and more tests on json function execution.

Release 5.0.0 rc4.

18 May 00:40
Compare
Choose a tag to compare
Release 5.0.0 rc4. Pre-release
Pre-release

Changes:

  • Better type checks.
  • Improved the json function execution.

Release 5.0.0 rc3.

15 May 00:39
Compare
Choose a tag to compare
Release 5.0.0 rc3. Pre-release
Pre-release

Changes:

  • New shortcut to the json function execution.