Releases: npetruzzelli/prettier-config-standard
Releases · npetruzzelli/prettier-config-standard
Prettier Config Standard 7.0.0
- makes JSX quotes and closing JSX brackets more consistent with eslint-config-standard-jsx ( #7 )
Prettier Config Standard 6.0.0
- Change the Prettier peer dependency to
"^2.6.0 || ^3.0.0"
- Explicitly define
singleAttributePerLine
option added in Prettier 2.6.0 - Add Prettier 3.x to peer dependencies list ( #8 )
Prettier Config Standard 5.0.0
- replace
jsxBracketSameLine
withbracketSameLine
- Change the Prettier peer dependency to
"^2.4.0"
- PR #3 (comment)
- Change the Prettier peer dependency to
Prettier Config Standard 4.1.0
Prettier Config Standard 4.0.0
- changes the arrowParens option from
"avoid"
to"always"
Prettier Config Standard 3.0.0
- Set non-JavaScript Standard Style defaults to match Prettier 2.x (#1)
- Add setting for the new
embeddedLanguageFormatting
option
Since this affects the endOfLine setting, Windows users may need to re-clone their repository. See:
- Prettier blog post describing breaking changes in 2.0.0
- Prettier 2.2.1 documentation for the
endOfLine
option
Prettier Config Standard 2.0.0
- Add values for every option to guard against Prettier default value changes. (#1)
- This stabilized config supports every reasonably shareable option that was available to Prettier 1.x
- Future updates will add additional support for Prettier 2.x and above.
Prettier Config Standard 1.0.1
- Fixed incorrect repository URL
Prettier Config Standard 1.0.0
The initial release