Skip to content

Releases: lime-green/unison-gitignore

1.0.5 - Pin pathspec

01 Jan 17:15
e7a63bc
Compare
Choose a tag to compare

1.0.4 - Pathspec update fix

01 Jan 16:48
feba2ae
Compare
Choose a tag to compare
fix pathspec update (#10)

* fix pathspec update

* update test versions

* update tests

1.0.3 - Support spaces in gitignore

18 Aug 00:07
79c202e
Compare
Choose a tag to compare

fix: do not escape spaces

1.0.2 - Support hash symbol in gitignore

31 May 16:21
b14c44e
Compare
Choose a tag to compare

Fixes

  • fix: do not escape hash symbol (#7)

1.0.1 - Fix regex escaping on unison 2.51.3

13 Nov 17:05
04509a9
Compare
Choose a tag to compare
fix regex escaping once more (#6)

1.0.0 - Fix dot star output

17 Aug 00:22
ba01120
Compare
Choose a tag to compare

v1 Release! Have been using this for a while and it is working well.

A significant bug was fixed where this was parsing *.log incorrectly and unison ended up ignoring something like change_log as well as test.log files but that has been fixed. So time for a major version bump!

0.0.5 - Fix anchor bug

02 Jul 23:13
1ea3936
Compare
Choose a tag to compare

The path wasn't being calculated properly for the gitignore anchor, it now correctly includes the unison paths

0.0.4 - Allow more generic iterable gitignores to be passed

30 Jun 02:55
b6764a8
Compare
Choose a tag to compare

b6764a8 removed the python 3.6-specific logic and fix that logic in a test so the parser can handle more generic iterable objects (eg. arrays) rather than file-like objects

0.0.3 - Use hyphenated name for script entrypoint

28 Jun 20:40
Compare
Choose a tag to compare

Script renamed to be unison-gitignore

0.0.2 - Initial Release

28 Jun 20:29
Compare
Choose a tag to compare

This is the first release! Consider it an alpha release