Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up12.0.0 Release Notes #672
Comments
cilindrox
added a commit
to cilindrox/hapi-redis
that referenced
this issue
Jan 26, 2017
Release notes: hapijs/lab#672
cilindrox
added a commit
to cilindrox/hapi-raven
that referenced
this issue
Jan 26, 2017
Release notes: hapijs/lab#672
Merged
cilindrox
added a commit
to cilindrox/hapi-emitter
that referenced
this issue
Jan 26, 2017
Release notes: hapijs/lab#672
cilindrox
added a commit
to cilindrox/hapi-ratelimiter
that referenced
this issue
Jan 30, 2017
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Breaking Change
Code coverage parsing is changed to support ECMAScript 2017 (version 8). This update isn't much of a breaking change, but it has the potential to include new features in coverage reporting that may change the existing coverage percentage. Therefore, in order to prevent any surprises, the major version is being bumped to 12.
Other improvements
--bail
is added as a CLI option. Every test after the first test failure will be skipped when using bail.