File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Version 3.0.0
4
+
5
+ - Changed to using global URL object instead of importing. &ndash ; Thanks to @brendankenny
6
+
3
7
## Version 2.4.0:
4
8
5
9
- Added Typescript definitions. &ndash ; Thanks to @danhab99 for creating
Original file line number Diff line number Diff line change @@ -94,6 +94,10 @@ Returns the preferred host name specified by the `host:` directive or null if th
94
94
95
95
# Changes
96
96
97
+ ### Version 3.0.0
98
+
99
+ - Changed to using global URL object instead of importing. &ndash ; Thanks to @brendankenny
100
+
97
101
### Version 2.4.0:
98
102
99
103
- Added Typescript definitions
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " robots-parser" ,
3
- "version" : " 2.4 .0" ,
3
+ "version" : " 3.0 .0" ,
4
4
"description" : " A specification compliant robots.txt parser with wildcard (*) matching support." ,
5
5
"keywords" : [
6
6
" robots.txt" ,
You can’t perform that action at this time.
0 commit comments