Releases: fsoft72/maid
Releases · fsoft72/maid
maid v0.4.5
Changelog
- Add: Pattern Matcher for more complex file matching, now you can use
.gitignorelike syntax. - Add: new test suite to test against a complext file structure.
- Add:
--verbosenow lists also all the files excluded by the patterns - Enh:
--patternoption now supports.gitignorelike syntax. - Enh: code refactoring and cleanup.
- Enh: code optimization to reduce list copies
maid v0.3.6
This releases aligns the code to the pip package
maid v0.3.2
[0.3.2] - 2024-10-10
- Enhanced: support for both
maid.jsonand.maid.jsonfiles. - Fixed issue with
maid.jsonfile not being read in subdirectories. - Add: svelte section in tests directory
maid v0.3.1
- Breaking: removed support for
.maidignorefiles, now usemaid.jsoninstead. - Added support for reading
maid.jsonfile. - Added support for rules in
maid.jsonfile. - Updated README.md with new usage instructions.
- Fixed issue with reading global maid.json file.
- Removed some linter warnings.
maid v0.2.0
- Added support for reading local
.maidignorefiles. - Added support for reading global
.maidignorefile from:- Home directory.
.maiddirectory in home directory..local/share/maiddirectory in home directory..config/maiddirectory in home directory.
- Added generating markdown content with type from file extension.
- Added new option
--versionto display the version. - Enhanced logging in various parts of the script.
- Enhanced markdown output with better formatting.
- Removed
--local-maidignoreoption. - Updated README.md with new usage instructions.