Releases: secondlife/sl-vscode-plugin
Releases · secondlife/sl-vscode-plugin
SL-VScode Plugin 1.0.3 Release
What's Changed
- Add UNIXTIME macro for lsl by @WolfGangS in #15
- Add LLEvents:once do data for default generation by @WolfGangS in #18
- Add support to lexer for luau [[ style strings by @WolfGangS in https://github.com//pull/24
- Selene warnign about list type in ll funcs by @WolfGangS in #21
- Alter path in selene.toml to be relative by @WolfGangS in #26
- Add support to slua require for aliases and default init files by @WolfGangS in #29
- Add extra filemeta to the output and support using it to match files by @WolfGangS in #30
- LSL Preproc drop comments after defines by @WolfGangS in #35
- Add support to lsl preprocessing for <> style includes by @WolfGangS in #34
- Fix #define #undef and #include being executed inside false conditional blocks by @WolfGangS in #36
- Perform a dry run of the preprocessor when initializing a sync by @WolfGangS in #31
- Add slencode and sldecode functions for lljson by @mikelittman in #40
- Delay initial definition generation to opening of first luau file by @WolfGangS in #42
- Switch require to use new
dangerouslyexecuterequiredmodulefunction by @WolfGangS in #45 - Add support for alternative LLEvents event subscription style by @WolfGangS in #41
- Add support for preproc style macro's as system constants by @WolfGangS in #46
- Fix non relative paths in @line and @module comments by @WolfGangS in #47
- Fix casing of learn more links in luau-lsp docs by @WolfGangS in #48
New Contributors
- @mikelittman made their first contribution in #40
Full Changelog: v1.0.1...v1.0.3
SL-VScode Plugin 1.0.2 Release
What's Changed
- Add UNIXTIME macro for lsl by @WolfGangS in #15
- Add LLEvents:once do data for default generation by @WolfGangS in #18
- Add support to lexer for luau [[ style strings by @WolfGangS in https://github.com//pull/24
- Selene warnign about list type in ll funcs by @WolfGangS in #21
- Alter path in selene.toml to be relative by @WolfGangS in #26
- Add support to slua require for aliases and default init files by @WolfGangS in #29
Full Changelog: v1.0.1...v1.0.2
SL-VScode Plugin 1.0.1 Release
Full Changelog: v1.0.1...v1.0.1
What's Changed
- Fix for incorrect luau-lsp config use by @WolfGangS in #2
- Bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #1
- Switch from class to extern syntax for luau-lsp defs and move DetecteEvent by @WolfGangS in #4
- Fix selene yaml gen and toml config by @WolfGangS in #5
- Fix for selene yaml self on
:calls by @WolfGangS in #6 - Fix default data to have eventname for LLEvents:off by @WolfGangS in #7
- Make saves of included/required files trigger 'saves' on actively sync'd file by @WolfGangS in #12
- Fix precomp require generating invalid code for files with no trailing line ending by @WolfGangS in #10
- Add fallback lookup for matching file, if the default glob finds nothing by @WolfGangS in #9
- Add config to enable/disable the extension, and a command to do it quickly by @WolfGangS in #8
- Update Package Name Across Project to fix README Links and be Consistent with Repo Name by @GalaxyLittlepaws in #11
- Implement a check to prevent saving over a file with identicle content by @WolfGangS in #14
New Contributors
- @WolfGangS made their first contribution in #2
- @dependabot[bot] made their first contribution in #1
- @GalaxyLittlepaws made their first contribution in #11
Full Changelog: v1.0.0...v1.0.1
v1.0.0 - Initial release
Initial plugin release