Prettier 1.7: JSX tweaks, Pragma, TypeScript and CSS fixes
This release features some bugfixes and tweaks around JSX, TypeScript, CSS, and JavaScript formatting, as well as a couple new features.
September 15, 2017
This release features some bugfixes and tweaks around JSX, TypeScript, CSS, and JavaScript formatting, as well as a couple new features.
August 29, 2017
This release adds configuration file support to Prettier, as well as some significant enhancements to JSX printing.
June 28, 2017
This release adds GraphQL formatting support, CSS-in-JS (including styled-components), and JSON support to Prettier.
June 3, 2017
This release introduces support for TypeScript, CSS, Less, and SCSS languages to Prettier!
May 3, 2017
This post provides an update to Facebook's adoption or Prettier, outlines our progress on TypeScript, and details some of the improvements and fixes included in the 1.3.0 release of Prettier.
April 20, 2017
1.0 is not the end of prettier, we're going to continue to work on the long tail of formatting issues in order to make it an awesome JavaScript code formatter. You should expect minor version releases like this one to change small things and edge cases but nothing major or controversial.
April 13, 2017
This post was written by vjeux and edited by jlongster, and originally published here
We officially announced
prettier over two months ago as a way to
solve the problem of wasting time formatting your code. It started as an
experiment but it clearly resonated with a lot of people, amassing ~7000 GitHub
stars and over 100,000 monthly npm downloads
in just two months.