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
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2019-04-13
Release 2.0.7
v2.0.7
Dan Allen
2019-04-13
resolves #3254 fix crash when resolving ID from text and a candidate contains...
Dan Allen
2019-04-13
move source for main API entry points (load, load_file, convert, convert_file...
Dan Allen
2019-04-10
fix compatibility with Rouge 2.0
Dan Allen
2019-04-09
improve documentation for the `-a` CLI option [skip ci]
Dan Allen
2019-04-06
remove redundant self when calling load/convert methods (PR #3245)
Dan Allen
2019-04-04
Begin development on next version [skip ci]
Dan Allen
2019-04-04
Release 2.0.6
v2.0.6
Dan Allen
2019-04-04
replace calls to File.extname with Helpers.extname (PR #3240)
Dan Allen
2019-04-04
resolves #3231 assume implicit AsciiDoc extension on interdoc xref macro targ...
Dan Allen
2019-04-04
resolves #3238 don't fail to load application if call to Dir.home fails (PR #...
Dan Allen
2019-04-03
check for AsciiDoc file extension using end_with? instead of resolving the ex...
Dan Allen
2019-04-03
Helpers.rootname should only consider final path segment when dropping file e...
Dan Allen
2019-04-01
Begin development on next version [skip ci]
Dan Allen
2019-04-01
Release 2.0.5
v2.0.5
Dan Allen
2019-04-01
resolves #3225 mark encoding of stdio objects used in CLI as UTF-8 (PR #3228)
Dan Allen
2019-04-01
resolves #3226 CLI should use $stdin instead of STDIN (PR #3227)
Dan Allen
2019-04-01
update CLI and SyntaxHighlighter to allow Asciidoctor to load cleanly on Ruby...
Dan Allen
2019-04-01
make Asciidoctor::SyntaxHighlighter::Config.register_for method public as doc...
Dan Allen
2019-03-31
resolves #3223 should not crash when source highlighter is rouge and source l...
Dan Allen
2019-03-31
don't require core_ext patches on Opal that aren't needed
Dan Allen
2019-03-31
don't use squiggly heredoc in CLI
Dan Allen
2019-03-31
Begin development on next version [skip ci]
Dan Allen
2019-03-31
Release 2.0.4
v2.0.4
Dan Allen
2019-03-31
mark render and render_file methods as deprecated in API docs [skip ci]
Dan Allen
2019-03-31
allow Asciidoctor to load cleanly on Ruby 2.0 - 2.2 for distributions that pr...
Dan Allen
2019-03-31
mark Asciidoctor.render and Asciidoctor.render_file as deprecated in API docs
Dan Allen
2019-03-31
move Asciidoctor::Converter::BackendTraits.derive_backend_traits method to As...
Dan Allen
2019-03-31
make Asciidoctor::Converter::Config.register_for method public as documented
Dan Allen
2019-03-31
remove unused Asciidoctor::Converter::BackendTraits#derive_backend_traits pri...
Dan Allen
2019-03-31
update RDoc on Converter; consolidate some code [skip ci]
Dan Allen
2019-03-28
Begin development on next version [skip ci]
Dan Allen
2019-03-28
Release 2.0.3
v2.0.3
Dan Allen
2019-03-28
map caption prefix for an image block to the string key 'figure'
Dan Allen
2019-03-28
resolves #3214 update use of magic regexp variables to fix compatibility with...
Guillaume Grossetie
2019-03-27
resolves #3216 fix crash when attrlist is used on literal monospace phrase (P...
Dan Allen
2019-03-26
Begin development on next version [skip ci]
Dan Allen
2019-03-26
Release 2.0.2
v2.0.2
Dan Allen
2019-03-26
optimize heavily-used conditionals
Dan Allen
2019-03-26
resolves #3207 implement #lines and #source methods on Table::Cell (PR #3209)
Dan Allen
2019-03-26
resolve caption attribute name against known set (PR #3208)
Dan Allen
2019-03-26
resolves #3205 apply verbatim substitutions to literal paragraphs attached to...
Dan Allen
2019-03-25
rename :list_item option on Parser.next_block to :list_type and use it to pas...
Dan Allen
2019-03-25
rename :text option passed to Parser.next_block to :text_only
Dan Allen
2019-03-25
use consistent terminology for when gem is not available
Dan Allen
2019-03-25
Begin development on next version [skip ci]
Dan Allen
2019-03-25
Release 2.0.1
v2.0.1
Dan Allen
2019-03-25
resolves #3202 convert cataloged titles containing attribute references eager...
Dan Allen
2019-03-25
invert conditional [skip ci]
Dan Allen
2019-03-25
resolves #1884 add detail to load error message if path is not gem name (PR #...
Dan Allen
[next]