@prettier/plugin-ruby
Advanced tools
Changelog
[0.9.1] - 2019-03-24
Changelog
[0.9.0] - 2019-03-18
hasPragma
function.number_arg
node type in Ruby 2.7.Changelog
[0.8.0] - 2019-03-08
eslint
and fix up existing violations.prettier
ruby gem.rake
task for easier process integration for the ruby gem.["#{foo}"]
should not be transformed into a %w array).prettier
gem to rbprettier
for easier autocomplete....
) operator so that we can support older versions of node.Changelog
[0.7.0] - 2019-02-24
bin/print
and bin/sexp
APto support bin/print
taking a filepath.__END__
content.next
test over to minitest.next
with a space between.undef
.Changelog
[0.6.3] - 2019-02-18
binary
fixture to minitest.begin
, rescue
, ensure
, while
, and until
nodes.Changelog
[0.6.2] - 2019-02-17
alias
and regexp
tests to minitest.Changelog
[0.6.1] - 2019-02-15
args_add_block
nodes.super()
explicitly with no arguments.Changelog
[0.6.0] - 2019-02-14
JSON::fast_generate
to get the s-expressions back from the parser.command
and command_call
nodes.Changelog
[0.5.1] - 2019-02-13
do
blocks that we know have to be do
blocks to break.command
and command_call
nodes do
blocks by forcing them to break.Changelog
[0.5.0] - 2019-02-13
args_add
and args_new
handling into the parser.command_call
nodes to properly indent when broken and to not add a trailing comma.trailingComma
option to addTrailingCommas
to not conflict with the JS option.