Releases: kagof/VSCode-Befunge
Releases · kagof/VSCode-Befunge
Update Dependencies
Changed
- dependecy updates:
- Bump mocha from 5.2.0 to 6.2.0
- [Security] Bump lodash from 4.17.11 to 4.17.15
- Bump tslint-config-airbnb from 5.11.0 to 5.11.1
- Bump typescript from 2.9.2 to 3.5.3
- Bump @types/mocha from 5.2.5 to 5.2.7
- Bump tslint from 5.11.0 to 5.18.0
Update dependencies
Updates dependencies to resolve more npm vulnerability alerts.
Update dependencies
Update npm dependencies, resolving low priority npm vulnerabilities.
Update dependencies
Updates to NPM dependencies, particularly to hoek
in order to resolve the MAID vulnerability in hoek
<5.0.3
for this project.
It seems that hoek 4.2.1
also resolves this issue, but to be safe, and to ensure this Github warning is resolved, all hoek
dependencies are now version ^5.0.3
.
Bug fixes & editor defaults
- Fixes a bug in alignment guides where lines would persist after color is changed
- Adds default editor configurations for Befunge files
- Restricts allowed alignment guide colors colors to prevent bugs
- Alignment guides default to enabled
- Render alignment guides on configuration change
Alignment guides
Adds alignment guides for directional characters, and some basic testing.
Initial Release
Support for Befunge-93 and Befunge-98 syntax highlighting in VS Code