NLua

Bridge between Lua and the .NET.

MIT License

Stars
2K
Committers
49

Bot releases are hidden (Show)

NLua - v1.6.0 Latest Release

Published by viniciusjarina almost 3 years ago

📦 https://www.nuget.org/packages/NLua/1.6.0

  • Added NET6 build
  • Removed .NET Core
  • Removed watchOS
NLua - Version 1.5.7

Published by viniciusjarina over 3 years ago

📦 https://www.nuget.org/packages/NLua/1.5.7

  • Added .NET 5
  • Bump min .NET Framework to 4.6
  • Removed netstandard2.0 - The main reason I have removed .netstandard is because in some scenarios could lead to issues when you need to use DllImport the library name could be wrong if your build didn't match a proper native version.
    .NET 5 was added, and if you really need to use .netstandard you can reference 1.5.6
NLua - Version 1.5.6

Published by viniciusjarina almost 4 years ago

📦 https://www.nuget.org/packages/NLua/1.5.6

  • Bumped KeraLua 1.2.10 with Apple Silicon support
NLua - Version 1.5.2

Published by viniciusjarina about 4 years ago

  • Bumped KeraLua 1.2.8 (with Lua 5.4.1)
NLua - Version 1.5.0

Published by viniciusjarina over 4 years ago

📦 https://www.nuget.org/packages/NLua/1.5.0

  • This version is using KeraLua 1.2.4 and Lua 5.4
    If you need to keep using Lua 5.3 use the version 1.4.32
NLua - Version 1.4.32

Published by viniciusjarina over 4 years ago

📦 https://www.nuget.org/packages/NLua/1.4.32

NLua - Version 1.4.31

Published by viniciusjarina over 4 years ago

📦 https://www.nuget.org/packages/NLua/1.4.31

  • Fixed #370 Overloaded indexer operators
  • Added MaxRecursion property https://github.com/NLua/NLua/pull/368
  • Fixed #328 Non-existent member access always returns "invalid method" function

From 1.4.30

  • Fixed #355 new Guid
  • Added SourceLink support to VS win and VSMac.
NLua - Version 1.4.26

Published by viniciusjarina almost 5 years ago

📦 https://www.nuget.org/packages/NLua

  • Fixed an issue accessing an Enum array. (related issue #340)
NLua - Version 1.4.25

Published by viniciusjarina almost 5 years ago

📦 https://www.nuget.org/packages/NLua/1.4.25

  • Fixed issue converting binary data from Lua to byte[].
NLua - Version 1.4.24

Published by viniciusjarina about 5 years ago

📦 https://www.nuget.org/packages/NLua/1.4.24

  • Fixed #322 ExpandoObject doesn't work
  • Fixed #324 How to access index property of IDictionary<T, K>
NLua - Version 1.4.22

Published by viniciusjarina about 5 years ago

📦 https://www.nuget.org/packages/NLua/1.4.22

  • Fixed #320 Handling of ints seems to be broken on armeabi-v7a
NLua - Version 1.4.21

Published by viniciusjarina about 5 years ago

📦 https://www.nuget.org/packages/NLua/1.4.21 (96c793c)

  • Fixed #315 Slow execution when trying to access nonexistent field on c# object at Lua State
  • Fixed #297 LuaMethodWrapper.CallInvokeOnGenericMethod works with errors
  • Maybe fixed #307 System.NullReferenceException when call a C# method with coroutine ?
NLua - Version 1.0.20

Published by viniciusjarina about 5 years ago

📦 https://www.nuget.org/packages/NLua/1.4.20 (8c0cd74)

NLua - Version 1.4.18

Published by viniciusjarina over 5 years ago

📦 https://www.nuget.org/packages/NLua/1.4.18

  • Bumped KeraLua 1.0.14
NLua - Version 1.4.16

Published by viniciusjarina over 5 years ago

📦 https://www.nuget.org/packages/NLua/1.4.16

  • Bumped KeraLua 1.0.11 with minor fixes.
NLua - Version 1.4.14

Published by viniciusjarina over 5 years ago

NLua - Version 1.4.11

Published by viniciusjarina over 5 years ago

  • 📦 https://www.nuget.org/packages/NLua/1.4.11

  • Added support to Lua 5.3 integers.

  • Operator [] and GetNumber will still return the double regardless of the value for backward compatibility
    LuaTable.GetObject may have breaks if your code is assuming the value will be always a double boxed.
    To get long from Lua object use GetLong and to get an integer GetInteger.

NLua - Version 1.4.8

Published by viniciusjarina over 5 years ago

NLua - Version 1.4.8

Published by viniciusjarina over 5 years ago