Skip to content

Releases: laat/readme-assert

v6.0.1

11 Jun 16:59
Compare
Choose a tag to compare

v6.0.0

11 Jun 16:45
Compare
Choose a tag to compare

New Features

  • Supports TypeScript out of the box
  • Supports import syntax out of the box
  • Better assert failure messages
  • Stack traces point to the line in readme with the failing assert
  • exits with code 1 when no tests found

BREAKING CHANGES

  • Dropped support for Node < 8
  • Code blocks must be tagged with test, see readme for examples.
    To get the old behavior add --auto argument
  • Does not read babelrc file by default. Add --babel flag to enable it.

v5.0.6...v6.0.0