We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c37be commit b0eba27Copy full SHA for b0eba27
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "robots-parser",
3
- "version": "2.3.0",
+ "version": "2.4.0",
4
"description": "NodeJS robots.txt parser with support for wildcard (*) matching.",
5
"keywords": [
6
"robots.txt",
readme.md
@@ -97,6 +97,12 @@ Returns the preferred host name specified by the `host:` directive or null if th
97
98
# Changes
99
100
+### Version 2.4.0:
101
+
102
+- Added Typescript definitions
103
+ – Thanks to @danhab99 for creating
104
+- Added SECURITY.md policy and CodeQL scanning
105
106
### Version 2.3.0:
107
108
- Fixed bug where if the user-agent passed to `isAllowed()` / `isDisallowed()` is called "constructor" it would throw an error.
0 commit comments