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