File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 3.0.0
4+
5+ - Changed to using global URL object instead of importing. &ndash ; Thanks to @brendankenny
6+
37## Version 2.4.0:
48
59- 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
9494
9595# Changes
9696
97+ ### Version 3.0.0
98+
99+ - Changed to using global URL object instead of importing. &ndash ; Thanks to @brendankenny
100+
97101### Version 2.4.0:
98102
99103- Added Typescript definitions
Original file line number Diff line number Diff line change 11{
22 "name" : " robots-parser" ,
3- "version" : " 2.4 .0" ,
3+ "version" : " 3.0 .0" ,
44 "description" : " A specification compliant robots.txt parser with wildcard (*) matching support." ,
55 "keywords" : [
66 " robots.txt" ,
You can’t perform that action at this time.
0 commit comments