Skip to content

Release v0.19.0 - #357

Merged
jeparlefrancais merged 2 commits into
mainfrom
release-0.19.0
Jun 10, 2026
Merged

Release v0.19.0#357
jeparlefrancais merged 2 commits into
mainfrom
release-0.19.0

Conversation

@jeparlefrancais

Copy link
Copy Markdown
Contributor

Lots of changes for this release 🚀

Changelog

  • add json_lines content loader and /zstd, /gzip, /zlib encoding variants for string, buffer, and bytes loaders (#356)
  • support infinite column span parameter on the readable and dense generators (#355)
  • add content loaders to the configuration file to process more than Lua or Luau files with darklua (#354)
  • improve file watching to handle rename events and remove empty folders after processing if they weren't present before the initial run (#351)
  • add a new parameter for the rename_variables rule so that globals can be detected automatically and then avoided in the renaming pass (#348)
  • add support for const declaration of variables and functions (e.g. const var = true or const function test() end) and add rule (make_assignment_local) to convert those assignments to local assignments (#346)
  • add support for type instantiation prefixes and methods (e.g. func<<string>>()) (#345)

@github-actions

Copy link
Copy Markdown

Coverage after merging release-0.19.0 into main will be

84.89%

Coverage Report for Changed Files
FileStmtsBranchesFuncsLinesUncovered Lines

@jeparlefrancais
jeparlefrancais merged commit ec0f536 into main Jun 10, 2026
6 checks passed
@jeparlefrancais
jeparlefrancais deleted the release-0.19.0 branch June 10, 2026 21:13
@jukepilot

Copy link
Copy Markdown

I LOVE YOU. RENAMING WAS SO ANNOYING

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants