1.4.1
zenfs-test
now accepts a--coverage
option, which is used as the test coverage directory. It defaults totests/.coverage
.- Updates to documentation
- Moved mixin types to interfaces
- This means
Mixin<T, { ... }>
is nowMixin<T, ExampleMixin>
- This means