Skip to content

Releases: CavefulGames/dalbit

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 29 Jun 12:46
81b383b

0.2.3

  • Fix remove_generalized_iteration not working properly (#25)

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 27 Jun 14:36
eeec643

0.2.2

  • Make polyfill optional (#23)

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 26 Jun 18:48
def3fe8

0.2.1

  • Fix remove_generated_iteration modifier process terminating issue after processing once (#16)
  • Fix token bug with convert_bit32 (#17)
  • Bump tokio from 1.44.0 to 1.44.2 (#18)
  • Upgrade git2 to 0.20.2 from 0.19 (#19)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 08:33
f697cbc

0.2.0

  • Opt-out darklua-demo (#1)
  • Add config/path arguments for commands (#2)
  • Support pesde tooling (#3)

Breaking Changes

  • Removed WritableManifest.
  • Some commands now require the path of config file (but there is a default value for CLI)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 11 Dec 15:29

The initial release was v0.1.0, but v0.1.1 is the release that included the vendored openssl due to problems with cross compilation. So v0.1.1 is also considered the initial release.

Warning

Since this is the initial release of Dalbit, it might be unstable for some cases. feel free to file issues!

Dalbit v0.1.0 features:

  • Includes basic Luau to Lua modifiers (they are darklua rules and full moon utilities)
  • Configuring the transpile process with manifest.
  • Injecting globals from configured polyfill.
  • Polyfill structures.
  • Caching polyfills.
  • Provides a basic CLI for user friendly transpile process.