Skip to content

Releases: bitranox/igittigitt

v2.0.0

15 Aug 23:40
a43de08
Compare
Choose a tag to compare

v2.0.0

2020-08-14:
- complete redesign
- get rid of regexp matching
- more tests
- now correct matching in subdirs, directory names,
filenames, etc ...

v1.0.6

14 Aug 16:57
6c459da
Compare
Choose a tag to compare

v1.0.6

2020-08-14:
- get rid of the named tuple
- implement attrs
- full typing, PEP561 package
- add blacked badge

v1.0.5

14 Aug 12:47
66eef2a
Compare
Choose a tag to compare

v1.0.5

2020-08-14: fix Windows and MacOs tests

v1.0.4

14 Aug 10:17
024daa1
Compare
Choose a tag to compare

v1.0.4

2020-08-13: handle trailing spaces

v1.0.3

13 Aug 22:24
fa15e11
Compare
Choose a tag to compare

v1.0.3

2020-08-13: handle comments

v1.0.2

13 Aug 22:02
a024a8a
Compare
Choose a tag to compare

v1.0.2

2020-08-13: handle directories

pulkled in inverse PR#17 , mherrmann/gitignore_parser#17

v1.0.1

13 Aug 16:26
46a1220
Compare
Choose a tag to compare

v1.0.1

2020-08-13: fix negation handling

v1.0.0

13 Aug 13:15
4a63632
Compare
Choose a tag to compare

v1.0.0

2020-08-13: change the API interface
- put parser in a class to keep rules there
- change tests to pytest
- start type annotations
- implement black codestyle

v0.0.1

12 Aug 20:38
89a8250
Compare
Choose a tag to compare

v0.0.1

2020-08-12: initial release
- fork from https://github.com/mherrmann/gitignore_parser