Releases: mherrmann/gitignore_parser
Releases · mherrmann/gitignore_parser
Fix some edge cases on Windows
Compare
Sorry, something went wrong.
No results found
Thank you @Javagedes for the PR !
Add parse_gitignore_str() so you don't need a file
Compare
Sorry, something went wrong.
No results found
Thank you @tewalds for the PR (#74 )!
Fix ValueError on some symlinks
Compare
Sorry, something went wrong.
No results found
Thank you @matthieumarrast for the PR !
Add support and testing for Python 3.12
Compare
Sorry, something went wrong.
No results found
Thank you @ericwb for the PR !
Correct behavior with regards to symlinks
Compare
Sorry, something went wrong.
No results found
Thank you @ruancomelli for the PR .
Multiple parsing improvements
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Several modernization improvements
Compare
Sorry, something went wrong.
No results found
Great PRs by @ruancomelli :
Also fixes a depreciation warning (#42 ).
Thank you @ruancomelli !
Improve performance for negation rules
Compare
Sorry, something went wrong.
No results found
Thank you @ruancomelli for the PR !
Fix directory rule matching similar files
Compare
Sorry, something went wrong.
No results found
Fixes #45 . Thank you @PidgeyBE for the PR !