- Add new directives robot_source, robot_settings and robot_variables - Fix relative path issue [fixes 2] - Refactor and add support for ForLoop-nodes [fixes 1] - Add align for BDD-keywords - Add syntax highlighting
0.3.4
------------------
- Fixed to use correct title style for test case and keyword titles.
0.3.3
------------------
- Fixed a bug where an empty/missing tags option is not parsed correctly.
0.3.2
------------------
- Refactored to use Docutils' nested_parse instead of publish_string (no more lxml and some support for inter-linking).
0.3.1
------------------
- 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
------------------
- 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.