Skip to content

Releases: LinusU/gitignore-to-dockerignore

🚢 3.0.0 / 2023-12-06

07 Dec 09:33
beef155
Compare
Choose a tag to compare

💥 Breaking Changes

  • Read .gitignore files from subdirectories

    Migration Guide:

    This release changes the default API to deal with entire directories instead of a string input, in order to match how Git behaves.

    Support for Node.js versions before 18.12.0 is also being dropped.

🚢 2.0.0 / 2021-08-21

21 Aug 13:50
86c7dee
Compare
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: 12.20.0, 14.13.1, and 16.0.0
    • The package must now be imported using the native import syntax instead of with require

🌹 Internal Changes

  • Bump lodash in package lock
  • Remove package lock file

🚢 1.0.0 / 2018-08-07

21 Aug 13:50
80a2635
Compare
Choose a tag to compare

🎉 Initial release