summaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
AgeCommit message (Expand)Author
2019-03-02Release 2.0.0.rc.1v2.0.0.rc.1Dan Allen
2019-03-02resolves #2553 allow ampersand in implicit email address (PR #2936)Dan Allen
2019-03-02resolves #3123 rename hardbreaks document attribute to hardbreaks-option (PR ...Dan Allen
2019-03-02resolves #3121 don't eat space before callout number in source block if line-...Dan Allen
2019-03-02resolves #2524 AbstractBlock#find_by finds table cells (PR #3117)Dan Allen
2019-03-02use infinitive verb form for extension DSL methods (PR #3095)Dan Allen
2019-03-02resolves #3118 fix crash if stem block is empty (PR #3119)Dan Allen
2019-03-01resolves #3101 find_by looks inside AsciiDoc table cells if traverse_document...Dan Allen
2019-03-01resolves #891 allow backend to delegate to a registered backend using the syn...Dan Allen
2019-03-01resovles #3092 log debug message instead of warning if block style is unknown...Dan Allen
2019-03-01resolves #3114 log warning if footnoteref macro is found and compat mode is n...Dan Allen
2019-03-01resolves #3111 drop verse table cell style (treat as normal table cell) (PR #...Dan Allen
2019-03-01upgrade MathJax to 2.7.5 [skip ci]Dan Allen
2019-02-28resolves #3106 apply header subs when assigning doctitle back to doctitle att...Dan Allen
2019-02-27rename context for table cell and table column to :table_cell and :table_colu...Dan Allen
2019-02-27resolves #2963 modify Cell class to extend from AbstractBlock instead of Abst...Dan Allen
2019-02-25resolves #2884 add clearer exception message when source data is binary or ha...Dan Allen
2019-02-24only map unparsed attrlist of inline macro to target when format is shortDan Allen
2019-02-24add Document#parsed? method to check whether document has been parsedDan Allen
2019-02-24yield processor instance to registration block for document processor if bloc...Dan Allen
2019-02-23merge PR #3049Dan Allen
2019-02-23resolves #1573 add syntax help to CLIGuillaume Grossetie
2019-02-23resolves #2840 transmit id and role assigned to list item in AST to outputDan Allen
2019-02-21resolves #3089 fix crash caused by an inline passthrough with the macros sub ...Dan Allen
2019-02-19resolves #3085 don't store fallback text on bibref node (PR #3086)Dan Allen
2019-02-19resolves #3084 only store :refs, not :ids, in document catalog (PR #3079)Dan Allen
2019-02-17resolves #2640 allow outfilesuffix to be soft set from API (PR #3076)Dan Allen
2019-02-16enforce and report relative max include depth properly (PR #3075)Dan Allen
2019-02-16resolves #3077 implement full support for styled xreftext in manpage converterDan Allen
2019-02-13resolves #1720 add header docinfo insertion slot (PR #3068)Dan Allen
2019-02-12rename Helpers.uri_encode to Helpers.encode_uri_component and use native func...Dan Allen
2019-02-11resolves #3021 assume any shorthand interdocument xref is a source-to-source ...Dan Allen
2019-02-11resolves #1173 apply substitutions to block and section titles in normal orde...Dan Allen
2019-02-10resolves #3059 change default value of fallback attribute name on attr/attr? ...Dan Allen
2019-02-10add CHANGELOG entry for #3064 [skip ci]Dan Allen
2019-02-10resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...Dan Allen
2019-02-10resolves #1934 use third argument to attr/attr? to specify the fallback attri...Dan Allen
2019-02-09resolves #3060 require setext section title to have at least one alphanumeric...Dan Allen
2019-02-09merge PR #3045Dan Allen
2019-02-09clean the dirt out of the CHANGELOG [skip ci]Dan Allen
2019-02-09defer assigning docdate/time/year attributes until Document constructor; pass...Dan Allen
2019-02-09resolves #3030 separate the -v and -w CLI flagsDan Allen
2019-02-08resolves #3051 drop the options attributeDan Allen
2019-02-07resolves #1944 disable role inheritance (PR #3050)Dan Allen
2019-02-06remove the 2-character quote block syntaxDan Allen
2019-02-06resolves #3044 don't distribute test suite in gem [skip ci] (PR #3048)Dan Allen
2019-02-05resolves #3005 remove the converter for the docbook45 backend (PR #3040)Dan Allen
2019-02-04resolves #2891 redesign converter API (PR #3038)Dan Allen
2019-02-03resolves #1040 add syntax highlighter adapter for Rouge (PR #3033)Dan Allen
2019-01-26ensure linenos class is always added to linenos column when source highlighte...Dan Allen