------ + Added basic structures support. + CRef.carray() constructor now allows shortcuts for bool and float. * CObject simplified.
0.6.0
------ + 'get_last_error()' now returns ErrorInfo named tuple. + Basic support for callback functions. * Class methods performance improved (less wrappers).
0.5.0
------ + Added 'CRef' helper to pass by reference in arguments. + Now '-> None' annotation can be used for 'void' result. + Proper 'bool' handling.
0.4.0
------ + 'function/f' and 'method/m' decorators now allow no params (less brackets). + Added 'Library.cls' decorator for classes.
0.3.0
------ + 'functions_prefix' context manager is replaced by advanced 'scope'.