Skip to content

Releases: LinusU/node-git-log

🚢 1.0.0-rc.3 / 2023-05-22

22 May 10:41
9a2a221

Choose a tag to compare

🎉 Enhancements

  • Add commit hash to result (#3)

🚢 1.0.0-rc.2 / 2023-05-17

17 May 02:38
5df0fed

Choose a tag to compare

🎉 Enhancements

  • Add support for optional path (#1)

🌹 Internal Changes

  • Add CI using GitHub Actions

🚢 1.0.0-rc.1 / 2023-01-06

06 Jan 14:03
3457f17

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

🚢 1.0.0-beta.1 / 2019-12-10

10 Dec 17:54
c5a19ea

Choose a tag to compare

🎉 Initial release