Skip to content

3.0-rc4

Pre-release
Pre-release
Compare
Choose a tag to compare
@kunitoki kunitoki released this 22 Oct 22:33
· 45 commits to master since this 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