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
2021-08-03
switch default branch to 2.1.x
Dan Allen
2021-08-03
import updates from 2.0.16 release
Dan Allen
2021-07-31
omit_parentheses where possible in main code
Dan Allen
2021-07-31
remove colon after annotation tag in comments
Dan Allen
2021-07-31
resolves #2557 enable RuboCop to enforce a consistent code style and perform ...
Dan Allen
2021-07-30
fix API doc on attr_writer for text property on table cell
Dan Allen
2021-07-30
fix missing ? in call to option? in DocBook converter
Dan Allen
2021-07-29
fix Reader#unshift_all on JRuby to account for List argument
Dan Allen
2021-07-29
resolves #4106 use queue to iterate over lines in reader instead of stack (PR...
Dan Allen
2021-07-27
resolves #4110 fix missing automatic reftext for internal xrefs in manpage ou...
Dan Allen
2021-07-25
use clearer and more efficient logic to add leveloffset attributes around inc...
Dan Allen
2021-07-25
remove unnecessary assignment in Reader
Dan Allen
2021-07-25
set explicit return value for internal unshift and unshift_all methods on Reader
Dan Allen
2021-06-25
update comment about File#mtime workaround for JRuby [skip ci]
Dan Allen
2021-06-25
remove unnecessary comment in invoker [skip ci]
Dan Allen
2021-06-25
add note about required parentheses around method call [skip ci]
Dan Allen
2021-06-22
store quote in local variable when parsing CSV to avoid unnecessary string al...
Dan Allen
2021-06-21
rewrite condition in tag filtering to make it easier to read
Dan Allen
2021-06-19
resolves #4086 only interpret negated wildcard in include tag filter as impli...
Dan Allen
2021-06-18
use guard clause in more places to avoid nesting code
Dan Allen
2021-06-18
fix missing space in API doc [skip ci]
Dan Allen
2021-06-16
remove redundant parentheses [skip ci]
Dan Allen
2021-06-15
remove unused prototype code inside block comment [skip ci]
Dan Allen
2021-06-15
avoid use of !! to coerce value to boolean [skip ci]
Dan Allen
2021-06-15
use guard clause in more places to avoid nesting code
Dan Allen
2021-06-15
fix logic from previous refactoring [skip ci]
Dan Allen
2021-06-14
slightly optimize link parsing to avoid duplicate empty checks
Dan Allen
2021-06-14
don't shadow outer text variable in substitutors
Dan Allen
2021-06-14
use guard clause where possible to avoid nesting code
Dan Allen
2021-06-13
Fix typo cooresponding -> corresponding (PR #4083) [skip ci]
Guillaume Grossetie
2021-06-12
use %r enclosure for regexp if regexp contains a forward slash
Dan Allen
2021-06-08
add respond_to_missing? method to html5 converter to complement method_missing
Dan Allen
2021-06-07
clarify rdoc for setter methods [skip ci]
Dan Allen
2021-06-06
enforce no braces around Hash in last position of array and update code to co...
Dan Allen
2021-06-06
don't wrap arguments in parens that precede multiline block argument [skip ci]
Dan Allen
2021-06-05
consolidate conditionals where possible
Dan Allen
2021-06-05
consistently use %w to create string arrays
Dan Allen
2021-06-05
consistently use ::Set.[] or ::Set.new to create sets instead of Array#to_set
Dan Allen
2021-06-04
use case instead of if/elseif where possible
Dan Allen
2021-06-03
drop unnecessary parentheses in a few places [skip ci]
Dan Allen
2021-06-03
use single level of indentation for method calls that wrap [skip ci]
Dan Allen
2021-06-03
use comma after last entry in multi-line array [skip ci]
Dan Allen
2021-06-02
use comma after last entry in multi-line hash [skip ci]
Dan Allen
2021-06-02
don't use brackets around argument list of method definition [skip ci]
Dan Allen
2021-05-28
use automatic link text if ID in shorthand xref is followed by dangling comma
Dan Allen
2021-05-25
fix indentation of options in method calls
Dan Allen
2021-05-25
fix indentation in definition of CLI options with multi-line description
Dan Allen
2021-05-23
use more descriptive constant names in logging
Dan Allen
2021-05-23
remove unnecessary use of inherit argument when calling const_get
Dan Allen
2021-05-23
use simpler strategy to create map of severity labels in logging
Dan Allen
[prev]
[next]