EXPath Package

Back to listing of all packages

semver.xq

Description:XQuery Library for Parsing Semantic Versions
Version:3.0.0
Size:30k
Requirement:eXist-db version 4.2.0 or later
Package Abbrev:semver-xq
Package Name:http://exist-db.org/xquery/semver-xq
Author(s):Joe Wicentowski
License:The 3-Clause BSD License
Website:https://github.com/eXist-db/semver.xq
Download:semver-xq-3.0.0.xar

Download other versions:

  • 2.3.0 (Note: Requires eXist-db version 4.7.0 or later.)
  • 2.2.2 (Note: Requires eXist-db version 4.7.0 or later.)
  • 2.2.1 (Note: Requires eXist-db version 4.7.0 or later.)
  • 2.2.0 (Note: Requires eXist-db version 4.7.0 or later.)

Change log:

3.0.0
  • Breaking: Fixes to EXPath Package dependency resolution - #26.
2.4.0
  • New: Tests to ensure compatibility with recent releases - #13, #14.
  • Fix: The semver:sort#3 function was not returning all results - #15.
  • New: Create a 'watch' and live deploy environment using Docker - #16.
  • New: Add handling for EXPath Package SemVer Templates - #18.
2.3.0
  • New: Added a function for sorting arbitrary items, semver:sort#3 - #5.
2.2.2
  • Fix: Fixed a bug in semver:compare - #3.
2.2.1
  • Fix: Fixed an issue with coercing version strings for comparisons.
2.2.0
  • The first EXPath packaged version of semver.xq.
  • Feature: Adds support for coercing non-SemVer version strings into SemVer 2.0.0 compatible version strings.