devenv 0.4
Highlights
- 
New command devenv infoshows locked inputs, environment variables, scripts, processes and packages exposed in the environment.
- 
Tracebacks are now printed with most relevent information at the bottom. 
- 
New option process.implementationallows you to choose how processes are run. New supported options are overmind and process-compose.
- 
Instead of passing each input separately in devenv.nix, the new prefered and documented way is viainputsargument, for exampleinputs.pre-commit-hooks.
- 
samjwillis97 contributed support for MongoDB. 
- 
shyim contributed MySQL/MariaDB support. 
- 
shyim made PHP configuration more configurable, for example you can now set extensions. 
- 
JanLikar improved PostgreSQL support to expose psql-devenvscript for connecting to the cluster.
- 
datakurre added robotframework support. 
Bug fixes
- 
Composing using inputs has been fixed. 
- 
It's now possible to use devenvon directories with spaces.
- 
Update checker is no longer using environment variables to avoid some corner cases. 
