You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
3
3
All notable changes to the ld-find-code-refs program will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
4
5
+
## [2.4.0] - 2021-11-22
6
+
### Changed:
7
+
- Performance improvements around searching for flags and aliases in the code base. Including changing search to use Aho-Corasick algorithm to find flags in file.
8
+
- If `--dryRun` is set, extinctions will not be attempted.
9
+
10
+
### Added:
11
+
-`--allowTags` which allows Code Refs to run against a tag instead of the branch.
12
+
13
+
### Fixed:
14
+
- Bug where alias filepattern's were not being validated. This meant `ld-find-code-refs` would run but if that file did not exist no aliases were generated.
15
+
5
16
## [2.3.0] - 2021-11-02
6
17
### Changed:
7
18
- Performance improvements around searching for flags and aliases in the code base.
0 commit comments