v0.1.2
Importer v0.1.2 - 13th Dec, 2021
🌱 Patch Release with Space Handling Fix for YAML
When using extra indentation mode with YAML (such as providing indent: align
or indent: absolute 4
to Importer Marker), it caused the extra spaces to appear even in an empty line, causing linter / formatter to conflict. This release fixes that issue.
Details of This Release
🎁 Features
None
🐞 Bug Fixes
- [Bug]: Remove empty line with extra spaces #80
🔬 Misc
None
🌥 Known Limitations (Cont'd from v0.1.0)
- Dependency graph is not supported (i.e. cyclic dependency will break, order of update is important, etc.).
- Minimal IDE support - preliminary support for VSCode is now available at VSCode Marketplace.