- Upgrade dependencies
- Core: Upgrade minimum NodeJS version to 18.0
- Upgrade dependencies
- Core: Now requires Node 16+
- Upgrade dependencies
- Doc
- Add table of contents
- Add explanation of how to disable and re-enable formatting
- CI
- Upgrade MegaLinter to v7
- Rename master branch into main
- Add --verbose mode
- Dependencies: run
npm audit fix
to secure dependencies - CI: Upgrade MegaLinter to v6
- Allow to override the table columns padding number of spaces using argument --columnpadding
- CI: Upgrade MegaLinter to v5 + fix CI tests on Windows & Mac
- Allow to call markdown-table-formatter with a glob parameter to find files to format
- Allow to call markdown-table-formatter without arguments (**/*.md will be used by default to collect files)
- Fix logs format
- Upgrade markdown-table-prettify to 3.4.0 so it can take in account inline disable comments
- Fix code coverage
- First working version :)
- Initial version