File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v1.2.0
5
+
6
+ [ compare changes] ( https://github.com/azat-io/todoctor/compare/v1.1.0...v1.2.0 )
7
+
8
+ ### 🚀 Features
9
+
10
+ - Add csv output format ([ c0ad6e6] ( https://github.com/azat-io/todoctor/commit/c0ad6e6 ) )
11
+
12
+ ### 🏎 Performance Improvements
13
+
14
+ - Process only modified files when traversing history ([ 49f285e] ( https://github.com/azat-io/todoctor/commit/49f285e ) )
15
+
16
+ ### 🐞 Bug Fixes
17
+
18
+ - Fix short variant of output format command ([ 4cea228] ( https://github.com/azat-io/todoctor/commit/4cea228 ) )
19
+ - Create directory for json output ([ f15a43b] ( https://github.com/azat-io/todoctor/commit/f15a43b ) )
20
+
21
+ ### ❤️ Contributors
22
+
23
+ - Azat S. ([ @azat-io ] ( http://github.com/azat-io ) )
24
+
4
25
## v1.1.0
5
26
6
27
[ compare changes] ( https://github.com/azat-io/todoctor/compare/v1.0.0...v1.1.0 )
Original file line number Diff line number Diff line change 2
2
"name" : " todoctor" ,
3
3
"description" : " CLI tool to analyze and report TODO comments in JavaScript and TypeScript Git repositories" ,
4
4
"type" : " module" ,
5
- "version" : " 1.1 .0" ,
5
+ "version" : " 1.2 .0" ,
6
6
"repository" : " azat-io/todoctor" ,
7
7
"author" :
" Azat S. <[email protected] >" ,
8
8
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments