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
2019-04-22
Release 2.0.8
v2.0.8
Dan Allen
2019-04-22
resolves #3274 update register_for methods to accept symbol arguments (PR #3275)
Dan Allen
2019-04-22
remove puts statement from test suite
Dan Allen
2019-04-22
add additional test for xreflabel on anchor in DocBook output
Dan Allen
2019-04-21
add gem badge to README [skip ci]
Dan Allen
2019-04-20
always place hyphen character consistently in regular expressions (PR #3271)
Dan Allen
2019-04-20
resolves #3269 don't limit footnote ref to ASCII charset (PR #3270)
Dan Allen
2019-04-20
resolves #3256 use smarter margin collapsing for AsciiDoc table cell content ...
Dan Allen
2019-04-20
move regular expression definitions to separate source file (PR #3264)
Dan Allen
2019-04-19
consolidate logic in docbook converter
Dan Allen
2019-04-19
fix attribution in license and README [skip ci]
Dan Allen
2019-04-19
set SOURCE_DATE_EPOCH when running tests
Dan Allen
2019-04-18
use module_function to define methods in Helpers (PR #3246)
Dan Allen
2019-04-17
fix warning in test suite
Dan Allen
2019-04-17
use if instead of case in AbstractBlock constructor
Dan Allen
2019-04-17
add tests to assert load_file and convert_file accept a Pathname input
Dan Allen
2019-04-16
compute admonition style heads
Dan Allen
2019-04-16
follow-up fix for #3261
Dan Allen
2019-04-16
use shorthand rescue syntax and modern Hash syntax in rake tasks [skip ci]
Dan Allen
2019-04-15
resolves #3261 fix regexp for SVG preamble so it works the same in Asciidocto...
Dan Allen
2019-04-15
remove alignment spaces in source code [skip ci]
Dan Allen
2019-04-15
rename internal method Helpers.encode_uri to Helpers.encode_spaces_in_uri
Dan Allen
2019-04-15
document in gemspec that Asciidoctor supports Rouge >= 2 [skip ci]
Dan Allen
2019-04-15
use release-version attribute in manpage to simplify release script [skip ci]
Dan Allen
2019-04-15
use portability constant (CC_ANY) in regular expression for custom inline macros
Dan Allen
2019-04-15
use portability constant (CC_ANY) in regular expressions defined in ManPage c...
Dan Allen
2019-04-15
use portability constants (CC_ALL, CC_ANY) in regular expressions defined in ...
Dan Allen
2019-04-14
use Concurrent::Map instead of Concurrent::Hash for cache in template converter
Dan Allen
2019-04-14
move compact tag in CHANGELOG to latest release [skip ci]
Dan Allen
2019-04-14
resolves #3258 restore background color on literal blocks in default styleshe...
Dan Allen
2019-04-14
add link to issues resolved in 2.0.x to relevant sections in CHANGELOG [skip ci]
Dan Allen
2019-04-14
remove unneeded styles in default stylesheet [skip ci]
Dan Allen
2019-04-14
upgrade CI to jruby-9.2.7.0 and 2.4.6 (#3259)
Olle Jonsson
2019-04-13
Begin development on next version [skip ci]
Dan Allen
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-10
fix syntax in gemspec [skip ci]
Dan Allen
2019-04-09
use oxford commas in manpage [skip ci]
Dan Allen
2019-04-09
improve documentation for the `-a` CLI option [skip ci]
Dan Allen
2019-04-09
assign files inside begin/rescue block in gemspec [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
[next]