v7.0.0
Major Changes
-
#553
5a3af0a
Thanks @m-shaka! - Declare the minimum supported Node.js versionNeverthrow
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 thepackage.json
file.