Skip to content

v3.0.0

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 17 Apr 20:24

✏️ Changed

  • Convert source to Typescript
  • Update remaining dependencies
  • Fix error messages in bin/floss

🔥 Breaking Changes

  • Remove sinon, chai, istanbul so that Floss isn't responsible for keeping these up to date
  • Detect presence of nyc and support it (as a peer dependency)
  • This allows the latest versions of nyc to be used to build code coverage reports for your test code.
  • Change reporter CLI shorthands to match that of Mocha (i.e. use capital letters).

Contributors