Skip to content

Commit 3fb7dfb

Browse files
committed
v1.0.3
1 parent 37881a3 commit 3fb7dfb

File tree

2 files changed

+39
-10
lines changed

2 files changed

+39
-10
lines changed

CHANGELOG.md

+38-9
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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
928

1029
### Merged
1130

@@ -16,7 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1635
- run verb to generate readme [`bd83ee0`](https://github.com/jonschlinkert/parse-github-url/commit/bd83ee0b993fce93df89c44b4dc04d98a4bbacd0)
1736
- run update [`d39790c`](https://github.com/jonschlinkert/parse-github-url/commit/d39790c0317ff0343edb3131263ac5083b220228)
1837

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
2039

2140
### Merged
2241

@@ -30,7 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3049

3150
- upgrade devDependencies, run `update` [`bd5041e`](https://github.com/jonschlinkert/parse-github-url/commit/bd5041eddaee3ea706d4ca393b83d2238135eda8)
3251

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
3453

3554
### Merged
3655

@@ -43,13 +62,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4362
- lint, improve `branch` handling [`0b4e914`](https://github.com/jonschlinkert/parse-github-url/commit/0b4e914775452969f9cbef78a3fdf82b64f99c9a)
4463
- Add suppot of filepath [`e4fba1f`](https://github.com/jonschlinkert/parse-github-url/commit/e4fba1f2efdb82fe105a12c310bb7d6edd2d4e0c)
4564

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
4766

4867
### Merged
4968

5069
- Return null for URLs not containing a path [`#7`](https://github.com/jonschlinkert/parse-github-url/pull/7)
5170

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
5372

5473
### Merged
5574

@@ -64,7 +83,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6483
- run update, update docs and metadata [`d217378`](https://github.com/jonschlinkert/parse-github-url/commit/d217378945f92ae11174e329ef1cda073f469d89)
6584
- update eslint [`4067246`](https://github.com/jonschlinkert/parse-github-url/commit/4067246cb182fa53507fd84472c2433e255a6052)
6685

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
6887

6988
### Commits
7089

@@ -73,7 +92,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7392
- run `update`, add verb config [`0124622`](https://github.com/jonschlinkert/parse-github-url/commit/012462262cf438a15424c40b7c08ecbc743831b1)
7493
- run `update`, add verb config [`ff9cef9`](https://github.com/jonschlinkert/parse-github-url/commit/ff9cef98a6c81048d95b795319d2ddf76f2b5544)
7594

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
7796

7897
### Merged
7998

@@ -82,11 +101,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
82101
### Commits
83102

84103
- 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+
85109
- add failing tests [`a56639a`](https://github.com/jonschlinkert/parse-github-url/commit/a56639a8a79f12d6cb5e169ffe38e919d63c3ab3)
86110
- adding tests with a commit hash for githubusercontent.com files [`23e4319`](https://github.com/jonschlinkert/parse-github-url/commit/23e431939908b7110de3183d74c10a863f1fd1a4)
87111
- add fix for branches on githubusercontent.com [`c0848fa`](https://github.com/jonschlinkert/parse-github-url/commit/c0848fa34142a5b8f44fc23218af3cd91f711147)
88112

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
90114

91115
### Merged
92116

@@ -99,5 +123,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99123

100124
### Commits
101125

102-
- first commit [`2306e5d`](https://github.com/jonschlinkert/parse-github-url/commit/2306e5d524cb535c6afc5c8b931b52c49cf0a8c7)
103126
- 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)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "parse-github-url",
33
"description": "Parse a github URL into an object.",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"homepage": "https://github.com/jonschlinkert/parse-github-url",
66
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
77
"contributors": [

0 commit comments

Comments
 (0)