Releases: benc-uk/armview-vscode
Releases · benc-uk/armview-vscode
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
Release 0.4.1
- Package updates for security fixes etc
- Switched JSON parser to https://github.com/microsoft/node-jsonc-parser
- No new features
Release 0.4.0
- NEW ICONS! ✨🎨 Refreshed the icons to the new style Azure icons.
Not every icon has a new look as this style refresh hasn't rolled out to every icon I use. - Switched to new JSON linting library. Fixes obscure bug where
\\v
would render as�
- Code base now linted with typescript-eslint, and linting is checked on PRs
Release 0.3.3
- Removed workaround for webview resources, root cause was fixed in VS Code v1.39.2
Release 0.3.1
- Export as PNG
- Theme support (not fully implemented, only one theme currently 'original')
- VS Code theme colouring on links between nodes and box around linked deployments
- Fixes to expression evaluation (uri, replace) and guid() function added
- Yet more fixes on linked templates
- Large scale internal refactoring for better code structure & TypeScript
Release 0.3.0
- Bug fixes, the usual; variable resolution and linked templates
- Much improved handling of multi-level linked templates (links within links)
- New layout modes; tree and grid
- Animation removed in most situations, it was annoying
- Support for multi-line strings (I think!)