# Crawler Changelog

## master

## v0.2.0 [2017-08-21]

- Added `:workers` option
- Added `:interval` option
- Added `:timeout` option
- Added `:user_agent` option
- Added `:save_to` option
- Added `:parser` option to allow custom parsing logic
- Renamed `:max_levels` to `:max_depths`
- A bunch of fixes and improvements

## v0.1.0 [2017-07-30]

- A semi-functioning prototype
- Finished the very basic crawling function
- Added `:max_levels` option
