Skip to content

Releases: neolithos/neolua

NeoLua-1.1.4

04 Jan 17:37
Compare
Choose a tag to compare

Chg:

  • metatable __call, had wrong result, changed documentation

Fix:

  • IndexOutOfRangeException, on resolving named arguments
  • Overload finding (improvements, #28)
  • DynamicObject issue (#29)

Download of binaries is on Codeplex.

NeoLua-1.1.3

08 Dec 23:27
Compare
Choose a tag to compare

Chg:

  • Map to dynamic code in static RtConvertValue

Fix:

  • #26, #27
  • match did not convert to a zero based index
  • improved member select

NeoLua-1.1.1

05 Nov 21:33
Compare
Choose a tag to compare
NeoLua-1.1.1 Pre-release
Pre-release

Fix:

Download of binaries is on Codeplex.

NeoLua-1.1.0

17 Oct 19:34
Compare
Choose a tag to compare
NeoLua-1.1.0 Pre-release
Pre-release

New:

  • Support for named arguments

Download of binaries is on Codeplex.

NeoLua-1.0.3

21 Jul 15:33
Compare
Choose a tag to compare

I created a new base library that combines all features that are possible for a portable library. The library targets .net 4.5, windows store apps and windows phone 8.1.

Download of binaries is on Codeplex.

NeoLua-1.0.3

21 Jul 15:30
Compare
Choose a tag to compare

I created a new base library that combines all features that are possible for a portable library. The library targets .net 4.5, windows store apps and windows phone 8.1.

Download of binaries is on Codeplex.

NeoLua-0.9.17

19 May 20:31
Compare
Choose a tag to compare

Fix

  • String.Format can not be called
  • RegEx improvements

Download of binaries is on Codeplex.

NeoLua-1.0.2-beta

19 May 20:32
Compare
Choose a tag to compare

Fix

  • String.Format can not be called
  • RegEx improvements

Download of binaries is on Codeplex.

NeoLua-1.0.0-beta

09 May 15:02
Compare
Choose a tag to compare
NeoLua-1.0.0-beta Pre-release
Pre-release

I created a new base library that combines all features that are possible for a portable library.
The library targets .net 4.5, windows store apps and windows phone 8.1.

I need a little feedback, if it is a good idea to merge the portable branch with the master. So, the library will not support the .net framework 4.0 anymore.

NeoLua-0.9.15

23 Mar 18:57
Compare
Choose a tag to compare

Fix

  • Negative table index (wrong hash calculation)
  • LuaType.LookupReferencedAssemblies setter always sets the member always to true

Download of binaries is on Codeplex.