This repository was archived by the owner on Feb 8, 2019. It is now read-only.
Releases: cellsjs/piscosour
Releases · cellsjs/piscosour
1.3.0
v1.0.0-alpha.43
Fix:
- requirements.json always was written empty.
v1.0.0-alpha.40
Fixes
- Requirements detects modules in a list without version, and was false.
Features
- Desabled cache generation offline (pisco -w).
v1.0.0-alpha.17
Fixes
- Errors on execution was not thrown
- requirements for create recipe step
- could not match version on install process
v1.0.0-alpha.15
Fix
- Multiple stages fails with stages with similar names.
v1.0.0-alpha.14
Features
-
For lazy install
- Use node bin/pisco.js for installer plugin.
- Pass params to new installed steps execution.
-
Multiple stages can be run when --pstage is setted.
pisco test --pstage check,config
v1.0.0-alpha.13
Feature
- shows recipes installable on all installations
Fixes
- Same version was not detected as correct version!
- piscosour module from other recipes are stored into scullion.json, only local is needed.
v1.0.0-alpha.12
Feature
- Lazy install the particular version "install -g module@version" necessary for a requires
Fix
- When recipe is not global installed fails to write scullion.js on cache file
v1.0.0-alpha.10
Features
- Detect compatible dependency to piscosour in all the recipes installed in global npm.
- Show a warning message when the dependency is not satisfied.
- Show an error message when the dependency is not satisfied by the explicit dependencies of the recipe.
- devDependencies can be use in order to set piscosour dependency on pisco-plugins
Fixes
- system-saver doesn't detect npm installer dependencies.