Skip to content

Releases: aminya/globify-gitignore

v1.0.3

06 Jan 15:15
Compare
Choose a tag to compare

v1.0.2

06 Jan 14:49
Compare
Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2

v1.0.1

06 Jan 14:49
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

06 Jan 14:33
Compare
Choose a tag to compare

What's Changed

  • feat: return an object to indicate inclusion + use relative globs by @aminya in #1

Breaking Changes

  • the return is now an object. The glob patterns are included in the glob property. The included property shows if the file is an inclusion or an exclusion.

  • the result is now relative by default. Use the absolute parameter to make the patterns absolute

New Contributors

  • @aminya made their first contribution in #1

Full Changelog: v0.2.1...v1.0.0

v0.2.1

05 Oct 04:59
Compare
Choose a tag to compare

v0.2.0

26 Apr 06:23
Compare
Choose a tag to compare

Dedent the input content by default