summaryrefslogtreecommitdiff
path: root/features
AgeCommit message (Expand)Author
2019-02-19resolves #3084 only store :refs, not :ids, in document catalog (PR #3079)Dan Allen
2019-02-10resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...Dan Allen
2019-01-23resolves #2995 use methods on File class instead of IO class (PR #2999)Dan Allen
2019-01-06switch to modern hash syntaxDan Allen
2019-01-06use require_relative instead of modifying $LOAD_PATHDan Allen
2019-01-06remove workarounds for Ruby < 2.3Dan Allen
2018-04-24resolves #2365 allow xrefstyle to be overridden per xref using the xrefstyle ...Dan Allen
2018-04-23resolves #2381 parse text of xref macro as attributes if attribute signature ...Dan Allen
2018-04-22resolves #2298 add numbering for partsDan Allen
2018-04-17resolves #794 drop XML tags, character refs, and non-word chars when generati...Dan Allen
2018-03-05resolves #2568 collapse bottom margin of last block in AsciiDoc table cell (P...Dan Allen
2018-03-04resolves #2589 rename spread role to stretch (PR #2591)Dan Allen
2017-10-22resolves #2405 add compliance setting to disable natural cross references (PR...Dan Allen
2017-07-09resolves #858 add support for formal xref text (PR #2220)Dan Allen
2017-07-01rework cucumber step definitionsDan Allen
2017-06-25simplify line mapper in helper for feature testsDan Allen
2017-06-25configure Slim in feature tests to not escape or sort attributesDan Allen
2017-06-25configure Slim in feature tests to use html as format instead of deprecated h...Dan Allen
2017-05-18use IO.write instead of File.open w/ blockDan Allen
2017-05-16remove trailing spaces in sourceDan Allen
2015-07-05resolves #1170 and #841 expand tabs properlyDan Allen
2014-11-23add UTF-8 encoding header to all Ruby files with logicDan Allen
2014-11-10enable CI reportsDan Allen
2014-07-27resolves #718 and #714 swap + and ` formatting charsDan Allen
2014-07-15add cucumber test for superscript and subscriptDan Allen
2014-07-15resolves #589 basic support for resolving xref from reftextDan Allen
2014-02-26resolves #778, rewrite converter API; resolves #638, integrate thread_safe gemDan Allen
2014-01-27fix whitespace breakage in featureDan Allen
2013-10-28resolves #737 disable subs on pass block by defaultDan Allen
2013-10-25improvement to Cucumber test infrastructureDan Allen
2013-10-25resolves #731 add initial Cucumber test infrastructureDan Allen