sol::object improvements and constructor improvements
This release is mostly a QoI release to make working with sol types easier, specifically sol::object
. sol::object
can now be constructed from many of the more derived sol::reference
types, like sol::table
and sol::thread
and sol::userdata
and sol::(protected_)function
.