Releases: sgb-io/fta
Releases · sgb-io/fta
v2.0.1
v2.0.0
Breaking Changes
The Halstead calculations were corrected which results in material changes to the halstead and fta scores that fta will output
v1.0.0
Breaking changes
- Added the
include_comments
option with a default value offalse
, which means that comments are no longer included in scoring by default - Added the
exclude_under
option with a default value of6
, which means that files that are under n lines of code are excluded from output. This option also takes into account theinclude_comments
option. - Changed
output_limit
to (a) only affect thetable
format output and (b) work as expected.
Other changes
- Exposed
output_limit
,score_cap
,include_comments
andexclude_under
as CLI options - Fixed an
ENOBUFS
crash that could occur when analyzing very large projects
v0.2.0
v0.1.11
v0.1.10
- Fixed linux binaries
v0.1.9
- Set chmod +x on macOS and linux binaries
v0.1.8
- Adds the fta-wasm crate
- Refactor internal lib
v0.1.7
Fixes for the npm package
v0.1.4
Added --json option