Releases: seaofvoices/darklua
Releases · seaofvoices/darklua
v0.11.0
What's Changed
- Support Luau types by @jeparlefrancais in #129
- Add rule to remove Luau types by @jeparlefrancais in #130
- Simplify site config editor by @jeparlefrancais in #131
- Fix empty AST with trivia tokens by @jeparlefrancais in #132
- Site: add section about 3rd-party packages by @tomodachi94 in #128
New Contributors
- @tomodachi94 made their first contribution in #128
Full Changelog: v0.10.3...v0.11.0
v0.10.3
What's Changed
- Added watch argument (
--watch
or-w
) to process command to automatically re-run darklua on file changes by @Stefanuk12 in #123
New Contributors
- @Stefanuk12 made their first contribution in #123
Full Changelog: v0.10.2...v0.10.3
v0.10.2
What's Changed
- Fix bundling related issues by @jeparlefrancais in #119
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- Normalize Rojo sourcemap paths relative to its location by @jeparlefrancais in #117
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- Upgrade full moon by @jeparlefrancais in #100
- Bundling by @jeparlefrancais in #97
- Fix number parsing to support underscores before
x
orb
by @jeparlefrancais in #103 - add stacker feature to full-moon by @TrippTrapp84 in #109
- Add rule to convert require by @jeparlefrancais in #107
- Fix number parsing to accept underscore after decimal point by @jeparlefrancais in #110
- Escape extended ascii characters with backslashes by @jeparlefrancais in #111
- Add test case for full-moon parser stackoverflow bug by @jeparlefrancais in #112
- Convert configuration format to snake case by @jeparlefrancais in #114
New Contributors
- @TrippTrapp84 made their first contribution in #109
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- improve convert_index_to_field to refactor table entries (#88)
- fix remove_nil_declaration (#84)
- upgrade CLI library (mostly changes the help messages format) (#83)
- add rule to remove compount assignments (#78)
- enhance remove_unused_if_branch to process if expressions (#77)
- remove possible panic in AST parsing (#74)
- fix large AST parsing issue (#73)
- refactor ParserError into an opaque struct (instead of an enum) (#71)
- refactor darklua frontend (#69):
- the --config-path argument of the minify command was removed
- the configuration file does not accept the column_span field anymore (use the generator field instead)
- darklua can now also read .luau files
Full Changelog: v0.8.0...v0.9.0
v0.8.0
Release 0.8.0 (!61)
v0.7.0
Release 0.7.0 (!45)
v0.6.1
Inject global variables from global table (!30)
v0.6.0
Release 0.6.0 (!29)