Releases: nvuillam/markdown-table-formatter
Releases · nvuillam/markdown-table-formatter
v1.6.1
What's Changed
- Update dependency @babel/eslint-parser to v7.24.5 by @renovate in #49
- Update dependency glob to v10.3.15 by @renovate in #51
- Update dependency eslint to v9 by @renovate in #50
- Update all non-major dependencies by @renovate in #52
- Update all non-major dependencies by @renovate in #53
- Update dependency debug to v4.3.5 by @renovate in #54
- Snyk recommended dependency upgrades by @RolfMoleman in #57
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- Core: Upgrade minimum NodeJS version to 18.0
- Upgrade dependencies
Pull Requests
- Update stefanzweifel/git-auto-commit-action action to v5 by @renovate in #24
- Update peter-evans/create-pull-request action to v5 by @renovate in #23
- Update dependency fs-extra to v11.2.0 by @renovate in #25
- Update dependency eslint to v8.55.0 by @renovate in #26
- Update dependency mega-linter-runner to v7.7.0 by @renovate in #27
- Update all non-major dependencies by @renovate in #29
- Create github-dependents-info by @nvuillam in #30
- [GitHub Dependents Info] Updated markdown file by @github-actions in #32
- Update github-dependents-info.yml by @nvuillam in #35
- [GitHub Dependents Info] Updated markdown file by @github-actions in #33
- [GitHub Dependents Info] Updated markdown file by @github-actions in #36
- Update actions/upload-artifact action to v4 by @renovate in #28
- Update dependency mega-linter-runner to v7.8.0 by @renovate in #38
- Update dependency @babel/eslint-parser to v7.23.9 by @renovate in #39
- [GitHub Dependents Info] Updated markdown file by @github-actions in #37
- Update dependency @babel/eslint-parser to v7.23.10 by @renovate in #40
- [GitHub Dependents Info] Updated markdown file by @github-actions in #44
- [GitHub Dependents Info] Updated markdown file by @github-actions in #45
- Update all non-major dependencies by @renovate in #43
- Update all non-major dependencies by @renovate in #47
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- 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
Pull Requests
- Update README.md to include ignore tips by @RolfMoleman in #16
- Configure Renovate by @renovate in #14
- Upgrade all npm dependencies by @nvuillam in #20
- Update actions/setup-node action to v2.5.2 by @renovate in #17
- Update actions/checkout action to v4 by @renovate in #18
- Update actions/upload-artifact action to v3 by @renovate in #22
- Update actions/setup-node action to v4 by @renovate in #21
New Contributors
- @RolfMoleman made their first contribution in #16
- @renovate made their first contribution in #14
Full Changelog: v1.4.0...v1.5.0
markdown-table-formatter v1.4.0
- Add --verbose mode
- Dependencies: run
npm audit fix
to secure dependencies - CI: Upgrade MegaLinter to v6
markdown-table-formatter v1.3.0
- Allow to override the table columns padding number of spaces using argument --columnpadding
- CI: Upgrade MegaLinter to v5 + fix CI tests on Windows & Mac
markdown-table-formatter v1.2.0
- 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
markdown-table-formatter V1.1.0
- Upgrade markdown-table-prettify to 3.4.0 so it can take in account inline disable comments