- Refactor by separating HCCrawler and Crawler classes
- Public API to launch a browser has changed. Now you can launch browser by
HCCrawler.launch()
- Rename
shouldRequest
topreRequest
- Modify README according to new public API
- Modify examples according to new public API