v14.0.0
Breaking changes
aegir lintnow also checks that package.json is defining version of our dependencies correctly. This means that projects that before was OK when runningaegir list, might now fail if it's not following the way we specify dependencies. Read more here: https://github.com/ipfs/community/blob/master/js-code-guidelines.md#dependency-versions
Bug Fixes
- append random number to coverage reports (139ad19)
- restores previous behaviour for loading browser fixtures (34cea98), closes #235
Features
- allow loading resources from hoisted dependencies (0d47028)
- enforce package.json dependency version guidelines (47a0080)
Performance Improvements
- cli: Inline requires in CLI inclusions (0a2ec35)