Releases: metacall/core
Releases · metacall/core
MetaCall v0.1.31 [2020-01-21]
- Remove shebang from metacall cli npm installer (conflicts with Guix install meanwhile the script is embedded into C/C++).
MetaCall v0.1.30 [2020-01-21]
- Update NodeJS Port documentation and version.
- Add npm and pip package managers working properly.
MetaCall v0.1.29 [2020-01-21]
- Enable node modules in bootstrap again, Guix will try to copy them manually from cherow.
MetaCall v0.1.28 [2020-01-21]
- Add fPIC for trampoline on guix build.
MetaCall v0.1.27 [2020-01-20]
- Update package lock version in node port.
- Enable build with gyp only for trampoline in order to support guix without node dependencies.
MetaCall v0.1.26 [2020-01-20]
- Remove node-gyp step from build commands when guix is enabled.
MetaCall v0.1.25 [2020-01-20]
- Remove disable variables for trampoline and bootstrap, and add a new variable for disabling all unreproductible steps from the build system.
MetaCall v0.1.24 [2020-01-17]
- Change metacallcli to metacall in the metacall cli image.
- Update documentation of py port.
- Update node port version.
MetaCall v0.1.23 [2020-01-02]
- Improve load method, still failing with nginx.
- Initialize ruby stack.
- Update python to 3.7, ruby to 2.5 and debian to buster. Disabled V8 from build step, it needs to be compiled like NodeJS (possibly in a different dockerfile or migrating all docker dependency management to Guix). Update swig to 4.0. Improve node port for handling already installed metacall (Guix).
- Add TODO in python for allowing different key types in dict type.
- Implemented Dict type for return in python loader.
- Add documentation to nodejs port and python port about metacall cli for launching the scripts. EnaAdapt python port to the new way of install distributable tarballs.
- NodeJS port working properly.
- Update nodejs port version.
- Solve errors with nodejs port paths.
- Add execution permissions to upload script in nodejs port.
- Implement preinstall script for nodejs port, add readme info.
- Implement node port with latest install script for metacall.
- Add additional info for installing via metacall/install.
- Update errata about Guix in README.
- Add info about how to download or install metacall.
- Add TODO annotation.
- Solved errata in TOC and link.
- Add go port with complete PoC.
- Add call for golang port, return still not implemented.
- Add base implementation for golang port.
MetaCall v0.1.22 [2019-12-14]
- Remove custom version of FindRuby and use the standard CMake version.
- Update NetCore version.
- Add some doc for node port refactor.
- Minor bug solved in node port.