Skip to content

0.6.0

Compare
Choose a tag to compare
@ngirard ngirard released this 16 May 17:33
· 23 commits to master since this release

Added

  • The new gitignore option, when set to true in config.toml, enables Lolcate to take into account .gitignore files and skip the paths that match one of the .gitignore patterns.

Changed

  • Use regex for basename matching instead of splitting the path, leading to a 10% performance improvement
    (ec5140f, thanks to @icewind1991).
  • Added adoc (Asciidoc) to the doc predefined path type.

Fixed

  • Fix error when no skip directive in config.toml (#7).
  • Create db path if necessary (#8).