Skip to content

Releases: LinusU/node-application-config-path

🚢 1.0.0 / 2023-01-06

06 Jan 14:09
164eaa0

Choose a tag to compare

💥 Breaking Changes

  • Convert package to ESM

    Migration Guide:

    This relases changes the package from a Common JS module to an EcmaScript module, and drops support for older versions of Node.

    • The minimum version of Node.js supported is now: 14.18.0, 16.14.0, and 18.0.0
    • The package must now be imported using the native import syntax instead of with require

🎉 Enhancements

  • Add TypeScript typings

🚢 0.1.1 / 2022-11-21

21 Nov 11:49
9934eee

Choose a tag to compare

🎉 Enhancements

  • Support FreeBSD and OpenBSD platforms (#3)

🌹 Internal Changes

  • Prepare linting for Standard 14 (#1)
  • Add LICENSE file