Skip to content

Releases: prometheus-lua/Prometheus

Alpha v0.1.5

03 Jan 16:02
6e0a584
Compare
Choose a tag to compare
Alpha v0.1.5 Pre-release
Pre-release
  • Added new Presets:
    • Vm
    • Weak
    • Medium
  • Updated Strong preset
  • Added new Option LiteralType in ProxifyLocals
  • Fixed spelling of "custom" as "coustom".

Alpha v0.1.4

02 Jan 23:43
d052915
Compare
Choose a tag to compare
Alpha v0.1.4 Pre-release
Pre-release

Fixed a bug in the parser

Alpha v0.1.3

02 Jan 18:10
b701994
Compare
Choose a tag to compare
Alpha v0.1.3 Pre-release
Pre-release

This release contains some bug fixes.

Alpha v0.1.2

01 Jan 17:08
92c7915
Compare
Choose a tag to compare
Alpha v0.1.2 Pre-release
Pre-release

In this release i added a build for windows, so that on windows instead of

lua ./cli.lua

one can simply use

prometheus.exe

which is included in the release.

NOTE: prometheus.exe was built using luajit, so it should be faster compared to using lua51.

Alpha v0.1.1

30 Dec 19:59
c7403cf
Compare
Choose a tag to compare
Alpha v0.1.1 Pre-release
Pre-release

Added the --nocolors cli option, so that prometheus can also be used in cmd.exe, which doesn't support ansi color escape sequences.

Alpha v0.1

29 Dec 19:22
aa12494
Compare
Choose a tag to compare
Alpha v0.1 Pre-release
Pre-release

This is the first working version of Prometheus, however there might still be a lot of bugs and many features are yet to be implemented