Skip to content

1.4.1

Compare
Choose a tag to compare
@james-pre james-pre released this 27 Nov 16:59
· 79 commits to main since this release
v1.4.1
fd36af6
  • zenfs-test now accepts a --coverage option, which is used as the test coverage directory. It defaults to tests/.coverage.
  • Updates to documentation
  • Moved mixin types to interfaces
    • This means Mixin<T, { ... }> is now Mixin<T, ExampleMixin>