Skip to content

Releases: 1Axen/blink

v0.4.4

20 Jan 00:19
Compare
Choose a tag to compare

What's new?

  • Event On now returns a disconnect function
  • New tests to handle more cases

What's changed?

  • Simplified generator assert generation
  • When a function fails on the server it will now output the error message

Bug fixes

  • Various fixes

v0.4.3

16 Jan 00:00
Compare
Choose a tag to compare
  • Add lint preprocessors and version header at the top of generated files

v0.4.2

14 Jan 20:17
Compare
Choose a tag to compare
  • Fixes event/function body luau type generation

v0.4.1

14 Jan 20:12
Compare
Choose a tag to compare
  • Fixed scope generation with multiple scopes

v0.4.0

14 Jan 19:10
Compare
Choose a tag to compare

What's new?

  • Instance support
  • Referencing no in scope types no longer requires putting the scope name in-front

Bug fixes

  • Fixed struct luau type generation

v0.3.0

14 Jan 06:23
Compare
Choose a tag to compare

What's new?

  • Unit tests!
  • Added a Color3 type
  • Support for defining scopes (namespaces)

What's changed?

  • Referencing types has been improved
  • Function errors are no longer sent to the client, instead it will not report a generalized "Server encountered an error"

Bug fixes

  • Fixed some issues around references in structs, specifically around defining reference arrays

v0.2.0

07 Jan 22:50
Compare
Choose a tag to compare
  • Added support for functions
  • Fixed issues with primitive and assert prefabs

v0.1.0

05 Jan 10:04
Compare
Choose a tag to compare

Initial release!