All Versions
23
Latest Version
Avg Release Cycle
53 days
Latest Release
1484 days ago

Changelog History
Page 1

  • v1.1.6 Changes

    March 02, 2019

    Functionality Changes

    • 👀 The order of tests is now reversed from what was previously output (which was itself reversed). This means that tests are now reported in the order they are defined, as expected. Thanks to @feuerbach for this fix. See #28 for more information.
  • v1.1.5 Changes

    Other Changes

    • ⬆️ Bump upper bound of tasty.
  • v1.1.4 Changes

    May 15, 2018

    Other Changes

    • ⬆️ Bump upper bound of tasty.
  • v1.1.3 Changes

    January 28, 2018

    Other Changes

    • ⬆️ Bump upper bound of tasty.
  • v1.1.2 Changes

    January 20, 2018

    Other Changes

    • ⬆️ Bump upper bound of tasty.
  • v1.1.1 Changes

    November 18, 2017

    Other Changes

    • ⬆️ Bump upper bound of tasty.
  • v1.1.0 Changes

    March 17, 2017

    💥 Breaking Changes

    The XML generated is now slightly different in order to satisfy Jenkins. In
    particular:

    • The classname attribute now joins the test path with . (like a Java
      class name).
    • testsuite nodes have a tests attribute, which is the amount of tests
      executed.

    👀 For more discussion see #20 and
    a01df06#commitcomment-21211275

    Thanks to @liskin and @haishengwu-okta for this work.

    Other Changes

    • Increase the lower bound of directory to >= 1.2.3.0. Earlier versions may
      throw exceptions on some of the actions we are using. Thanks to @liskin for
      pointing this out.
  • v1.0.5 Changes

    March 17, 2017

    Other Changes

    • ⬇️ Reduce the lower bound of filepath to >= 1.0.0
    • ⬇️ Reduce the lower bound of directory to >= 1.0.0
  • v1.0.4 Changes

    March 17, 2017
    • ✅ We now use the classname attribute to indicate the test group a test came from. Thanks to @haishengwu-okta for this feature.
  • v1.0.3 Changes

    March 17, 2017
    • Now creates the directory containing the report XML file. Thanks to @haishengwu-okta for this feature.