=======
CHANGES
=======

0.16.2 (2012-11-18)
-------------------

- make it compatible with scrapy 0.16.2. Changed API, replace the missing
  settings export with export the settings to s01.scrapy.util as settings
  property. This is required because we reference the settings for setup
  a global mongodb connnection for logging

0.14.4.1 (2012-07-01)
---------------------

- implemented support for hookup a custom logger by suporting a bootstrap
  recipe section.

0.14.4 (2012-06-30)
-------------------

- make it compatible with scrapy 0.14.4, adjust cmdline

0.12.4 (2011-09-10)
-------------------

- bugfix: fix bad escape if `\x` is used in path on windows

0.12.3 (2011-08-29)
-------------------

- implemented httpConverter converter which onlyallows http and https uris

- improve email and uriConverter, implement validate and return None if not
  a valid format is used

0.12.2 (2011-08-27)
-------------------

- implemented new test recipe which is able to setup a zope.testrunner including
  scrapy settings

0.12.1 (2011-08-25)
-------------------

- implemented development helper scripts which can dump log and tmp data
  exported with our TestExporter

0.12.0 (2011-08-19)
-------------------

- nail scrapy release version to 0.12.0.2546

- removed unused dependencies and imports

- initial release

0.0.7 (2011-01-02)
------------------

- alpha version released for development and testing the tool chain

- write logging.Error to sys.stderr where we can read in subprocess

0.0.6 (2010-12-31)
------------------

- alpha version released for development and testing the tool chain

- print logging.ERROR to stdout which is required for error handling in
  subprocess

0.0.5 (2010-12-29)
------------------

- alpha version released for development and testing the tool chain

- implemented a different scrapy item and field concept. Use a field property
  and not a dict based item and field. Implemented ScrapyFieldProperty and a
  ScrapyItemBase class. Added tests for show how the scrapy item and field
  works including converter and serializer.

- implemented new extractor which can handle the new scrapy item and field
  concept

- implemented different basic ScrapyFieldProperty converter methods

0.0.4 (2010-12-22)
------------------

- alpha version released for development and testing the tool chain

- remove spider name from crawl recipe

0.0.3 (2010-11-29)
------------------

- alpha version released for development and testing the tool chain

- fix hex data parts in settings content

- use s01.worker as default logging handler name

0.0.2 (2010-11-29)
------------------

- alpha version released for development and testing the tool chain

- added settings recipe

0.0.1 (2010-11-21)
------------------

- alpha version released for development and testing the tool chain
