All notable changes to the prettier-plugin-erb will be documented in this file.
- Fix formatting of expressions inside elements
- Format singleline expressions (block expressions aren't formatted)
- Return non 0 exit status when error formatting is unsuccessful
- Use
print
function instead ofembed
to fix error logging - Fix formatting of files that consist of only a single expression
- Fix formatting of singline and multiline comments
- Specify prettier version to be lowar than 2.3
Initial release