v0.13.0
v0.13.0 (2018-09-06)
π Feature
template-project-hello- #262 Change
yarntonpmin project template.(@maciejkorsan)
- #262 Change
cli- Main
syncano.ymlconfig file is in a root folder of the project e.g.:my_project/package.json my_project/syncano.yml - CLI is invoking build scripts which are part of the package. There are two scrips in every Socket template:
Thanks to that there is a full control over a build process.
my_socket/bin/compile my_socket/bin/compile-env - New command
s info- for general info about your account. - New command
s sysinfo- for general info about your environment (os, node version etc.).
- Main
registry- Registry was removed. We decided to use directly NPM. That way Sockets itself can define dependencies, peerDependencies etc.
schema- Socket schema is not storing
versionordescriptionanymore, those things are taken frompackage.jsonof a Socket
- Socket schema is not storing
cli,testslib-js-client- Rewrite
@syncano/clientto TypeScript
- Rewrite
Other:
- Performance improvements:
- Calling endpoints from inside other endpoints is now faster (bypassing DNS)
- This version is using
v3version of the Core API. In some cases that means 3x faster DB calls.
- Improvement related to latest versions of the dependencies.
Committers: 3
- Kasper Mikiewicz (Idered)
- Maciej Korsan (maciejkorsan)
- Maciej Kucharz (mkucharz)