This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
Releases: moonrepo/schema-plugin
Releases · moonrepo/schema-plugin
v0.14.0
v0.13.1
🚀 Updates
- Updated
resolve.aliases
to support ranges, requirements, and aliases. - Updated
resolve.version-pattern
andresolve.git-tag-pattern
to support year/month/day regex group names (for calver support). - Updated dependencies.
v0.13.0
🚀 Updates
- Added
resolve.aliases
andresolve.versions
settings, allowing an explicit list of aliases and versions to be defined. The versions list will be merged with other git/manifest extracted versions. - Updated to support proto v0.36 release.
v0.12.0
🚀 Updates
- Updated to support proto v0.35 release.
v0.11.0
🚀 Updates
- Added
install.primary
setting, for advanced configuring the primary bin/shim itself. Supports the same settings as the WASM plugin. - Added
install.secondary
setting, for configuring secondary bins/shims. Supports the same settings as the WASM plugin. - Updated
platform.*.bin-path
to support interpolation. - Updated to support proto v0.32 release.
v0.10.1
🚀 Updates
- Added an
install.libc
setting, to customize the libc wording used.
v0.10.0
💥 Breaking
- Removed
globals
setting. Use native installation methods instead. - Removed deprecated
shim
setting, useinstall
setting instead.
🚀 Updates
- Added a
platform.*.archs
setting, to limit what architectures are supported for that OS. - Added a
packages
setting for managing global packages. Supportsglobals_lookup_dirs
andglobals_prefix
sub-settings. - Updated to support proto v0.31 release.
- Updated dependencies.
⚙️ Internal
- Updated arch/os value parsing to be more strict.
v0.9.1
🚀 Updates
- Updated our regex to support Perl syntax like
\d
.
v0.9.0
🚀 Updates
- Updated to support proto v0.29 release.
- Added
globals.bin
setting, for customizing the bin used for installs/uninstalls.
v0.8.0
💥 Breaking
- Removed deprecated functions:
locate_bins
,create_shims
🚀 Updates
- Updated to support proto v0.28 release.
- Updated to extism-pdk v1.