- Emits input data inside results array on event: 'end'
- Remove option "parser"
- Remove puppeteer as the default parser
- Emits timer on events: 'data' and 'err'
- Emits event 'each' of jcrawler.each() with the current element of the given array before crawling
- The events 'data' and 'err' of jcrawler.each() now emits the active element of the iteration as the second argument
- Fix retries using puppeteer
- Improve logger
- Add 'end' event
- Remove 'each' and 'once' events
- Code fixes
- First release