All Versions
108
Latest Version
Avg Release Cycle
29 days
Latest Release
-
Changelog History
Page 8
Changelog History
Page 8
-
v1.6.1 Changes
- ๐ Fix CLI option parsing with no arguments (#2684)
- ๐ Fix config file finding when using stdin (#2692)
- ๐ Fix union type with type params regression (#2688)
- ๐ Fix flow parenthesis regression (#2687)
-
v1.6.0 Changes
๐ ๐ Release Notes
-
v1.5.3 Changes
- ๐ Force trailingComma option to "none" when parser is JSON (#2335)
-
v1.5.2 Changes
- ๐จ Full printing support for GraphQL and various bug fixes
- ๐ Fixes for range formatting for JSON and CSS (#2295, #2298)
-
v1.5.1 Changes
- Go back to babylon beta 13 (#2289)
- Inline import('x') to avoid having trailing comma (#2288)
-
v1.5.0 Changes
๐ ๐ Release Notes
-
v1.4.4 Changes
๐ ๐ Fix postcss, I forgot to re-run the build script :(
-
v1.4.3 Changes
- ๐ Fix support for node 4 (#1988)
- ๐ Fix website on iOS Safari (#1970)
Formatting change:
- Position JSX whitespace (
{" "}
) at the end of lines (#1964)
๐ Lots of small fixes, mainly for TypeScript.
-
v1.4.2 Changes
- ๐ fix(decorators): do not inline methods with decorators with babylon (#1934)
- ๐ fix(typescript): print semi with inline interfaces/types (#1936)
- ๐ fix(typescript): no semi after export default abstract class, fixes (#1937)
- TypeScript: fix trailing comma in enum (#1938)
-
v1.4.1 Changes
- ๐ Lots of fixes for TypeScript and regressions from 1.4.0. If you are using 1.4.0, you should migrate to 1.4.1 asap ;)