Releases: Pistonite/lisensor
Releases · Pistonite/lisensor
Release list
v0.3.0
- !breaking feat: use ignore crate as backend for globbing (#5) by @Pistonight
- config file discovery now searches parent directories. To force config to not be discovered in inline config mode, use
--no-config - glob patterns now use the
ignorecrate, which uses git-ignore style resolution and also supports brace alternation syntax ({foo,bar})- To keep the globs at the same meaning, use the following conversion:
*.foo->/*.foo(*.foonow matches any file that ends with.fooin any depth)
- To keep the globs at the same meaning, use the following conversion:
- git ignore/exclude configs are respected
- config file discovery now searches parent directories. To force config to not be discovered in inline config mode, use
v0.2.2
- feat: allow and detect windows line ending, bump deps (#4) by @Pistonight
v0.2.1
- fix: happy new year (#3) by @Pistonight
v0.2.0
- chore: ignore test files in package by @Pistonight
- feat: compatibility with multiple notices using sentinel line (#2) by @Pistonight
- chore: update README.md by @Pistonight