0.7.1.0
New features:
- Add
--watch
flag tobuild
,test
,run
,bundle
andmake-module
commands (#65, #126, #153) - Add
spago docs
command, to generate documentation from the project and all dependencies (#127) - Add
spago run
command, to run your project (#131, #137, thanks @JordanMartinez!)
Other fixes and improvements:
- Automatically build in commands that require the project to be built (#146, #149, thanks @FintanH!)
- Don't automatically create a configuration if not found (#139, #144)
- Always ensure that the package-set has a hash on it, for speed and security reasons (#128)
- Improvements to documentation and FAQ (#132, #125, #119, #123, #104, #135)
- Improvements to errors, messages and logging (#143, #145, #133, #151, #148, #129, #130, #136 thanks @iAmMrinal0!)
- Improvements to tests (#95, #91, #138, #141, #140 thanks @JordanMartinez!)
- Format Dhall files with ASCII instead of Unicode (#124)