Skip to content

Releases: kunitoki/LuaBridge3

3.0-rc4

22 Oct 22:33
Compare
Choose a tag to compare
3.0-rc4 Pre-release
Pre-release

What's Changed

  • Change to the correct past participle of 'cast'. by @rpatters1 in #84
  • Remove empty statement by @scribam in #92
  • Ignore specific JetBrains IDEs files by @scribam in #93
  • Fix Node.js 12 deprecated actions by @scribam in #91
  • Windows compilation fails without #define NOMINMAX by @rpatters1 in #98
  • Fix invalid noexcept specification by @kunitoki in #100
  • Fix class hashing by @kunitoki in #101
  • Enable shared_ptr to work without ContainerTraits::construct by @kunitoki in #86
  • Expected exception with message tests by @kunitoki in #110
  • Fix issue with placement and factory constructors by @kunitoki in #117
  • Correctly report file line from property error by @kunitoki in #121
  • Extensible classes support by @kunitoki in #116
  • Add support for pushing luaref to lua threads other than the ones where it's created by @kunitoki in #124
  • Fix some code smells from initial Sonar report by @kunitoki in #94
  • Experimental ravi support by @kunitoki in #125
  • Added missing addConstructorFrom by @kunitoki in #127
  • Remove the juce RefcountedObject from public access by @kunitoki in #95
  • Overridable metamethods from lua by @kunitoki in #133
  • Support void* and const void* as lightuserdata by @kunitoki in #138
  • Use upstream submodules, bump googletest to version v1.14.0 by @scribam in #140
  • Fix set and add unit tests by @kunitoki in #145
  • Fix issue with namespace captured variables as rvalues by @kunitoki in #148
  • Fix static properties registrations for subsequent class registrations by @matrix47 in #150
  • Add valueOr to TypeResult with tests by @kunitoki in #151
  • Lua 5.4.6 by @scribam in #152
  • Fix extensible class ability to lookup static properties by @kunitoki in #136
  • Make CFunction safe when Lua is compiled as C by @kunitoki in #154

New Contributors

Full Changelog: 3.0-rc3...3.0-rc4

3.0-rc3

28 Mar 21:03
Compare
Choose a tag to compare
3.0-rc3 Pre-release
Pre-release

What's Changed

  • Fix wrong error reported when passing no argument and a userdata is expected by @kunitoki in #69
  • Support for __fastcall function pointers by @scribam in #79
  • Enable testing only if LUABRIDGE_TESTING is ON by @scribam in #80
  • Disallow metamethods in luabridge registered classes __index by @kunitoki in #78

New Contributors

Full Changelog: 3.0-rc2...3.0-rc3

3.0-rc2

22 Mar 00:08
Compare
Choose a tag to compare
3.0-rc2 Pre-release
Pre-release

What's Changed

Full Changelog: 3.0-rc1...3.0-rc2

3.0-rc1

12 Oct 21:53
Compare
Choose a tag to compare
3.0-rc1 Pre-release
Pre-release
Update amalgamation file

3.0-beta4

26 Sep 12:01
Compare
Choose a tag to compare
3.0-beta4 Pre-release
Pre-release
Update amalgamation file

3.0-beta3

23 Apr 16:02
Compare
Choose a tag to compare
3.0-beta3 Pre-release
Pre-release
Fix tests on luau

3.0-beta2

21 Apr 16:04
Compare
Choose a tag to compare
3.0-beta2 Pre-release
Pre-release
Add some additional tests