Skip to content

Releases: jedwards1211/gitignore-fs

v2.2.2

18 Nov 05:23
Compare
Choose a tag to compare

2.2.2 (2022-11-18)

Bug Fixes

  • add types conditional export (83d40bf)

v2.2.1

18 Nov 04:56
Compare
Choose a tag to compare

2.2.1 (2022-11-18)

Bug Fixes

v2.2.0

17 Nov 07:39
Compare
Choose a tag to compare

2.2.0 (2022-11-17)

Bug Fixes

Features

  • add conditional exports, fix cjs exports (f1814a9)

v2.1.0

10 Jun 20:54
Compare
Choose a tag to compare

2.1.0 (2021-06-10)

Features

  • add initialRules/finalRules options (ba06125)

v2.0.0

10 Jun 18:53
Compare
Choose a tag to compare

2.0.0 (2021-06-10)

Bug Fixes

  • always exclude .git, refactor tests (9ffb5b9)
  • don't check if .gitignore exists in ignored dirs (e44c6bb)
  • don't load gitignore rules inside ignored directories (a113714)
  • handle directory-only ignores correctly (a0d7221)

BREAKING CHANGES

  • ignores and ignoresSync no longer accept a stats argument.
    Instead you should pass a path that ends with / if it's a directory, and doesn't
    end with / if it's a file.

v1.0.0

04 Jun 04:51
Compare
Choose a tag to compare

1.0.0 (2021-06-04)

Bug Fixes

  • relax node requirement to >= 8 (e1024cb)
  • require node >= 14 (f96f12e)
  • subdir rule with / in middle (f1b5769)
  • tolerate git config --get core.excludesFile returning nonzero (d6edbd9)

Features