Skip to content

Releases: lewisakura/lua-style-arrays

Release 0.1.0

09 Apr 10:20
eca3e52
Compare
Choose a tag to compare

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

First (full) Release

07 Apr 18:52
b0c512e
Compare
Choose a tag to compare

0.0.1-rel unfortunately got nuked as a tag.

  • Now checks if array is already lua-style and writes a warning

First Release

29 Mar 17:11
9239d42
Compare
Choose a tag to compare
First Release Pre-release
Pre-release

First release of lua-style-arrays.