All Versions
116
Latest Version
Avg Release Cycle
36 days
Latest Release
-

Changelog History
Page 2

  • v6.3.0 Changes

    June 10, 2019

    ๐Ÿš€ Released by Maximilian Antoni on 2019-06-10.

  • v6.2.0 Changes

    March 27, 2019
    • 8f70a5e + 5bf4aa8 Enable support for passing --dumpio to Puppeteer (Carl-Erik Kopseng)

    ๐Ÿš€ Released by Maximilian Antoni on 2019-03-27.

  • v6.1.1 Changes

    March 13, 2019

    ๐Ÿš€ Released by Maximilian Antoni on 2019-03-13.

  • v6.1.0 Changes

    March 02, 2019

    Introduce the --mocha-path option to specify a custom Mocha module.

    • a8685b4 Add support for custom mocha path (#195) (Christopher Hiller)
    • d8a0a9c Fix linter issues
    • 3a49f42 Update eslint to address security issues
    • 7551a07 Merge test cases for sync and async failure, test for early exit on evaluation error (Frederik Ring)
    • ccc4138 Improve test case for async failure (Frederik Ring)

    ๐Ÿš€ Released by Maximilian Antoni on 2019-03-02.

  • v6.0.4 Changes

    November 24, 2018
    • b15cf0f Do not exit on puppeteer pageerror event (Frederik Ring)

    ๐Ÿš€ Released on 2018-11-24.

  • v6.0.3 Changes

    November 21, 2018
    • 28633c4 Handle promise rejection when calling browser.newPage() (Frederik Ring)
    • cd89125 Add note about required flags in CircleCI (Frederik Ring) > > Starting with v6, mochify will require the --allow-chrome-as-root > flag to passed on CircleCI just like on Travis >

    ๐Ÿš€ Released on 2018-11-21.

  • v6.0.2 Changes

    • 78dcbe9 Add link to nyc
    • 3512b7f Serve files with content-type headers > > This adds mime as a dependency to lookup the content-type based on the > file extension. This package was chosen because it's already used by > Puppeteer, hence it's not adding any weight. >

    ๐Ÿš€ Released by Maximilian Antoni on 2018-11-19.

  • v6.0.1 Changes

    • d667e7c Upgrade Mocaccino to v4 > > Mocaccino used to load Mocha 4 still, causing two Mocha versions to be > installed. >

    ๐Ÿš€ Released by Maximilian Antoni on 2018-11-19.

  • v6.0.0 Changes

    Highlights: Mocha 5, Browserify 16, Puppeteer 1.10 and Istanbul nyc code ๐Ÿ‘ coverage support.

    • 999c56e Add compatibility notes for v6
    • 0211b75 Remove mochify-istanbul documentation > > With support for nyc and the mochify-istanbul project being > unmaintained, we shouldn't send people down that road any longer. >
    • 3b0c553 Istanbul nyc support
    • 8f2dfff Update @studio/changes for --commits and --footer support
    • ddf1297 Update Puppeteer to v1.10
    • 50f1aa6 Update Mocha to v5.2
    • 1bf51a2 Upgrade browserify and watchify (Morgan Roderick) > > This means that cached-path-relative will be upgraded to 1.0.2, which > fixes a security warning: > > See: https://nvd.nist.gov/vuln/detail/CVE-2018-16472 >
    • f32782a Display build status from master in README (Frederik Ring)
    • e18817a Do not call methods on browserify object asynchronously to ensure predictable order (Frederik Ring)
    • 3973602 Consolidate validation of options in one place (Frederik Ring)

    ๐Ÿš€ Released by Maximilian Antoni on 2018-11-19.

  • v5.8.1 Changes

    • ๐Ÿ”Œ Ensure browserify plugins are always mounted in the same order - fixes #177 (Frederik Ring)
    • ๐Ÿ‘‰ Use puppeteer v1.6 and source-mapper v2.1 to ensure correct stack traces