| Age | Commit message (Expand) | Author |
| 2014-02-28 | fix behavior of AbstractNode#set_attr, add test | Dan Allen |
| 2014-02-27 | allow custom converter to set backend info such as outfilesuffix | Dan Allen |
| 2014-02-26 | resolves #778, rewrite converter API; resolves #638, integrate thread_safe gem | Dan Allen |
| 2014-02-19 | optimize attribute parsing, ignore attribute with unquoted value None | Dan Allen |
| 2014-02-05 | refactor unit tests so they work in RubyMine | Charles Moulliard |
| 2014-01-31 | ensure title attribute is only subbed once | Dan Allen |
| 2014-01-26 | resolves #870 allow attribute entry to reset / reseed counter | Dan Allen |
| 2014-01-20 | major refactoring of parser and regexp | Dan Allen |
| 2013-09-25 | resolves #629 add user-home attribute that resolves to user's home directory | Dan Allen |
| 2013-08-28 | add and honor interactive option for checklists | Dan Allen |
| 2013-08-17 | resolves #523 set defaults for attribute-missing & attribute-undefined | Dan Allen |
| 2013-08-07 | resolves #508 lowercase attribute names passed to API | Dan Allen |
| 2013-07-20 | resolves #498 permit !name syntax for undefining attribute | Dan Allen |
| 2013-07-13 | change assert_not_match to assert_no_match to make Ruby 1.8 happy | Dan Allen |
| 2013-07-12 | resolves #495 add attribute to keep lines that have an undefined attribute | Dan Allen |
| 2013-07-07 | resolves #481 shorthand for block options | Dan Allen |
| 2013-07-06 | add has_role? to check if role is present, use role? for exact match | Dan Allen |
| 2013-07-02 | resolves #474 role? can check for role name, add roles method | Dan Allen |
| 2013-06-21 | resolves #436 move style to instance variable | Dan Allen |
| 2013-05-25 | resolves #228 support {set:name:value} syntax | Dan Allen |
| 2013-05-25 | resolves #313 honor haml/slim/jade-like shorthand for id and role attributes | Dan Allen |
| 2013-04-22 | compliance bug fixes and more tests | Dan Allen |
| 2013-04-22 | resolves #187 complete masquerade functionality for blocks & paragraphs | Dan Allen |
| 2013-04-20 | resolves #260 use code element instead of tt | Dan Allen |
| 2013-03-01 | allow header attributes to resolve author & rev info | Dan Allen |
| 2013-02-12 | refactor reader to process attribute entries and directives during parsing | Dan Allen |
| 2013-01-24 | fixes issue #109 attr refs should not be case sensitive | Dan Allen |
| 2013-01-23 | resolve issue #93, add SERVER safe mode level | Dan Allen |
| 2013-01-22 | add man page for the asciidoctor cli | Dan Allen |
| 2013-01-22 | strip trailing spaces on lines of wrapped attribute values | Dan Allen |
| 2013-01-22 | enhance invoker, add tests, enforce security | Dan Allen |
| 2013-01-17 | add counters and figure, table and example captions | Dan Allen |
| 2013-01-13 | ensure section ids are unique + tests & docs | Dan Allen |
| 2013-01-13 | move title to abstract block, apply title subs | Dan Allen |
| 2013-01-09 | parse document directly instead of chunking into section lines | Dan Allen |
| 2013-01-03 | fix warnings | Dan Allen |
| 2013-01-03 | Add DocBook backend templates + loads of improvements | Dan Allen |
| 2012-12-31 | overhaul of inline text parsing & substitutions | Dan Allen |
| 2012-12-28 | rework list items & section partitioning | Dan Allen |
| 2012-12-23 | anchor lines can be stacked, last wins; move to loop | Dan Allen |
| 2012-12-23 | simplify / tighten up the section & anchor parsing | Dan Allen |
| 2012-12-17 | parse header metadata (author, revision info) | Dan Allen |
| 2012-12-17 | support book doctype, streamline doc title accessors | Dan Allen |
| 2012-12-16 | don't collapse space in multi-line attribute values | Dan Allen |
| 2012-12-15 | Integrate upstream changes | Dan Allen |
| 2012-12-15 | mark the failing test as pending since it ain't impl yet | Dan Allen |
| 2012-12-15 | several block-level attribute tests | Dan Allen |
| 2012-12-13 | use term attributes instead of defines as in AsciiDoc | Dan Allen |
| 2012-12-11 | sub special chars before intrinsics; add additional intrinsics | Dan Allen |
| 2012-07-24 | Break out html attribute substitution; this whole processing order needs to b... | Ryan Waldron |