MetaCall v0.2.24 [2020-09-17]
·
22 commits
to 59e0eabe490b0672bd45cce801e7f5037d793eef
since this release
- Solve minor bug in bootstrap.ts and add better error message in bootstrap.js.
- Update NodeJS version in Node Loader.
- Remove memory leak from node loader temporally.
- Minor bug solved in python port install script.
- Solve minor bug in bootstrap await refactor.
- Change imp to types, thanks to @Zedonboy which noticed imp is deprecated.
- Implemented properly monkey patch in python (thanks to the idea of preloading the module to @j-arun-mani ).
- Add some doc in python port.
- Add base for monkey patch in python port.
- Solve minor bugs with PyNone.
- Add more extensions to tags in the cli and node port.
- Solve minor bugs in metacallcli tests.
- Move metacallcli from examples to cli.
- Python port working properly.
- Simplified structure of python port.
- Remove inspect temporally.
- Remove unused data from python port, add better import mechanism.
- Implement metacall inspect in new python port.
- Implement metacall load from memory in new python port.
- Solve error in metacall linkage and instances.
- Add base for python port and loader unification.
- Completed python Monkey patching NOT Tested yet