# Scrappy - Simple Stupid Spider base on Web Scraper inspired by Dancer
# TODO

- ver 0.6
  -   add config support
  -   allow var merging instead of overwriting via merge keyword
  -   add filter function (drill-down web::scraper utility)
  -   investigate performance
- ver 0.56
  x   fixed download function not working
  x   automatically generate filename for download
  x   fixed list function failure
  x   fixed random_ua without arguments warning
  x   fixed documentation typos
  x   add functionality for single-select return values (zoom function)
- ver 0.55
  x   add cookie and session support
- ver 0.52
  x   fixed the fst method
- ver 0.52
  x   add fst and lst method which will shift and pop scraped resultsets
- ver 0.51
  x   add list keyword, will return an array for iteration given an arrayref or hashref
