Skip to content

Releases: lebab/lebab

v3.2.3

18 Sep 17:24
Compare
Choose a tag to compare
  • Fixes a bug with let transform (e.g. no more transforming var directly inside if) #347 (thanks to Pionxzh)

v3.2.2

28 Aug 18:02
Compare
Choose a tag to compare
  • Fix bug with arrow-return transform #343
  • Upgrade dependencies (thanks to Anton).

v3.2.1

12 Mar 20:20
Compare
Choose a tag to compare
  • Print file name when transform or parsing fails (fixes #327)

v3.2.0

11 Mar 14:53
Compare
Choose a tag to compare
  • Support for parsing ECMAScript 2022.
  • Major upgrades to dependencies.

3.1.2

06 Mar 18:27
Compare
Choose a tag to compare

Update dependencies, eliminating some vulnerabilities (though the major ones were related to tools used to build Lebab).

v3.1.1

11 Feb 10:09
Compare
Choose a tag to compare

Update dependencies, notably Recast, which brings in fixes for:

  • Correct exponentiation operator precedence #196
  • Preserving tabs #179

3.1.0

14 Jun 08:08
Compare
Choose a tag to compare

Updated dependencies and refactored in relation to the new dependency versions #295

Eliminating some vulnerabilities in the process.

Thanks to @uniibu

3.0.5

05 Apr 07:29
Compare
Choose a tag to compare

Fix:

  • Prevent lebab from crashing when using anonymous function declaration on default export #289 (thanks to @uniibu )

3.0.4

04 Mar 08:29
Compare
Choose a tag to compare

Bugfix:

  • Fix arrow transform dropping bound arguments #287

3.0.3

25 Sep 05:43
Compare
Choose a tag to compare

Fix crash in default-params transform #278