Skip to content

Releases: egoist/konan

v2.1.1

15 Jul 14:52
Compare
Choose a tag to compare

2.1.1 (2020-07-15)

Bug Fixes

v2.1.0

15 Jul 13:57
04182de
Compare
Choose a tag to compare

2.1.0 (2020-07-15)

Features

  • add typescript plugin by default (#20) (04182de)

v2.0.0

15 Jul 13:49
7335c53
Compare
Choose a tag to compare

2.0.0 (2020-07-15)

Features

BREAKING CHANGES

  • the plugins in parser options has become an array, and we have to put jsx in the default value to support JSX syntax parsing. I did not add typescript because the fixture contains no typescript code, and typescript cannot co-exist with flow, not sure if we need to add it.