Releases: lime-green/unison-gitignore
Releases · lime-green/unison-gitignore
1.0.5 - Pin pathspec
pin pathspec
1.0.4 - Pathspec update fix
fix pathspec update (#10) * fix pathspec update * update test versions * update tests
1.0.3 - Support spaces in gitignore
fix: do not escape spaces
1.0.2 - Support hash symbol in gitignore
Fixes
- fix: do not escape hash symbol (#7)
1.0.1 - Fix regex escaping on unison 2.51.3
fix regex escaping once more (#6)
1.0.0 - Fix dot star output
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
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
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
Script renamed to be unison-gitignore
0.0.2 - Initial Release
This is the first release! Consider it an alpha release