MetaCall v0.3.16 [2021-02-28]
viferga
released this
28 Feb 21:59
·
17 commits
to 88de7b18a26186520d4cc3d3b969daeb0dd0dfeb
since this release
- Update exception.
- Solve minor bugs of futures.
- Add base for exceptions.
- Add support for await futures in ts loader.
- Add base implementation to await futures (only working in NodeJS).
- Added function introspection using
Caller#definitions
. NOTE: Not tested. There's a problem with changes tos1.py
not being picked up. - Metals updates and minor change to build.sbt
- Added the option to disable MetaCall logs
- Minor refactoring and API polish
- Refactored calling functions to use
Promise
s - Minor modifications to NodeJS async function call test
- Improved block handling and tests
- Added usage example to README
- Wrapped exceptions in
Try
monad - Solve minor bug with Docker runtime image, the bootstrap.ts file was not being copied properly.
- Add test for checking if functions are reloaded properly.
- Add metacall_function_async to the API.