dalbit 0.2.2

A Luau-to-Lua transpiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Changelog

## 0.2.2
- Make polyfill optional ([#23]https://github.com/CavefulGames/dalbit/pull/23)

## 0.2.1
- Fix remove_generated_iteration modifier process terminating issue after processing once ([#16]https://github.com/CavefulGames/dalbit/pull/16)
- Fix token bug with convert_bit32 ([#17]https://github.com/CavefulGames/dalbit/pull/17)
- Bump tokio from 1.44.0 to 1.44.2 ([#18]https://github.com/CavefulGames/dalbit/pull/18)
- Upgrade git2 to 0.20.2 from 0.19 ([#19]https://github.com/CavefulGames/dalbit/pull/19)

## 0.2.0
- Opt-out darklua-demo ([#1]https://github.com/CavefulGames/dalbit/pull/1)
- Add config/path arguments for commands ([#2]https://github.com/CavefulGames/dalbit/pull/2)
- Support pesde tooling ([#3]https://github.com/CavefulGames/dalbit/pull/3)

## 0.1.1
- Vendor openssl