node-git-log

Read Git commit history from Node.js

Downloads
91
Stars
6
Committers
2

Bot releases are visible (Hide)

node-git-log - ๐Ÿšข 1.0.0-rc.3 / 2023-05-22 Latest Release

Published by LinusU over 1 year ago

๐ŸŽ‰ Enhancements

  • Add commit hash to result (#3)
node-git-log - ๐Ÿšข 1.0.0-rc.2 / 2023-05-17

Published by LinusU over 1 year ago

๐ŸŽ‰ Enhancements

  • Add support for optional path (#1)

๐ŸŒน Internal Changes

  • Add CI using GitHub Actions
node-git-log - ๐Ÿšข 1.0.0-rc.1 / 2023-01-06

Published by LinusU almost 2 years ago

๐Ÿ’ฅ 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
node-git-log - ๐Ÿšข 1.0.0-beta.1 / 2019-12-10

Published by LinusU almost 5 years ago

๐ŸŽ‰ Initial release