heavy internal improvements and fixes
This is a minor version change but has some significant changes that improve the reliability and performance of sol2.
- This release adds a massive performance boost for usertypes with a large number of members, furthering the actual speed advantage of sol2 (thanks @OrfeasZ!)
- A number of bugs concerning inheritance and indexing were fixed
- A stack bug for access of scripts and multiple keys for proxies was fixed
- New examples were added to the examples directory for common cases (especially the new
require
example andnamespacing
example)