0.16.0
Breaking changes (😱!!!):
-
Remove shorthands for
color,before,then, andelseflags (#670, #664)Both
thenandtargethad the shorthandt, so the shorthand forthenwas removed.
Sincethen,before, andelseare all shared between several commands, it seemed
natural to remove the shorthands for the other shared commands too, so as to not cause
future shorthand name conflicts.
A similar collision problem happened with thecolorflag, so its shorthand was removed. -
Pass main function argument to
--runfor alternate backends (#668)This is a braking change because now alternate backends are expected to accept
an argument to theirrunflag. This change was coordinated among various backends
so the migration should be relatively smooth, but you should check if your backend
it able to support this.
New features:
- Upgrade to
docs-search@v0.0.10, that introduces grouping by package in local docs (#679) - Ignore
.gitignored files in--watchby default - you can disable this with--allow-ignored(#665) - Support
upgrade-setfor alternative package-set repositories (#671)
Bugfixes:
- Make the output of
spago --versionthe same withspago version(#675) - Ensure the existence of the global cache directory (#672, #667)
Other improvements: