Skip to content

Releases: 1Axen/blink

v0.13.4

29 Jun 10:51
Compare
Choose a tag to compare

This release contains fixes.

Fixed

  • Fixed empty data client event generating invalid syntax #11

v0.13.3

24 Jun 16:07
Compare
Choose a tag to compare

This release contains bug fixes.

Fixed

  • Fixed imports not creating an import scope

v0.13.2

24 Jun 15:38
Compare
Choose a tag to compare

This release contains fixes and improvements.

Improved

  • Improved file path parsing
  • Watch mode no longer spams errors when there is an issue with one of the tracked files
  • Watch no longer prints the status message after every change, instead now it will only print it after a change in the number of imports

Fixed

  • Fixed set not parsing when used as a field value (ex. Field: set { Flag })
  • Imports with only a filename w/o extension now correctly resolve (ex. import "File")

v0.13.1

19 Jun 20:37
Compare
Choose a tag to compare

Added

  • CLI now displays help information when provided with -h/--help or when no arguments are provided

Improved

  • Keywords can now be used as identifiers and fields
  • Events and Functions now support empty Data and Return fields

Fixed

  • Fixed CLI erroring instead of prompting to create directory

v0.13.0

09 Jun 16:48
Compare
Choose a tag to compare

This release contains new features and fixes.

Added

  • Added new --watch option to the CLI #9
  • Added ManySync and ManyAsync call types

Fixes

  • Fixed parser resolving imports from the entry file instead of from the file that made the import

v0.12.3

04 Jun 14:44
Compare
Choose a tag to compare

This release contains bug fixes for the studio plugin.

Fixes

  • Fixed side menu being invisible
  • Fixed completion erroring when the widget is too small to fit the whole completion frame
  • Attempt to fix cursor rendering in the wrong spot by preloading the editor font

v0.12.2

03 Jun 20:38
Compare
Choose a tag to compare

This release contains bug fixes and minor additions.

Added

  • Added a --yes / --y option to the CLI, passing it will result in all prompts being automatically accepted

Improvements

  • Added set autocompletion to the Roblox Studio companion plugin

Fixes

  • Fixed float16 struct values generating incorrect luau syntax
  • Fixed squiggly lines not rendering in the Roblox Studio companion plugin due to ROBLOX font changes
  • Fixed error hover information not being moved to the mouse when hovering over an error

v0.12.1

31 May 21:34
Compare
Choose a tag to compare

This release contains bug fixes.

Fixes

  • Fixed optional struct keys generating incorrect luau syntax
  • Fixed nested maps writing elements after instead of before

v0.12.0

31 May 19:43
Compare
Choose a tag to compare

Newer Version Available
https://github.com/1Axen/blink/releases/tag/v0.12.1

This release contains new features and improvements.

Added

  • New set type, a string boolean key value pair dictionary, useful for sending over game/world flags.

Improvements

  • Blink is now available for linux (aarch64 and x86-x64), macos (aarch64 and x86-64).

v0.11.2

20 May 09:22
Compare
Choose a tag to compare

Fixes

  • Switch CanvasGroup to Frame in studio plugin in an attempt to fix side bar not rendering correctly