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
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
Remove 'simply' in docs (PR #4085) [skip ci]
Guillaume Grossetie
2021-06-13
Fix typo cooresponding -> corresponding (PR #4083) [skip ci]
Guillaume Grossetie
2021-06-13
Upgrade Truffle Ruby to 21.1.0 (PR #4084)
Guillaume Grossetie
2021-06-12
use %r enclosure for regexp if regexp contains a forward slash
Dan Allen
2021-06-11
use correct assertion methods in converter test [skip ci]
Dan Allen
2021-06-10
add test to verify Converter.included is private
Dan Allen
2021-06-09
remove irrelevant unassertions from test suite
Dan Allen
2021-06-08
add error class to assert_raises in test suite where missing
Dan Allen
2021-06-08
use assert_raises in test suite where possible
Dan Allen
2021-06-08
fix rescue swallowing test assertion in invoker test [skip ci]
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
Add missing shared-header keyword to docinfo.adoc (PR #4074)
gemmaro
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-06-01
resolves #4062 import source and build for default stylesheet (PR #4064)
Dan Allen
2021-05-31
use appropriate assertions in test suite
Dan Allen
2021-05-31
use assert_empty/refute_empty where possible in test suite
Dan Allen
2021-05-31
fix incomplete assertions in test suite
Dan Allen
2021-05-31
use assert_path_exists where possible in test suite
Dan Allen
2021-05-31
replace rspec expectations with minitest assertions in feature tests
Dan Allen
2021-05-31
upgrade minitest
Dan Allen
2021-05-29
use reject instead of select with negated condition in test suite
Dan Allen
2021-05-29
pass method reference to rstrip lines of output in test suite
Dan Allen
2021-05-29
simplify parse_header_metadata helper to a single return value
Dan Allen
2021-05-29
use join instead of * to join elements of an array in test suite [skip ci]
Dan Allen
2021-05-28
remove excess empty lines in test suite; use multiple lines for class definit...
Dan Allen
2021-05-28
use automatic link text if ID in shorthand xref is followed by dangling comma
Dan Allen
2021-05-28
remove extra empty lines and empty blocks in test suite
Dan Allen
2021-05-28
favor single-line while loop in test suite
Dan Allen
2021-05-28
replace reduce with each_with_object in test suite [skip ci]
Dan Allen
2021-05-28
remove redundant do on until loop in test suite [skip ci]
Dan Allen
2021-05-28
use sprintf instead of % operator in test suite
Dan Allen
2021-05-27
use negated match operator instead of negating a positive match in test suite
Dan Allen
2021-05-27
use single line for method definition in test suite
Dan Allen
2021-05-27
use do..end style for block in test suite
Dan Allen
2021-05-27
remove extra empty line in test suite
Dan Allen
2021-05-27
disable interpolation in test suite when not needed [skip ci]
Dan Allen
[prev]
[next]