Releases: metacall/core
Releases · metacall/core
MetaCall v0.2.10 [2020-08-12]
- Improve NodeJS Addon API find script.
MetaCall v0.2.9 [2020-08-12]
- Add new find configuration for NodeJS Addon API.
MetaCall v0.2.8 [2020-08-12]
- Add error messages for node addon api.
MetaCall v0.2.7 [2020-08-12]
- Minor changes in order to make NodeJS work with Guix.
MetaCall v0.2.6 [2020-08-12]
- Undo changes and update debug messages in FindNodeJS.cmake.
MetaCall v0.2.5 [2020-08-12]
- Add custom directories for NodeJS libraries.
MetaCall v0.2.4 [2020-08-11]
- Minor bug in installation of cherow and typescript node modules in the correct folder for docker builds.
- Add base for dart loader.
- Make the dlang port source external so it can be published to dub.
- Add recursive init in readme (just in case).
- Solve minor bug in detection of async functions in typescript loader.
- Add typescript to docker.
- Minor in configuration when retrieving a value.
- Add D to the ports list, improve documentation about language support.
- TypeScript loader working properly and passing the tests. More types need to be added but it works.
- Hook bootstrap.ts into node loader configuration in order to substitute the runtime for the ts loader.
- Linting.
- Support for return type and arguments type in node loader inspect.
- Disable fork test if detours is not enabled.
- minor optimizations
- Automatic type conversion
- Fix D port
- Add D port
- Add Deno PoC
- Minor changes in ts loader test.
- Add documentation and tests for typescript, still not completely finished but almost done.
- Implement bootstrap for typescript working properly.
- Add base for inspect in ts loader.
- Add initialization, clear and destruction in typescript boostrap script.
- Add initialization phase in node loader boostrap script in order to support initialization in typescript.
- Implement load from file and load from memory in typescript loader.
- Implement base for TypeScript loader.
- Memory leaks reported by @cngzhnp solved.
- Add django detection to avoid integration tests if django is not found.
- Improvements in node port, adapted code for working with msvc.
- Add support for multiple versions of ICU library depending on the NodeJS version (for NodeJS CMake find script).
- Bump lodash from 4.17.15 to 4.17.19 in /source/ports/node_port
- Bump rack from 2.0.8 to 2.2.3 in /source/scripts/ruby/blog/source
- Bump websocket-extensions in /source/scripts/ruby/blog/source
- Bump puma from 4.3.3 to 4.3.5 in /source/scripts/ruby/blog/source
MetaCall v0.2.3 [2020-07-03]
- Undo changes from last commit, there is no need to make paths relative to metacall.json, instead we can safely use script path as a root directory because there is not any other use case different for this functionality than metacall FaaS, and it does not need relative paths because it acts like a s3 bucket.
- added relative paths to file loader load_from_file, load from config still not implemented
- Add support for subfolders in file loader for mapping relative paths to functions instead of file name.
- Update npm ignore and version.
- Update error in node port readme.
- Update readme info and version of node port.
- Testing file_loader with folders
- Add thread safety in NodeJS for function calls, add logs and other code from node.
- Solve minor bug in logs for pretty format.
- Improve cmake for NodeJS.
MetaCall v0.2.2 [2020-05-18]
- Disable stdio buffering in nodejs loader.
MetaCall v0.2.1 [2020-05-18]
- Delete duplication of standard io in node loader.