Skip to content

Releases: prometheus-lua/Prometheus

v0.2.11.1

06 May 18:54
efb94a1

Choose a tag to compare

What's Changed

Full Changelog: v0.2.10...v0.2.11

What's Changed

Full Changelog: v0.2.11...v0.2.11.1

v0.2.10

06 May 18:32
fdb83e3

Choose a tag to compare

v0.2.10 Pre-release
Pre-release

What's Changed

  • Fix Lua 5.4 CLI crash by @levno-710 in #222
  • Enhance expressionPow to support unary operators on the right-hand side, preserving right-associativity. Added tests to validate the fix for precedence issues. by @SpinnySpiwal in #223
  • Rename readme.md to README.md and update by @levno-710 in #227
  • Add Web-UI by @levno-710 in #228
  • Patch/levno 710 by @levno-710 in #229
  • add install script for macos and linux by @levno-710 in #230

Full Changelog: v0.2.9...v0.2.10

v0.2.9

28 Mar 18:49
5db664f

Choose a tag to compare

v0.2.9 Pre-release
Pre-release

What's Changed

  • Add test cases for various Lua functionalities by @levno-710 in #209
  • Fix function call parsing and add test by @levno-710 in #210
  • Fix string escaping for printable ASCII by @levno-710 in #212
  • Removed unused requires & added a new sanity check! by @SpinnySpiwal in #216
  • [BIG UPDATE] Refactor code formatting and remove unused bit module by @SpinnySpiwal in #217
  • Refresh README visuals with real obfuscation terminal GIF and Medium preset output excerpt by @Copilot in #219
  • SECURITY, PERFORMANCE & READABILITY! by @SpinnySpiwal in #218
  • Optimize string building in unparser by @karkerkurkar in #220

Full Changelog: v0.2.8...v0.2.9

v0.2.8

16 Jan 12:32
099f92c

Choose a tag to compare

v0.2.8 Pre-release
Pre-release

What's Changed

  • Update readme.md by @levno-710 in #183
  • Fix an issue with vararg being indexed and add partial support for Luau if/else expressions. by @TechHog8984 in #190
  • Fixed variable name 'length' being 'lenght' by @SpinnySpiwal in #191
  • style: dont use two requires in same line by @RodrigoDornelles in #193
  • Update license by @levno-710 in #199
  • Merge: Fix for RepeatStatement compilation in Vmify by @Zaenalos in #205
  • Fix invalid usage of debug.getlocal in AntiTamper by @9382 in #204
  • Remove build script and related documentation from README by @levno-710 in #208

New Contributors

Full Changelog: v0.2.7...v0.2.8

Alpha v0.2.7

12 Aug 12:09
d3d0e70

Choose a tag to compare

Alpha v0.2.7 Pre-release
Pre-release

some bugfixes

Alpha v0.2.6

17 Aug 16:48
fd85dc5

Choose a tag to compare

Alpha v0.2.6 Pre-release
Pre-release

Various Improvements

Alpha v0.2.5

30 Oct 14:17
e0aa566

Choose a tag to compare

Alpha v0.2.5 Pre-release
Pre-release

Includes fix for #92

Alpha v0.2.4

18 Aug 10:40
1b51e3f

Choose a tag to compare

Alpha v0.2.4 Pre-release
Pre-release

Includes fix for #77

Alpha v0.2.3

20 Jul 14:53
8119bb6

Choose a tag to compare

Alpha v0.2.3 Pre-release
Pre-release

Includes fixes for
#63, #65 and #68

Removed Watermark

Alpha v0.2.2

20 May 09:40
384493d

Choose a tag to compare

Alpha v0.2.2 Pre-release
Pre-release

v0.2 with Bugfixes

What's Changed

  • Support for LuaU finished
  • Full rewrite of the Compiler
  • String Encryption
  • Better performance
  • Added more testcases
  • Added --LuaU argument
  • Added --Lua51 argument
  • Added --pretty argument

Bug Fixes