Releases: eXist-db/xst
Releases · eXist-db/xst
v2.0.0
2.0.0 (2025-03-13)
⚠ BREAKING CHANGES
- require node version 18+
- package: allow github-releases larger than 512mb
Features
- github-release: make release a positional argument (8eefa73)
- install: make install from local the default (612843b)
- local: command defaults to
local-files
(f73e867) - package: allow installation of github-releases (8e0acf1)
- package: improve install from github and files (b7d2c55)
- package: install packages from a registry (44aac95)
- registry: default to longer command (8119069)
Bug Fixes
- actually listen to asset-pattern (4b46a50)
- change alias for from-registry (ec3f90b)
- install: better error reporting (7aca968)
- package: allow github-releases larger than 512mb (f324c87)
- package: export utility method needed (7756695)
- package: github-release error handling (64ddeb1)
- package: improve
install local
(013ba56) - package: install from registry (633c44a)
- package: installation of specific github release (8bbea86)
- package: small correction in install local error messages (52a10fd)
- remove unnecessary log output (686d23f)
- upload: positional arguments check no longer working that way (007f78f)
- utility: regular expressions in package.js (c8ae18a)
- util: regular expressions to extract package metadata (b0a094b)
Miscellaneous Chores
- require node version 18+ (84912e0)