All Versions
108
Latest Version
Avg Release Cycle
29 days
Latest Release
-

Changelog History
Page 8

  • v1.6.1 Changes

    diff

    • ๐Ÿ›  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

    diff

    ๐Ÿš€ ๐Ÿ”— Release Notes

  • v1.5.3 Changes

    diff

    • ๐Ÿ“œ Force trailingComma option to "none" when parser is JSON (#2335)
  • v1.5.2 Changes

    diff

    • ๐Ÿ–จ Full printing support for GraphQL and various bug fixes
    • ๐Ÿ›  Fixes for range formatting for JSON and CSS (#2295, #2298)
  • v1.5.1 Changes

    diff

    • Go back to babylon beta 13 (#2289)
    • Inline import('x') to avoid having trailing comma (#2288)
  • v1.5.0 Changes

    diff

    ๐Ÿš€ ๐Ÿ”— Release Notes

  • v1.4.4 Changes

    ๐Ÿ— ๐Ÿ”— Fix postcss, I forgot to re-run the build script :(

  • v1.4.3 Changes

    diff

    • ๐Ÿ›  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

    diff

    • ๐Ÿ›  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

    diff

    • ๐Ÿ›  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 ;)