summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-03-03set version to v1.5.0.preview3Dan Allen
2014-03-03change variable names used for void element slashDan Allen
2014-03-03cleanup html header and optimizeDan Allen
2014-03-03add xmlns attribute for xhtml output with testbrian m. carlson
2014-03-02use unless instead of negated ifDan Allen
2014-03-02fix incorrect comment above replacementDan Allen
2014-03-02use method alias instead of delegateDan Allen
2014-03-01resolves #903 ignore case of attribute in conditional directivesDan Allen
2014-03-01resolves #907 write to file by default if input is fileDan Allen
2014-02-28remove obsolete get_binding methodDan Allen
2014-02-28fix behavior of AbstractNode#set_attr, add testDan Allen
2014-02-28cloning of options & attributes is now handled in main APIsDan Allen
2014-02-28use implicit method rescue block in cli; cleanup interrupt handlingDan Allen
2014-02-28don't fail if seeking input is not permitted; add testDan Allen
2014-02-27allow custom converter to set backend info such as outfilesuffixDan Allen
2014-02-27add pdf & epub to default extensions list, pass backend when creating built-i...Dan Allen
2014-02-27make document parsing a discrete step, make Reader accessible as property on ...Dan Allen
2014-02-26resolves #778, rewrite converter API; resolves #638, integrate thread_safe gemDan Allen
2014-02-20chomp endline from stylesheets; small cleanupsDan Allen
2014-02-20minor fixes in templatesDan Allen
2014-02-20some cleanups and consolidations in the templatesDan Allen
2014-02-19resolves #792 allow inline macros with custom regexp to be matchedDan Allen
2014-02-19use glyphs for checklist in docbook backendDan Allen
2014-02-19another fix for supporting 5 digit entity referencesDan Allen
2014-02-19preserve entity references with 5 digitsDan Allen
2014-02-19fix for OpalDan Allen
2014-02-19optimize attribute parsing, ignore attribute with unquoted value NoneDan Allen
2014-02-19use metaprogramming to define compliance keysDan Allen
2014-02-18add top-level script for loading cliDan Allen
2014-02-17cleanup the cli script, force GC run after loading AsciidoctorDan Allen
2014-02-17don't include trailing round brackets, colons & semi-colons in implicit linkDan Allen
2014-02-17fix regexp character classes in JavaScriptDan Allen
2014-02-17prepare for next development iterationDan Allen
2014-02-17set version to v1.5.0.preview.2Dan Allen
2014-02-17resolves #574 add -r and -I flags to asciidoctor commandDan Allen
2014-02-17resolves #876 an unresolved footnote ref should not crash processorDan Allen
2014-02-17small optimizationDan Allen
2014-02-17pass document as first argument to process method on PreprocessorDan Allen
2014-02-17include directive fixesDan Allen
2014-02-16update name of processor instance if overridden at registrationDan Allen
2014-02-16merge pull request #852 from @bk2204Dan Allen
2014-02-16resolves #743 set defaults for file, path and dir in push_includeDan Allen
2014-02-16resolves #743 make Reader#push_include work without file / path infobrian m. carlson
2014-02-16minor optimizationsDan Allen
2014-02-16resolves #554 make docbook45 templates inherit from the docbook5 templatesDan Allen
2014-02-16resolves #554 switch default docbook backend to docbook5brian m. carlson
2014-02-16call each thing by its right nameDan Allen
2014-02-16resolves #804 rewrite extensions to support extension instancesDan Allen
2014-02-12resolves #896 rescue failure to resolve ::Dir.homeDan Allen
2014-02-12qualify RUBY_ENGINE_OPAL constantDan Allen