Changelog
---------

0.3.3 (2012-10-21)
------------------

- Fixed a bug where an empty/missing tags option is not parsed correctly.

0.3.2 (2012-10-20)
------------------

- Refactored to use Docutils' nested_parse instead of publish_string (no more
  lxml and some support for inter-linking).

0.3.1 (2012-10-18)
------------------

- Refactored to parse test/keyword documentation with
  docutils.core.publish_string (and append them as raw nodes) instead of trying
  to parse them into sphinx document tree.

0.3.0 (2012-10-18)
------------------

- Added support for inline rst in test and keyword  documentations.
- Added support for *tags*.
- Added alternative *source* option as an alias for *suite* option in tests.
- Added alternative *source* and *resource* options as an alias for *suite*
  option in keywords.
- Fixed to filter comment lines from steps.

0.2.0 (2012-10-14)
------------------

- Fixed node adapters to return section instead of topics.

0.1.1 (2012-10-14)
------------------

- Fixed parsing of resource-only files for keywords.

0.1.0 (2012-10-14)
------------------

- Proof of concept.
