Skip to content

Releases: checkraisefold/blink-vscode

v0.1.9

12 Jun 04:06
v0.1.9
82bc885
Compare
Choose a tag to compare

Minor release. Fixes autocompletion for new/deprecated types.

What's Changed

  • Add BrickColor, DateTime, and DateTimeMillis types, along with the Polling call type, to autocompletion.
  • Remove deprecated Poll property from autocompletion.

Full Changelog: v0.1.8...v0.1.9

v0.1.8

01 Jun 03:17
v0.1.8
54ad94a
Compare
Choose a tag to compare

Minor release. Fixes highlighting for type packs.

What's Changed

  • Fix syntax highlighting for types inside of type packs.

Full Changelog: v0.1.7...v0.1.8

v0.1.7

01 Jun 00:51
v0.1.7
dc2e1da
Compare
Choose a tag to compare

Minor release. Adds new types to syntax highlighting.

What's Changed

  • Add BrickColor, DateTime, and DateTimeMillis types to syntax highlighting.

Full Changelog: v0.1.6...v0.1.7

v0.1.6

01 Jun 00:51
v0.1.6
3a261f7
Compare
Choose a tag to compare

Minor release. Adds a new call type.

What's Changed

  • Add Polling call type to syntax highlighting.

Full Changelog: v0.1.5...v0.1.6

v0.1.5

31 May 04:18
v0.1.5
12f6bc5
Compare
Choose a tag to compare

Minor release. Adds a new keyword and fixes an issue with comments inlined in types.
Thanks to @ffrostfall for pointing out these problems.

What's Changed

  • Add export keyword to syntax highlighting.
  • Fixed syntax highlighting of comments inside of types/brackets.

Full Changelog: v0.1.4...v0.1.5

v0.1.4

07 Oct 01:51
Compare
Choose a tag to compare

Minor release. Fixes another couple of bugs.

What's Changed

  • Fix highlighting rules for the scope keyword usage, no longer graying out everything in the scope.
  • Fix array type matching never ending, no longer breaking highlighting for the rest of the file.
  • Improved other parts of scope highlighting. Improved highlighting of Server, SingleSync, and the other enum member types.

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3

10 Sep 12:27
Compare
Choose a tag to compare

Extremely minor release. Fixes a few issues that were annoying.

Changes

  • Fixed commas in snippets.
  • Fixed spacing in snippets.
  • Shifted around snippet choices to reflect most commonly used ones.
  • Added highlighting for types in map keys.

Full Changelog: v0.1.0...v0.1.3

v0.1.0

10 Sep 11:32
Compare
Choose a tag to compare

The second release of this extension. A bit more complete, still missing some stuff. Pretty good for actual production use at this point.

Changes

  • Added the scope, import, as keywords.
  • Added the f16 type.
  • Fixed completely broken icon scaling.
  • Vastly improved the autocomplete system and added a large number of snippets.

Installation

Install the extension here or here if you use VSCodium. Alternatively, though not recommended as you will not have automatic updates, download the vsix file attached to this release and use the Install from VSIX... button in the Extensions tab.

image

Full Changelog: v0.0.2...v0.1.0

v0.0.2

10 Sep 06:26
Compare
Choose a tag to compare

An initial release of this extension. Some syntax is missing, and the extension autocompletion/grammar are incomplete and wrong in areas. However, it works well enough for most purposes.

Changes

0.0.2

  • README fixes
  • Icon added for marketplace pages

0.0.1

  • Initial release
  • Syntax highlighting & intellisense for .blink files

Installation

Install the extension here or here if you use VSCodium. Alternatively, though not recommended as you will not have automatic updates, download the vsix file attached to this release and use the Install from VSIX... button in the Extensions tab.

image

Full Changelog: v0.0.1...v0.0.2