You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
636 B
636 B
v3.0.0
The basic functionality remains as before, but there's one backwards-incompatible change if you used options.filter
.
- Removed
options.filter
- Added
options.process
, which can be used to do the same asoptions.filter
, and more. - Added two new constants,
inspect.METATABLE
andinspect.KEY
- Added
options.indent
&options.newline
.
v2.0.0
- Ability to deal with LuaJit's custom types
- License change from BSD to MIT
- Moved second parameter (depth) to options (options.depth)
- Added a new parameter, options.filter.
- Reimplemented some parts of the system without object orientation