Skip to content

Releases: kagof/VSCode-Befunge

Update Dependencies

21 Jul 03:27
5e9e802
Compare
Choose a tag to compare

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

03 May 01:36
e998eee
Compare
Choose a tag to compare

Updates dependencies to resolve more npm vulnerability alerts.

Update dependencies

10 Oct 01:31
Compare
Choose a tag to compare

Update npm dependencies, resolving low priority npm vulnerabilities.

Update dependencies

02 May 01:51
Compare
Choose a tag to compare

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

24 Jan 03:07
Compare
Choose a tag to compare
  • 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

22 Jan 08:10
Compare
Choose a tag to compare

Adds alignment guides for directional characters, and some basic testing.

Initial Release

21 Jan 02:34
Compare
Choose a tag to compare

Support for Befunge-93 and Befunge-98 syntax highlighting in VS Code