v1.2.0
What's Changed
- Added: Add
header_type
andcustom_type
to extract config
Extract configuration is now emitted in the output config, so tooling can load and perform their own tasks on extracted assets without having to parse YAML.
header_type
:
symbol
(default): Emit a full symbol declaration.raw
: Emit raw array data (for wrapping in your own declaration)none
: Don't emit a header at all. (For custom processing)
custom_type
/custom_data
: Passed through to the output config as-is for custom tasks.
Full Changelog: v1.1.4...v1.2.0