index
:
asciidoctor
2.0.20-charlotte
main
MSM's fork of Asciidoctor
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-07-20
trigger build of Asciidoctor Diagram on every change to master
Dan Allen
2017-07-20
change terminology from "floating title" to "discrete heading"
Dan Allen
2017-07-19
use shift instead of advance to consume line when return value isn't needed (...
Dan Allen
2017-07-19
add missing scenario when parsing revision info line
Dan Allen
2017-07-18
remove useless group in revision line regexp
Dan Allen
2017-07-18
change default argument values for Reader#peek_lines method
Dan Allen
2017-07-18
add additional tests to test behavior of Reader#peek_lines
Dan Allen
2017-07-18
rename HybridLayoutBreakRx to ExtLayoutBreakRx
Dan Allen
2017-07-18
remove obsolete empty lines check
Dan Allen
2017-07-18
remove block and line comment regexps
Dan Allen
2017-07-18
don't use regexp in Reader#skip_comment_lines
Dan Allen
2017-07-18
drop unused direct argument on Reader#advance and Reader#read_line
Dan Allen
2017-07-18
don't use regexp in Reader#skip_line_comments
Dan Allen
2017-07-17
drop skipped content inside a delimited block (PR #2319)
Dan Allen
2017-07-17
change default text for inter-document xref (PR #2316)
Dan Allen
2017-07-17
Trigger build of branch asciidoctorj-1.6.0 on updates (PR #2317)
Robert Panzer
2017-07-17
optimize next_block loops
Dan Allen
2017-07-17
don't track eof state in reader (PR #2320)
Dan Allen
2017-07-17
consolidate logic in peek_line
Dan Allen
2017-07-16
continue to read blocks after skipped content within delimited block (PR #2318)
Dan Allen
2017-07-16
use consistent style when invoking next_block
Dan Allen
2017-07-15
match atx section title more efficiently
Dan Allen
2017-07-15
parse single line section title more efficiently
Dan Allen
2017-07-15
rename AtxSectionRx to AtxSectionTitleRx for consistency
Dan Allen
2017-07-14
retrieve repo slug for commit message from env variable
Dan Allen
2017-07-14
also include the commit hash in the message subject for triggered builds
Dan Allen
2017-07-14
try the commit URL in the triggered build message
Dan Allen
2017-07-14
add commit memo to message used for triggered build
Dan Allen
2017-07-13
fix status messages in build:dependents task
Dan Allen
2017-07-13
customize commit message of dependent builds
Dan Allen
2017-07-13
trigger build of AsciidoctorJ against upstream on every change to core (PR #2...
Robert Panzer
2017-07-13
consistently store bound contexts as set in extension config
Dan Allen
2017-07-13
allow the subs argument of apply_subs to be nil
Dan Allen
2017-07-12
Begin development on next version [skip ci]
Dan Allen
2017-07-12
Release 1.5.6
v1.5.6
Dan Allen
2017-07-12
Prepare 1.5.6 release
Dan Allen
2017-07-12
clean up Parser#next_block (PR #2311)
Dan Allen
2017-07-12
define reftext and reftext? methods on AbstractNode
Dan Allen
2017-07-12
only trigger dependent builds on first job in matrix
Dan Allen
2017-07-12
remove qualified method reference in parse_blocks; consolidate
Dan Allen
2017-07-12
autoload extensions lazily (PR #2312)
Dan Allen
2017-07-11
add missing require in Rakefile
Dan Allen
2017-07-11
Merge pull request #2305 from Mogztter/trigger-build
Dan Allen
2017-07-11
rework build:dependents task; tie into Travis build
Dan Allen
2017-07-11
resolves #2244 warn if duplicate ID is detected (PR #2308)
Dan Allen
2017-07-11
resolves #1478 retain block content in items of callout list (PR #2310)
Dan Allen
2017-07-11
fix line numbers in callout list warnings; add tests to verify
Dan Allen
2017-07-10
rename constants for hard line break
Dan Allen
2017-07-10
change register method to return newly registered ref
Dan Allen
2017-07-10
optimize switch statement; remove redundant variable def
Dan Allen
[next]