@@ -5,7 +5,26 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 1.0.2] ( https://github.com/jonschlinkert/parse-github-url/compare/1.0.1...1.0.2 ) - 2017-12-08
8
+ ## [ v1.0.3] ( https://github.com/jonschlinkert/parse-github-url/compare/v1.0.2...v1.0.3 ) - 2024-06-26
9
+
10
+ ### Fixed
11
+
12
+ - [ Fix] avoid node 22 ` url.parse ` deprecation warning [ ` #30 ` ] ( https://github.com/jonschlinkert/parse-github-url/issues/30 ) [ ` #15 ` ] ( https://github.com/jonschlinkert/parse-github-url/issues/15 )
13
+ - [ meta] create SECURITY.md [ ` #27 ` ] ( https://github.com/jonschlinkert/parse-github-url/issues/27 )
14
+ - [ Fix] Handle blob and tree being in owner and project name [ ` #16 ` ] ( https://github.com/jonschlinkert/parse-github-url/issues/16 )
15
+
16
+ ### Commits
17
+
18
+ - [ eslint] add eslint [ ` 06c2423 ` ] ( https://github.com/jonschlinkert/parse-github-url/commit/06c242362b48b0cd451839d02a6ad7ccdf59036f )
19
+ - [ readme] update readme [ ` e764de9 ` ] ( https://github.com/jonschlinkert/parse-github-url/commit/e764de908c4710063e7cae49b77282ce6272c5d0 )
20
+ - [ meta] use ` auto-changelog ` [ ` 12b542f ` ] ( https://github.com/jonschlinkert/parse-github-url/commit/12b542f7b5314a19e7b45d7b96b15639b1d6ec87 )
21
+ - [ Tests] migrate from travis to GHA [ ` 10b3f6c ` ] ( https://github.com/jonschlinkert/parse-github-url/commit/10b3f6cff40d665800e7137624672f75c53ec350 )
22
+ - [ Tests] switch from mocha to tape [ ` 6da7b67 ` ] ( https://github.com/jonschlinkert/parse-github-url/commit/6da7b67202a370496d9dfb1b5a1db1a15c6acefa )
23
+ - Only apps should have lockfiles [ ` 1a7063e ` ] ( https://github.com/jonschlinkert/parse-github-url/commit/1a7063e315e990a204d2b165221e5fe167eac127 )
24
+ - [ Robustness] use a null object cache [ ` 4d46f90 ` ] ( https://github.com/jonschlinkert/parse-github-url/commit/4d46f909a9fbd4fe37de6cbe3c374d87f74dd2e9 )
25
+ - [ Fix] properly parse a repo whose name starts with a dot [ ` abcd683 ` ] ( https://github.com/jonschlinkert/parse-github-url/commit/abcd683ea0008bb44573d570fb3e96945208f3a3 )
26
+
27
+ ## [ v1.0.2] ( https://github.com/jonschlinkert/parse-github-url/compare/v1.0.1...v1.0.2 ) - 2017-12-08
9
28
10
29
### Merged
11
30
@@ -16,7 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
35
- run verb to generate readme [ ` bd83ee0 ` ] ( https://github.com/jonschlinkert/parse-github-url/commit/bd83ee0b993fce93df89c44b4dc04d98a4bbacd0 )
17
36
- run update [ ` d39790c ` ] ( https://github.com/jonschlinkert/parse-github-url/commit/d39790c0317ff0343edb3131263ac5083b220228 )
18
37
19
- ## [ 1 .0.1] ( https://github.com/jonschlinkert/parse-github-url/compare/1 .0.0...1 .0.1 ) - 2017-10-31
38
+ ## [ v1 .0.1] ( https://github.com/jonschlinkert/parse-github-url/compare/v1 .0.0...v1 .0.1 ) - 2017-10-31
20
39
21
40
### Merged
22
41
@@ -30,7 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
49
31
50
- upgrade devDependencies, run ` update ` [ ` bd5041e ` ] ( https://github.com/jonschlinkert/parse-github-url/commit/bd5041eddaee3ea706d4ca393b83d2238135eda8 )
32
51
33
- ## [ 1 .0.0] ( https://github.com/jonschlinkert/parse-github-url/compare/0 .3.2...1 .0.0 ) - 2016-12-31
52
+ ## [ v1 .0.0] ( https://github.com/jonschlinkert/parse-github-url/compare/v0 .3.2...v1 .0.0 ) - 2016-12-31
34
53
35
54
### Merged
36
55
@@ -43,13 +62,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
43
62
- lint, improve ` branch ` handling [ ` 0b4e914 ` ] ( https://github.com/jonschlinkert/parse-github-url/commit/0b4e914775452969f9cbef78a3fdf82b64f99c9a )
44
63
- Add suppot of filepath [ ` e4fba1f ` ] ( https://github.com/jonschlinkert/parse-github-url/commit/e4fba1f2efdb82fe105a12c310bb7d6edd2d4e0c )
45
64
46
- ## [ 0 .3.2] ( https://github.com/jonschlinkert/parse-github-url/compare/0 .3.1...0 .3.2 ) - 2016-09-02
65
+ ## [ v0 .3.2] ( https://github.com/jonschlinkert/parse-github-url/compare/v0 .3.1...v0 .3.2 ) - 2016-09-02
47
66
48
67
### Merged
49
68
50
69
- Return null for URLs not containing a path [ ` #7 ` ] ( https://github.com/jonschlinkert/parse-github-url/pull/7 )
51
70
52
- ## [ 0 .3.1] ( https://github.com/jonschlinkert/parse-github-url/compare/0 .3.0...0 .3.1 ) - 2016-04-17
71
+ ## [ v0 .3.1] ( https://github.com/jonschlinkert/parse-github-url/compare/v0 .3.0...v0 .3.1 ) - 2016-04-17
53
72
54
73
### Merged
55
74
@@ -64,7 +83,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
64
83
- run update, update docs and metadata [ ` d217378 ` ] ( https://github.com/jonschlinkert/parse-github-url/commit/d217378945f92ae11174e329ef1cda073f469d89 )
65
84
- update eslint [ ` 4067246 ` ] ( https://github.com/jonschlinkert/parse-github-url/commit/4067246cb182fa53507fd84472c2433e255a6052 )
66
85
67
- ## [ 0 .3.0] ( https://github.com/jonschlinkert/parse-github-url/compare/0 .2.1...0 .3.0 ) - 2016-01-17
86
+ ## [ v0 .3.0] ( https://github.com/jonschlinkert/parse-github-url/compare/v0 .2.1...v0 .3.0 ) - 2016-01-17
68
87
69
88
### Commits
70
89
@@ -73,7 +92,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
73
92
- run ` update ` , add verb config [ ` 0124622 ` ] ( https://github.com/jonschlinkert/parse-github-url/commit/012462262cf438a15424c40b7c08ecbc743831b1 )
74
93
- run ` update ` , add verb config [ ` ff9cef9 ` ] ( https://github.com/jonschlinkert/parse-github-url/commit/ff9cef98a6c81048d95b795319d2ddf76f2b5544 )
75
94
76
- ## [ 0 .2.1] ( https://github.com/jonschlinkert/parse-github-url/compare/0.1.1 ...0 .2.1 ) - 2015-10-17
95
+ ## [ v0 .2.1] ( https://github.com/jonschlinkert/parse-github-url/compare/v0.2.0 ...v0 .2.1 ) - 2015-10-17
77
96
78
97
### Merged
79
98
@@ -82,11 +101,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
82
101
### Commits
83
102
84
103
- Add tests [ ` 23a2f5c ` ] ( https://github.com/jonschlinkert/parse-github-url/commit/23a2f5ce9bd2d12884aad936ce7c2bcb557d2601 )
104
+
105
+ ## [ v0.2.0] ( https://github.com/jonschlinkert/parse-github-url/compare/v0.1.1...v0.2.0 ) - 2015-10-12
106
+
107
+ ### Commits
108
+
85
109
- add failing tests [ ` a56639a ` ] ( https://github.com/jonschlinkert/parse-github-url/commit/a56639a8a79f12d6cb5e169ffe38e919d63c3ab3 )
86
110
- adding tests with a commit hash for githubusercontent.com files [ ` 23e4319 ` ] ( https://github.com/jonschlinkert/parse-github-url/commit/23e431939908b7110de3183d74c10a863f1fd1a4 )
87
111
- add fix for branches on githubusercontent.com [ ` c0848fa ` ] ( https://github.com/jonschlinkert/parse-github-url/commit/c0848fa34142a5b8f44fc23218af3cd91f711147 )
88
112
89
- ## 0. 1.1 - 2015-06-28
113
+ ## [ v0.1.1 ] ( https://github.com/jonschlinkert/parse-github-url/compare/v0.1.0...v0. 1.1) - 2015-06-28
90
114
91
115
### Merged
92
116
@@ -99,5 +123,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
123
100
124
### Commits
101
125
102
- - first commit [ ` 2306e5d ` ] ( https://github.com/jonschlinkert/parse-github-url/commit/2306e5d524cb535c6afc5c8b931b52c49cf0a8c7 )
103
126
- test cases [ ` 7679698 ` ] ( https://github.com/jonschlinkert/parse-github-url/commit/7679698e0f97b1019fc5141e3325ab7ea5c65b19 )
127
+
128
+ ## v0.1.0 - 2015-03-14
129
+
130
+ ### Commits
131
+
132
+ - first commit [ ` 2306e5d ` ] ( https://github.com/jonschlinkert/parse-github-url/commit/2306e5d524cb535c6afc5c8b931b52c49cf0a8c7 )
0 commit comments