Release 0.1.6 (Jul 9, 2015)
===========================

- Add JSONResponseProperty to support parsing JSON response. (by dongweiming)


Release 0.1.5 (Apr 8, 2014)
===========================

Some API will be changed without backward compatibility in next major release.

- Add support to redirect while executing request handler.
- Add support to run on Python 3.4 without any modified.
- Refactor the ``http_client`` into a pipeline property.
- Remove the magic arguments of ``http_client``
- Expose the classes in the top-level package. We can import all from
  ``brownant`` and ``brownant.pipeline`` now.
- Rename the ``BrownAnt`` into ``Brownant``. The ``BrownAnt`` is still usable
  but not recommended.
- Fix the unicode error for URLs which included non-ascii query.
- Fix the lxml compatible problem with PyPy.


Release 0.1.4 (Oct 24, 2013)
============================

- Fix the RequestRedirect raised problem.
- Add the new pick mode "keep" of XPathTextProperty. (by VeryCB)
- Add the encoding parameter of the ElementTreeProperty. That could let the
  property provide bytes instead of unicode string. (by VeryCB)


Release 0.1.3 (Oct 19, 2013)
============================

- Fix the broken CI (travis-ci).


Release 0.1.2 (Oct 19, 2013)
============================

- Fix some unicode compatible problems for URL string.
- Prevent the invalid URL string input.
- Change the theme of document into built-in one named "nature".


Release 0.1.1 (Sep 30, 2013)
============================

- Refine the documents and give an example in the Quick Start section.


Release 0.1.0 (Sep 29, 2013)
============================

- First public release.
