Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Releases: moonrepo/schema-plugin

v0.14.0

02 Jul 22:30
0150d3c
Compare
Choose a tag to compare

🚀 Updates

  • Added platform.*.exes_dir, which points to a relative dir that contains all pre-installed executables.
  • Renamed platform.*.bin_path to exe_path.
  • Updated to support proto v0.37 release.

v0.13.1

25 Jun 20:57
e0889ee
Compare
Choose a tag to compare

🚀 Updates

  • Updated resolve.aliases to support ranges, requirements, and aliases.
  • Updated resolve.version-pattern and resolve.git-tag-pattern to support year/month/day regex group names (for calver support).
  • Updated dependencies.

v0.13.0

03 Jun 01:21
2b22006
Compare
Choose a tag to compare

🚀 Updates

  • Added resolve.aliases and resolve.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

05 May 20:09
f26fa1d
Compare
Choose a tag to compare

🚀 Updates

  • Updated to support proto v0.35 release.

v0.11.0

20 Mar 19:05
95da202
Compare
Choose a tag to compare

🚀 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

04 Mar 18:46
Compare
Choose a tag to compare

🚀 Updates

  • Added an install.libc setting, to customize the libc wording used.

v0.10.0

01 Mar 22:06
dabd857
Compare
Choose a tag to compare

💥 Breaking

  • Removed globals setting. Use native installation methods instead.
  • Removed deprecated shim setting, use install 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. Supports globals_lookup_dirs and globals_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

21 Feb 00:35
Compare
Choose a tag to compare

🚀 Updates

  • Updated our regex to support Perl syntax like \d.

v0.9.0

23 Jan 18:12
266e686
Compare
Choose a tag to compare

🚀 Updates

  • Updated to support proto v0.29 release.
  • Added globals.bin setting, for customizing the bin used for installs/uninstalls.

v0.8.0

12 Jan 04:01
b7e7063
Compare
Choose a tag to compare

💥 Breaking

  • Removed deprecated functions: locate_bins, create_shims

🚀 Updates

  • Updated to support proto v0.28 release.
  • Updated to extism-pdk v1.