Releases: crwlrsoft/robots-txt
Releases · crwlrsoft/robots-txt
v1.1.1
Fixed
The Parser now also trims hidden whitespace characters that aren't covered by PHP's trim() function by default. Such characters at the beginning of a line can cause parsing to fail, because it's important that user-agent and rule lines actually start with the corresponding keywords.
v1.1.0
v1.0.0
v0.1.2
v0.1.1
v0.1.0
[0.1.0] - 2021-10-07
Added
- Parsing robots.txt files
- user-agent groups
- allow and disallow rule patterns
- Check if a certain uri/path is allowed for a certain bot/user-agent according to the definitions in robots.txt
- Implemented as described in https://datatracker.ietf.org/doc/html/draft-koster-rep