You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working through the release process this week. I'm taking it slow because I'm doing this in lock-step with documenting the new release process (solving #1350), specifically in a way that allows all Node-execution to happen in an isolated container (no git hooks, no push credentials), and fully supports 2FA-enabled mode of npm, and branch protection on GitHub.
Some noteworthy changes that have landed since 2.10:
assert.true()
andassert.false()
(pull Assert: Introduce strict boolean assertions. #1445).Some things to perhaps still do before new release:
resolve
package and its indirect dependency onpath-parse
(review pull Core: Drop support for Node 6 and Node 8, require Node 10+ #1464).assert.true
, decide what to do withassert.ok
and update docs accordingly to reflect current best practice (see What to do with assert.ok/assert.notOk? #1450)./cc @trentmwillis, @leobalter, @JamesMGreene
The text was updated successfully, but these errors were encountered: