Skip to content

Release 0.1.0

Latest
Compare
Choose a tag to compare
@lewisakura lewisakura released this 09 Apr 10:20
· 3 commits to master since this release
eca3e52

Changelog

  • push undefined to the array instead of null
  • create a new array type called LuaArray
  • add a custom inspect(), toString(), unshift(element), shift(element) to LuaArray
  • LuaArray starts at 1 by default, but can include elements at 0, -1, etc. if manually assigned using array[0]
  • LuaArray has a custom property of trueLength to get the actual length of the array
    • we can't override the length property as it is used internally by Node
  • remove bytes count from README