v0.14.0-rc.2
Pre-release
Pre-release
Added in 0.14.0-rc.2
- Support was added for JSON5 (#1745).
- Support was added for the Svelte language (#1805).
- Support was added for Git Config (#1743).
- Support was added for INI files (#1787).
- Support was added for EditorConfig (#1744).
- A new
--no-error-on-unsupportedflag was added to suppress errors when unsupported files are passed via the command line (#1751).
Changed in 0.14.0-rc.2
- BREAKING CHANGE:
todosno longer follows symlinks by default. Symlinks will be followed if the symlink is specified directly on the command line. A new option--followwas added to specify whethertodosshould follow symlinks when traversing directories. (#1752). - The default TODO types were changed to add
FIXIT,ISSUE,WARN, andWARNING(#1747).
Fixed in 0.14.0-rc.2
- In Rust sources (
.rs,.rs.in), now only double quotes (") are interpreted as string termination characters. This fixes cases whereTODOs in files with lifetime specifiers (e.g.&'static str) would not be parsed as expected. (#1829). - Fixed an issue where some comments were interpreted incorrectly as TODOs when the TODO type was followed directly by a hyphen (
-) without a space (e.g.// Info-level logging) (#1816
All changes since v0.13.0
- chore(deps): pin dependencies by @renovate[bot] in #1741
- fix: renovate pin digest rules by @ianlewis in #1742
- fix: Add
--followoption for symlink handling by @ianlewis in #1755 - docs: update README by @ianlewis in #1758
- docs: Add use case for Neovim by @ianlewis in #1760
- fix: Add symlink loop detection by @ianlewis in #1763
- docs: Update README.md by @ianlewis in #1781
- chore(deps): update npm dev (major) by @renovate[bot] in #1777
- chore(deps): update node.js to v22.20.0 by @renovate[bot] in #1772
- chore(deps): update github-actions by @renovate[bot] in #1771
- fix(deps): update go by @renovate[bot] in #1775
- chore(deps): update dependency aquaproj/aqua-renovate-config to v2.9.0 by @renovate[bot] in #1768
- ci: use npm trusted publishing by @ianlewis in #1790
- chore: sync with repo-template-go by @ianlewis in #1791
- docs: fix tests badge by @ianlewis in #1793
- feat: add svelte comment parsing by @shfx in #1806
- docs: update CHANGELOG to note breaking change by @ianlewis in #1807
- chore: merge repo-template by @ianlewis in #1808
- chore(deps): update npm dev by @renovate[bot] in #1773
- chore(deps): update node.js to v24.11.1 by @renovate[bot] in #1803
- chore(deps): update actions/download-artifact action to v6 by @renovate[bot] in #1801
- chore(deps): update actions/setup-node action to v6 by @renovate[bot] in #1800
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in #1799
- fix(deps): update go by @renovate[bot] in #1794
- chore(deps): update dependency zizmor to v1.16.3 by @renovate[bot] in #1774
- chore(deps): update github-actions by @renovate[bot] in #1796
- chore(deps): update module golang.org/x/crypto to v0.43.0 [security] by @renovate[bot] in #1809
- feat: add
--no-error-on-unsupportedflag by @ianlewis in #1811 - chore(deps): update aqua by @renovate[bot] in #1795
- chore(deps): lock file maintenance by @renovate[bot] in #1804
- feat: add more default todo types by @ianlewis in #1815
- docs: add info-level todos for vim integration by @ianlewis in #1817
- chore(deps): update module golang.org/x/crypto to v0.45.0 [security] by @renovate[bot] in #1818
- Change Strings to doubleQuoteString for Rust language definition by @sraabe in #1830
- chore: add Steffen Raabe to copyright by @ianlewis in #1831
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in #1826
- chore(deps): sync repo-template-go by @ianlewis in #1833
- chore(deps): update github-actions by @renovate[bot] in #1821
- fix: incorrect TODOs with hyphen by @ianlewis in #1834
- docs: add note about optional dependencies by @ianlewis in #1835
- feat: add support for git config by @ianlewis in #1836
- feat: add support for INI files by @ianlewis in #1837
- feat: add support for editorconfig by @ianlewis in #1838
- fix(deps): update module github.com/go-git/go-git/v5 to v5.16.4 by @renovate[bot] in #1822
- feat: add support for JSON5 by @ianlewis in #1839
- chore(release): v0.14.0-rc.0 by @ianlewis in #1840
- chore(release): v0.14.0-rc.1 by @ianlewis in #1841
New Contributors
- @renovate[bot] made their first contribution in #1741
- @shfx made their first contribution in #1806
- @sraabe made their first contribution in #1830
Full Changelog: v0.13.0...v0.14.0-rc.1