summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-20trigger build of Asciidoctor Diagram on every change to masterDan Allen
2017-07-20change terminology from "floating title" to "discrete heading"Dan Allen
2017-07-19use shift instead of advance to consume line when return value isn't needed (...Dan Allen
2017-07-19add missing scenario when parsing revision info lineDan Allen
2017-07-18remove useless group in revision line regexpDan Allen
2017-07-18change default argument values for Reader#peek_lines methodDan Allen
2017-07-18add additional tests to test behavior of Reader#peek_linesDan Allen
2017-07-18rename HybridLayoutBreakRx to ExtLayoutBreakRxDan Allen
2017-07-18remove obsolete empty lines checkDan Allen
2017-07-18remove block and line comment regexpsDan Allen
2017-07-18don't use regexp in Reader#skip_comment_linesDan Allen
2017-07-18drop unused direct argument on Reader#advance and Reader#read_lineDan Allen
2017-07-18don't use regexp in Reader#skip_line_commentsDan Allen
2017-07-17drop skipped content inside a delimited block (PR #2319)Dan Allen
2017-07-17change default text for inter-document xref (PR #2316)Dan Allen
2017-07-17Trigger build of branch asciidoctorj-1.6.0 on updates (PR #2317)Robert Panzer
2017-07-17optimize next_block loopsDan Allen
2017-07-17don't track eof state in reader (PR #2320)Dan Allen
2017-07-17consolidate logic in peek_lineDan Allen
2017-07-16continue to read blocks after skipped content within delimited block (PR #2318)Dan Allen
2017-07-16use consistent style when invoking next_blockDan Allen
2017-07-15match atx section title more efficientlyDan Allen
2017-07-15parse single line section title more efficientlyDan Allen
2017-07-15rename AtxSectionRx to AtxSectionTitleRx for consistencyDan Allen
2017-07-14retrieve repo slug for commit message from env variableDan Allen
2017-07-14also include the commit hash in the message subject for triggered buildsDan Allen
2017-07-14try the commit URL in the triggered build messageDan Allen
2017-07-14add commit memo to message used for triggered buildDan Allen
2017-07-13fix status messages in build:dependents taskDan Allen
2017-07-13customize commit message of dependent buildsDan Allen
2017-07-13trigger build of AsciidoctorJ against upstream on every change to core (PR #2...Robert Panzer
2017-07-13consistently store bound contexts as set in extension configDan Allen
2017-07-13allow the subs argument of apply_subs to be nilDan Allen
2017-07-12Begin development on next version [skip ci]Dan Allen
2017-07-12Release 1.5.6v1.5.6Dan Allen
2017-07-12Prepare 1.5.6 releaseDan Allen
2017-07-12clean up Parser#next_block (PR #2311)Dan Allen
2017-07-12define reftext and reftext? methods on AbstractNodeDan Allen
2017-07-12only trigger dependent builds on first job in matrixDan Allen
2017-07-12remove qualified method reference in parse_blocks; consolidateDan Allen
2017-07-12autoload extensions lazily (PR #2312)Dan Allen
2017-07-11add missing require in RakefileDan Allen
2017-07-11Merge pull request #2305 from Mogztter/trigger-buildDan Allen
2017-07-11rework build:dependents task; tie into Travis buildDan Allen
2017-07-11resolves #2244 warn if duplicate ID is detected (PR #2308)Dan Allen
2017-07-11resolves #1478 retain block content in items of callout list (PR #2310)Dan Allen
2017-07-11fix line numbers in callout list warnings; add tests to verifyDan Allen
2017-07-10rename constants for hard line breakDan Allen
2017-07-10change register method to return newly registered refDan Allen
2017-07-10optimize switch statement; remove redundant variable defDan Allen