@@ -12,10 +12,16 @@ All notable changes to this project will be documented in this file.
12
12
13
13
### Other Changes
14
14
15
+ ## [ v0.2.2] 8 Nov 2024
16
+
17
+ - Change Broken URLs flagging to always try head and get request on any URL before flagging it as broken.
18
+
15
19
## [ v0.2.1] 7 Aug 2024
20
+
16
21
- Fix command line list[ str] type issue and use Click.IntRange for retries and timeout.
17
22
18
23
## [ v0.2.0] 7 Aug 2024
24
+
19
25
- Redesign the package.
20
26
- Port to using Click instead of arg_parser.
21
27
- Expose options for external users to allow for more customization.
@@ -30,9 +36,11 @@ All notable changes to this project will be documented in this file.
30
36
- Add support for GitHub automatic annotations.
31
37
32
38
## [ v0.1.5] 8 Jul 2024
39
+
33
40
- Increase timeout for requests to check web urls alive or not. https://github.com/john0isaac/markdown-checker/pull/52
34
41
35
42
## [ v0.1.4] 6 May 2024
43
+
36
44
- Improve Dev Experience. https://github.com/john0isaac/markdown-checker/pull/28
37
45
- Better Typing. https://github.com/john0isaac/markdown-checker/pull/37
38
46
- Add ruff, black, mypy and workflows to check them on all supported python versions.
@@ -41,23 +49,27 @@ All notable changes to this project will be documented in this file.
41
49
- Add docs in read the docs https://markdown-checker.readthedocs.io/en/latest/
42
50
43
51
## [ v0.1.3] 15 March 2024
44
- * Change lessons to files
45
- * Remove ID's from the end of Relative Paths
52
+
53
+ - Change lessons to files
54
+ - Remove ID's from the end of Relative Paths
46
55
47
56
## [ v0.1.2] 06 March 2024
48
- * Improve-package by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/21
49
- * Skipped vs code redirect urls
50
- * fixed typos
57
+
58
+ - Improve-package by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/21
59
+ - Skipped vs code redirect urls
60
+ - fixed typos
51
61
52
62
## [ v0.1.1] 06 March 2024
53
- * fix: add requests to required packages by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/19
63
+
64
+ - fix: add requests to required packages by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/19
54
65
55
66
## [ v0.1.0] 06 March 2024
56
- * add development requirements and install in devcontainer by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/13
57
- * format with ruff and black by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/14
58
- * improve output of checker by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/15
59
- * feat: broken urls by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/16
60
- * Skip microsoft security blog by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/17
67
+
68
+ - add development requirements and install in devcontainer by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/13
69
+ - format with ruff and black by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/14
70
+ - improve output of checker by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/15
71
+ - feat: broken urls by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/16
72
+ - Skip microsoft security blog by @john0isaac in https://github.com/john0isaac/markdown-checker/pull/17
61
73
62
74
## [ v0.0.9] 05 March 2024
63
75
@@ -71,7 +83,6 @@ All notable changes to this project will be documented in this file.
71
83
- define tests to execute functions
72
84
- docs: add instructions for local development
73
85
74
-
75
86
## [ v0.0.7] 26 November 2023
76
87
77
88
- Rename get_input_args to inputs module with no change.
0 commit comments