| Age | Commit message (Expand) | Author |
| 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 |
| 2012-07-24 | Add test for deleting non-existing attribute; test all the intrinsic attributes | Ryan Waldron |
| 2012-07-24 | Add attr deletion and test for same | Ryan Waldron |
| 2012-07-24 | The newline is fine; just test that the phrase from the line to be dropped is... | Ryan Waldron |
| 2012-07-20 | Working on getting attribute substitution working, including dropping lines w... | Ryan Waldron |
| 2012-07-19 | Move substition tests into attribute_test.rb | Ryan Waldron |
| 2012-07-19 | Sanitize attribute names | Ryan Waldron |