summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-22Release 2.0.8v2.0.8Dan Allen
2019-04-22resolves #3274 update register_for methods to accept symbol arguments (PR #3275)Dan Allen
2019-04-22remove puts statement from test suiteDan Allen
2019-04-22add additional test for xreflabel on anchor in DocBook outputDan Allen
2019-04-21add gem badge to README [skip ci]Dan Allen
2019-04-20always place hyphen character consistently in regular expressions (PR #3271)Dan Allen
2019-04-20resolves #3269 don't limit footnote ref to ASCII charset (PR #3270)Dan Allen
2019-04-20resolves #3256 use smarter margin collapsing for AsciiDoc table cell content ...Dan Allen
2019-04-20move regular expression definitions to separate source file (PR #3264)Dan Allen
2019-04-19consolidate logic in docbook converterDan Allen
2019-04-19fix attribution in license and README [skip ci]Dan Allen
2019-04-19set SOURCE_DATE_EPOCH when running testsDan Allen
2019-04-18use module_function to define methods in Helpers (PR #3246)Dan Allen
2019-04-17fix warning in test suiteDan Allen
2019-04-17use if instead of case in AbstractBlock constructorDan Allen
2019-04-17add tests to assert load_file and convert_file accept a Pathname inputDan Allen
2019-04-16compute admonition style headsDan Allen
2019-04-16follow-up fix for #3261Dan Allen
2019-04-16use shorthand rescue syntax and modern Hash syntax in rake tasks [skip ci]Dan Allen
2019-04-15resolves #3261 fix regexp for SVG preamble so it works the same in Asciidocto...Dan Allen
2019-04-15remove alignment spaces in source code [skip ci]Dan Allen
2019-04-15rename internal method Helpers.encode_uri to Helpers.encode_spaces_in_uriDan Allen
2019-04-15document in gemspec that Asciidoctor supports Rouge >= 2 [skip ci]Dan Allen
2019-04-15use release-version attribute in manpage to simplify release script [skip ci]Dan Allen
2019-04-15use portability constant (CC_ANY) in regular expression for custom inline macrosDan Allen
2019-04-15use portability constant (CC_ANY) in regular expressions defined in ManPage c...Dan Allen
2019-04-15use portability constants (CC_ALL, CC_ANY) in regular expressions defined in ...Dan Allen
2019-04-14use Concurrent::Map instead of Concurrent::Hash for cache in template converterDan Allen
2019-04-14move compact tag in CHANGELOG to latest release [skip ci]Dan Allen
2019-04-14resolves #3258 restore background color on literal blocks in default styleshe...Dan Allen
2019-04-14add link to issues resolved in 2.0.x to relevant sections in CHANGELOG [skip ci]Dan Allen
2019-04-14remove unneeded styles in default stylesheet [skip ci]Dan Allen
2019-04-14upgrade CI to jruby-9.2.7.0 and 2.4.6 (#3259)Olle Jonsson
2019-04-13Begin development on next version [skip ci]Dan Allen
2019-04-13Release 2.0.7v2.0.7Dan Allen
2019-04-13resolves #3254 fix crash when resolving ID from text and a candidate contains...Dan Allen
2019-04-13move source for main API entry points (load, load_file, convert, convert_file...Dan Allen
2019-04-10fix compatibility with Rouge 2.0Dan Allen
2019-04-10fix syntax in gemspec [skip ci]Dan Allen
2019-04-09use oxford commas in manpage [skip ci]Dan Allen
2019-04-09improve documentation for the `-a` CLI option [skip ci]Dan Allen
2019-04-09assign files inside begin/rescue block in gemspec [skip ci]Dan Allen
2019-04-06remove redundant self when calling load/convert methods (PR #3245)Dan Allen
2019-04-04Begin development on next version [skip ci]Dan Allen
2019-04-04Release 2.0.6v2.0.6Dan Allen
2019-04-04replace calls to File.extname with Helpers.extname (PR #3240)Dan Allen
2019-04-04resolves #3231 assume implicit AsciiDoc extension on interdoc xref macro targ...Dan Allen
2019-04-04resolves #3238 don't fail to load application if call to Dir.home fails (PR #...Dan Allen
2019-04-03check for AsciiDoc file extension using end_with? instead of resolving the ex...Dan Allen
2019-04-03Helpers.rootname should only consider final path segment when dropping file e...Dan Allen