mirror of
https://github.com/TangentFoxy/inspect.lua.git
synced 2025-07-28 02:52:18 +00:00
updates version to 3.1.0
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
## v3.1.0
|
||||
|
||||
* Fixes bug: all control codes are escaped correctly (instead of only the named ones such as \n).
|
||||
Example: \1 becomes \\1 (or \\001 when followed by a digit)
|
||||
* Fixes bug when using the `process` option in recursive tables
|
||||
* Overriding global `tostring` with inspect no longer results in an error.
|
||||
* Simplifies id generation, using less tables and metatables.
|
||||
|
||||
## v3.0.3
|
||||
* Fixes a bug which sometimes displayed struct-like parts of tables as sequence-like due
|
||||
to the way rawlen/the # operator are implemented.
|
||||
|
Reference in New Issue
Block a user