Skip to content

Releases: fsoft72/maid

maid v0.4.5

24 Dec 16:16

Choose a tag to compare

Changelog

  • Add: Pattern Matcher for more complex file matching, now you can use .gitignore like syntax.
  • Add: new test suite to test against a complext file structure.
  • Add: --verbose now lists also all the files excluded by the patterns
  • Enh: --pattern option now supports .gitignore like syntax.
  • Enh: code refactoring and cleanup.
  • Enh: code optimization to reduce list copies

maid v0.3.6

21 Oct 06:25

Choose a tag to compare

This releases aligns the code to the pip package

maid v0.3.2

10 Oct 08:09

Choose a tag to compare

[0.3.2] - 2024-10-10

  • Enhanced: support for both maid.json and .maid.json files.
  • Fixed issue with maid.json file not being read in subdirectories.
  • Add: svelte section in tests directory

maid v0.3.1

07 Oct 09:11

Choose a tag to compare

  • Breaking: removed support for .maidignore files, now use maid.json instead.
  • Added support for reading maid.json file.
  • Added support for rules in maid.json file.
  • Updated README.md with new usage instructions.
  • Fixed issue with reading global maid.json file.
  • Removed some linter warnings.

maid v0.2.0

05 Oct 07:04

Choose a tag to compare

  • Added support for reading local .maidignore files.
  • Added support for reading global .maidignore file from:
    • Home directory.
    • .maid directory in home directory.
    • .local/share/maid directory in home directory.
    • .config/maid directory in home directory.
  • Added generating markdown content with type from file extension.
  • Added new option --version to display the version.
  • Enhanced logging in various parts of the script.
  • Enhanced markdown output with better formatting.
  • Removed --local-maidignore option.
  • Updated README.md with new usage instructions.