All Versions
116
Latest Version
Avg Release Cycle
36 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v6.3.0 Changes
June 10, 2019- ๐
74b2ab7
[feat] Bring back--web-security
flag (#203) (Jonathan Keslin) - ๐
a314590
Add node 12 to Travis config - ๐
14ff389
Always pass--disable-dev-shm-usage
to chromium > > This is suggested in on the chromium troubleshooting page when running > in docker (like most CI systems). See > https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#tips > - ๐
01bdea8
Address Chromium test case fragility - ๐
3ec7b00
Fix test on node 12 - ๐
1767f1f
Bump js-yaml from 3.12.1 to 3.13.1 (#202) (dependabot[bot]) > > Bumps js-yaml from 3.12.1 to 3.13.1. > - Release notes > - Changelog > - Commits
๐ Released by Maximilian Antoni on 2019-06-10.
- ๐
-
v6.2.0 Changes
March 27, 2019๐ 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, 2019Introduce the
--mocha-path
option to specify a custom Mocha module.a8685b4
Add support for custom mocha path (#195) (Christopher Hiller)d8a0a9c
Fix linter issues3a49f42
Update eslint to address security issues7551a07
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, 2018b15cf0f
Do not exit on puppeteer pageerror event (Frederik Ring)
๐ Released on 2018-11-24.
-
v6.0.3 Changes
November 21, 2018 -
v6.0.2 Changes
78dcbe9
Add link to nyc3512b7f
Serve files with content-type headers > > This addsmime
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 v60211b75
Removemochify-istanbul
documentation > > With support for nyc and themochify-istanbul
project being > unmaintained, we shouldn't send people down that road any longer. >3b0c553
Istanbul nyc support8f2dfff
Update @studio/changes for--commits
and--footer
supportddf1297
Update Puppeteer to v1.1050f1aa6
Update Mocha to v5.21bf51a2
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 andsource-mapper
v2.1 to ensure correct stack traces