Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

CHANGES

Lucas Werkmeister edited this page Jun 6, 2018 · 14 revisions

ceylon.formatter 1.4.0

Changes from the previous version (1.3.3):

  • Code style changes:

    • Indentation within expressions is now better preserved across comments. See #135.
  • Support for new language features:

    • The new destructuring syntax using let is now supported (along with the old value syntax). See #142.
    • The new meta literal syntax without backticks is now supported. See #143.
    • The new mixed match case syntax (freely mixing value and type cases) is now supported. See #145.
    • The new string interpolation syntax using "\(parentheses)" is now supported. See #146.
    • The new anonymous function syntax without parameter lists is now supported. See #147.
    • The new “pipe” syntax for function chaining is now supported. See #151.
    • The new “fish” syntax for function composition is now supported. See #152.
  • Other changes:

    • The Ceylon project, including ceylon.formatter, has moved to the Eclipse Foundation. This process unfortunately included a reset of the Git history, with a new initial commit shortly after the 1.3.3 release. Instructions to restore the old history locally have been added to the README.
Clone this wiki locally