Skip to content

Releases: Pistonite/lisensor

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 22:19
f1b2b6e
  • !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 ignore crate, 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 (*.foo now matches any file that ends with .foo in any depth)
    • git ignore/exclude configs are respected

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 04 Feb 20:12
d75d5d2
  • feat: allow and detect windows line ending, bump deps (#4) by @Pistonight

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 03 Jan 08:48
8fa4534

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 04:30

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 06:18
d4a1a0c

initial release