Skip to content

Releases: mherrmann/gitignore_parser

Fix ValueError on some symlinks

19 Jan 07:59
b8d1872
Compare
Choose a tag to compare

Add support and testing for Python 3.12

10 Jan 08:08
6c8bd44
Compare
Choose a tag to compare

Correct behavior with regards to symlinks

05 Oct 10:16
1b51ef1
Compare
Choose a tag to compare

Multiple parsing improvements

04 Oct 15:04
37ecfd5
Compare
Choose a tag to compare

Thank you @jherland!

  • Fix lack of implicit anchoring of patterns to directory separators (#58)
  • Fix multi-asterisks that fall outside of the special cases (#57)
  • Fix "a/**/b" matching "a/bb" (#56)

Fix two incorrect parsing behaviors

03 Oct 05:49
8ea4444
Compare
Choose a tag to compare

Several modernization improvements

07 Aug 06:56
133bd62
Compare
Choose a tag to compare

Great PRs by @ruancomelli:

Also fixes a depreciation warning (#42).

Thank you @ruancomelli!

Improve performance for negation rules

03 Aug 16:40
044d9f3
Compare
Choose a tag to compare

Fix directory rule matching similar files

30 Jun 06:16
b925eba
Compare
Choose a tag to compare

Fix DeprecationWarning

22 Feb 18:51
8c927dd
Compare
Choose a tag to compare

The following warning appeared and is now fixed:

gitignore_parser.py:143: DeprecationWarning: Flags not at the start of the expression '^(?ms)foo$'

Thank you @JulienPalard for the PR!

Ensure that Path is supported in matches()

28 Nov 13:16
59605c5
Compare
Choose a tag to compare