Skip to content

Releases: cc-tweaked/Cobalt

0.1.3

15 Mar 16:54
Compare
Choose a tag to compare
  • Operation errors display the variable (attempt to perform arithmetic on global 'a' (a boolean value))
  • string.rep allows negative numbers
  • unpack allows nil ranges
  • Fix string caching (backported from LuaJ 3.0)
  • Fix debug.getinfo'sname` property
  • Fix package path only replacing first ?.
  • <= looks for __lt if it cannot find __le.
  • Can load binary chunks with upvalues
  • Debug information is preserved
  • tonumber on string trims all whitespace
  • tostring on library functions displays function: 0xcode instead
  • Debug hooks function correctly

0.1.2

11 Mar 09:37
Compare
Choose a tag to compare
  • Call frames are pushed in debug functions
  • Add timeout capabilities: includes pattern matching

0.1.1

10 Mar 16:14
Compare
Choose a tag to compare
  • Fix character encoding

0.1

05 Mar 09:44
Compare
Choose a tag to compare
0.1

Initial release

  • Move to using "Lua states". These store metatables and other key information
  • Allow VM level debug hooks
  • Fix several bugs with strings
  • Allow non-string error messages