v2.0 Significantly improve performance of RobotsTxtParser
Main note: refactoring of RobotxTxtParser class to significantly improve performance of parsing a large robots.txt files (100-1000 times) due to improvement of an algorithm of parsing.
- refactored RobotxTxtParser
- save full backward compatibility with previous version
- all phpunit tests passed