Releases: peterbueschel/jsonnet-custom-importers
Releases · peterbueschel/jsonnet-custom-importers
v0.0.6-alpha
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
What's Changed
- Update dependencies. by @peterbueschel in #6
- Add ignoreImportCycle option. by @peterbueschel in #8
Full Changelog: v0.0.4-alpha...v0.0.5-alpha
v0.0.4-alpha
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
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
Initial Release
Features
- added readme
- added behavior overview for the GlobImporter
- added MultiImporter
- added GlobImporter