Releases: CXuesong/Luaon.NET
Releases · CXuesong/Luaon.NET
v0.2.7
Compare
Sorry, something went wrong.
No results found
Bug fix: LuaConvert.ToString: Fix backslashes not being escaped properly (#6 )
v0.2.6
Compare
Sorry, something went wrong.
No results found
Use CultureInfo.InvariantCulture when parsing numeric values in LuaTableTextReader.ReadNumberLiteral. ( #5 )
v0.2.5
Compare
Sorry, something went wrong.
No results found
v0.2.4
Compare
Sorry, something went wrong.
No results found
Bug fix: incorrect buffering logic that may truncate table key or other expressions (#3 )
v0.2.3
Compare
Sorry, something went wrong.
No results found
Bug fix: Fixed incorrect buffer expansion logic (#1 ; Thanks @whc2001 !)
Bug fix: NullReferenceException when writing previously non-existent keyed value to LTable. E.g.
var table = new LTable ( ) ;
table [ 12 ] = 345 ; // NullReferenceException
table [ "key" ] = "value" ; // NullReferenceException
Add .NET 6.0 targeting framework support.
v0.2.2
Compare
Sorry, something went wrong.
No results found
LuaTableTextWriter should support writing fields outside table. This will prevent LField.ToString() from throwing writer exception.
v0.2.1
Compare
Sorry, something went wrong.
No results found
Added LuaTableTextReader. Now you can read Lua table expressions!
Added LToken.Load and LToken.Parse methods.
Bug fix on LuaConvert class.
v0.1.1
Compare
Sorry, something went wrong.
No results found