Releases: Nixinova/LinguistJS
Releases · Nixinova/LinguistJS
1.1.2
Version 1.1.2 of Linguist.
Install on npm using npm install [email protected]
.
Changelog
- Changed file classification to use the default heuristic value if applicable.
1.1.1
Version 1.1.1 of Linguist.
Install on npm using npm install [email protected]
.
Changelog
- Changed file analysis to filter out vendored files first before analysing languages, increasing performance.
1.1.0
Version 1.1.0 of Linguist, which adds an option to exclude vendored files (defaults to enabled).
Install on npm using npm install [email protected]
.
Changelog
- Added options argument to analyser function.
- Added
keepVendored
option to control whether vendored files are kept or not. - Added CLI option
--full
to log a full list of parsed files. - Added CLI option
--vendored
to include vendored files in output. - Fixed input folder not being parsed.
1.0.1
Version 1.0.1 of Linguist.
Install on npm using npm install [email protected]
.
Changelog
- Fixed command-line usage not working.
1.0.0
Initial release of Linguist.
Install on npm using npm install [email protected]
.
Features
- Added function to analyse the languages used in a repository.
- Added CLI command
linguist
.