[Fix]
Parametersencoding
has no effect.
[Fix]
Paramsindent
did not effect.
[Fix]
Modify CHANGELOG.
[Fix]
Auto strip return when read lua file.
[Feat]
Add multival for serialize.
[Refactor]
New logic for serializer.
[Fixed bug]
Fixed clerical errors.
[Fixed bug]
The output is incorrect when the Python input data has float type.
[Fixed bug]
The output is incorrect when the Python input data has Boolean type.
[Fixed bug]
The output is incorrect when the Lua input data has special Unicode char.
[Support]
Add the Lua keywordreturn
when unserialize data.
[Fixed bug]
Thenumbers.Integral
cannot be output
[Fixed bug]
The output is incorrect when the Lua value isboolean
[Fixed bug]
The output is incorrect when the Lua table value istable
[Support]
Addunserialize
module
[Fixed bug]
The output is incorrect when the Python dictionary key isNone
[Support]
Addserialize
module.