Skip to content

v7.0.0

Compare
Choose a tag to compare
@m-shaka m-shaka released this 29 Jul 00:54
3653980

Major Changes

  • #553 5a3af0a Thanks @m-shaka! - Declare the minimum supported Node.js version

    Neverthrow does not depend on any Node.js version-specific features, so it should work with any version of Node.js that supports ES6 and other runtimes like Browser, Deno, etc.

    However, for the sake of maintaining a consistent development environment, we should declare the minimum supported version of Node.js in the engines field of the package.json file.