Skip to content

Releases: eXist-db/shared-resources

v0.9.1

14 Sep 15:36
Compare
Choose a tag to compare
  • Fixed: Rebuilt package, which had been missing the ace library required by eXide - eXist-db/exist#3524

v0.9.0

11 Sep 15:58
Compare
Choose a tag to compare

New:

  • Extend form control to manipulate xhtml:form/@action values via templating - #51

v0.8.5

08 Apr 21:44
Compare
Choose a tag to compare
  • Fixed: Use the correct endpoint when querying the public-repo - #47
  • Fixed: Prevent empty fields and validate the URI in the eXide new app wizard - #48
  • v0.8.4

    23 Jul 23:49
    Compare
    Choose a tag to compare
    • Fixed: Removed deprecated draft map constructor for compatibility with forthcoming eXist 5.0.0-RC8

    v0.8.3

    14 Apr 00:54
    9d6f94b
    Compare
    Choose a tag to compare
    • Fixed: Switched from deprecated xmldb functions to security manager module for compatibility with forthcoming eXist 5.0.0-RC8

    v0.8.2

    05 Oct 11:10
    4d678ab
    Compare
    Choose a tag to compare

    HOTFIX restore missing ace components

    v0.8.1

    05 Oct 09:20
    a74a3b2
    Compare
    Choose a tag to compare
    • Fixed: Restore legacy difference between package abbrev and app name - #36

    v0.8.0

    04 Oct 20:22
    6d366e0
    Compare
    Choose a tag to compare

    0.6.0

    • Fixed: Split some functions into calls to smaller functions. Backwards compatible

    0.7.0

    • Improved internal documentation

    0.8.0

    • Fixed: Infinite loop in function lookup #33

    v0.5.0

    16 Apr 19:43
    Compare
    Choose a tag to compare
  • New: Template functions can now accept an arbitrary number of parameters, previously limited to 15 - #29
  • New: Templates can be loaded from HTTP and HTTPS URLs - #24
  • Fixed: Build problems - #28
  • v0.4.2

    22 Mar 01:46
    Compare
    Choose a tag to compare

    0.4.2

    • Minor release to restore package/@abbrev value to prevent problems on older systems querying public-repo.

    0.4.1

    • Fixed templates:each to not output empty element.
    • Improved HTML output by stripping data-template attributes unless configuration option "debug" is set to true.
    • Aligned limit of template:resolve to the max arity number in templates:call-with-args.
    • Fixed for erroneous return type from two functions in apputil module affecting package installation.