mithril-vndb/ospec/change-log.md

2 KiB

Change Log for ospec

Upcoming...

  • ...

2.0.0

2018-05-xx

  • Allow piping a custom list of test-files to the ospec binary (#2137)
  • Added support for custom reporters (#2020)
  • Make Ospec more Flems-friendly (#2034)
    • Works either as a global or in CommonJS environments
    • the o.run() report is always printed asynchronously (it could be synchronous before if none of the tests were async).
    • Properly point to the assertion location of async errors #2036
    • expose the default reporter as o.report(results)
    • Don't try to access the stack traces in IE9

1.4.1

2018-05-03

  • ????

1.4.0

2017-12-01

  • Added support for async functions and promises in tests (#1928, @StephanHoyer)
  • Error handling for async tests with done callbacks supports error as first argument (#1928)
  • Error messages which include newline characters do not swallow the stack trace #1495 (#1984, @RodericDay)

1.3 and earlier

  • Log using util.inspect to show object content instead of "[object Object]" (#1661, @porsager)
  • Shell command: Ignore hidden directories and files (#1855 @pdfernhout))
  • Library: Add the possibility to name new test suites (#1529)