Skip to content

Releases: peterbueschel/jsonnet-custom-importers

v0.0.6-alpha

12 Nov 08:55
Compare
Choose a tag to compare
v0.0.6-alpha Pre-release
Pre-release

What's Changed

  • feat: add handling of missing files in imports and allows you to define fallbacks by @peterbueschel in #10

Full Changelog: v0.0.5-alpha...v0.0.6-alpha

v0.0.5-alpha

12 May 07:32
Compare
Choose a tag to compare
v0.0.5-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.4-alpha...v0.0.5-alpha

v0.0.4-alpha

27 Nov 11:04
Compare
Choose a tag to compare
v0.0.4-alpha Pre-release
Pre-release

What's Changed

  • Fix '-str' handling for the glob import to enable 'importstr'. by @peterbueschel in #5

Full Changelog: v0.0.3-alpha...v0.0.4-alpha

v0.0.3-alpha

21 Nov 20:03
Compare
Choose a tag to compare
v0.0.3-alpha Pre-release
Pre-release

What's Changed

  • Update quality-action.yml by @peterbueschel in #2
  • Add jpaths parameter to the GlobImporter. by @peterbueschel in #4
  • Add support for import cycle detection
  • switch to doublestar glob library

Full Changelog: v0.0.2-alpha...v0.0.3-alpha

Initial Release

14 Oct 20:40
Compare
Choose a tag to compare

Initial Release

Features

  • added readme
  • added behavior overview for the GlobImporter
  • added MultiImporter
  • added GlobImporter