Anyolite version 0.4.0-pre
Pre-release
Pre-release
Version 0.4.0
Major features
- Easier wrapping of classes and all of their methods and constants
- Annotation to exclude functions from wrapping
- Annotation to specialize functions for wrapping
- Annotation to rename wrapped functions
- Full wrapping of module and class hierarchies
Breaking changes
- Function names with operators do not include the operator into the ruby name anymore
- Unified module and class cache
Usability
- Documentation updates for the new wrapping routines
- Functions with only an operator in their name can now be wrapped using
MrbWrap::Empty
Bugfixes
- Nested classes and modules can now be wrapped reliably