What changed in FTA from 2 to 3
2 releases numbered after v2.0.2 up to and including v3.0.1, stable releases only. v2.0.2 and v3.0.1 are the newest stable releases of 2 and 3 we track; this page follows them as new ones ship.
- 1 mentions breaking changes
2 changes across 2 releases
Added 1
- Added support for modern JavaScript/TypeScript syntax including import with syntax
Changed 1
- Upgraded underlying SWC libraries, resulting in different scores due to improvements in how operands and operators are counted
One release in the range carries no categorized changes yet: v3.0.1. Their original notes, where the vendor published any, are below.
Original release notes, newest first
The list above is our reading of these notes; the originals from sgb-io are here, one fold per release.
v3.0.1
Release v3.0.1
See CHANGELOG.md for details.
v3.0.0
Breaking changes
- Upgraded the underlying SWC libraries that FTA depends on. This results in different scores, since various changes were made to improve the accuracy of how operands and operators are counted. It is also expected that this adds support for many cases of modern JavaScript/TypeScript syntax. For example, the
import withsyntax is now supported.