Lebab v3.0.0 Release Notes

Release Date: 2018-09-07 // over 5 years ago
  • Breaking changes

    The arrow transform has been split to two separate transforms:

    • arrow - transforms normal functions to arrow functions (does nothing with return statements),
    • arrow-return - transforms return statements in arrow functions => { return x } to shorthand syntax => x.

    ๐Ÿ‘€ Thanks to @uniibu . See #269 for details.

    โž• Additionally

    • ๐Ÿ‘ Node < 6 no more officially supported.
    • โฌ†๏ธ Upgraded most internal dependencies.
    • ๐Ÿ‘ Better handling of comments in arrow transform.