Releases: jaxon-php/jaxon-js
Releases · jaxon-php/jaxon-js
Release 5.0.0 rc2.
Changes:
- Fixed the paginator.
- Fixed dialog library registration.
- Shortcut to the JQuery selector.
Release 5.0.0 rc1.
Changes:
Full Changelog: v3.3.9...v5.0.0rc1
Release 3.3.9.
Changes:
- Fixed const assignment in the jaxon.debug object.
Release 3.3.8.
Changes:
- Bugfix #19: remove assignement to const var.
Release 3.3.7
Changes:
- Bugfix #18: remove assignment to const var.
Release 3.3.6
Changes:
- Improved event handler: Any function defined in a global object can be used.
Release 3.3.5
Changes:
- Bugfix #17 : removed reassignments to const vars.
- Removed calls to eval().
Release 3.3.4
Bugfix:
- Incorrect const usage.
Release 3.3.3
Bugfix:
- Var declaration in eval() jaxon-php/jaxon-core#101
Release 3.3.2
Changes:
- Bugfix Removed nullish coalescing operator.