Releases: Nixinova/LinguistJS
Releases · Nixinova/LinguistJS
2.3.2
Version 2.3.2 of Linguist.
Install on npm using npm install [email protected].
Changelog
- Changed vendored checking to include paths marked as documentation.
- Fixed array input not being parsed properly when used with
fileContent. - Fixed vendor patterns being erroneously applied to parent folders.
- Fixed vendor patterns made for relative paths not being applied.
2.3.1
Version 2.3.1 of Linguist.
Install on npm using npm install [email protected].
Changelog
- Fixed a crash occurring when parsing heuristics containing atomic groups.
- Fixed option
fileContentbeing ignored if set to an empty string. - Fixed file extensions being treated as case sensitive.
2.3.0
2.2.1
Version 2.2.1 of linguist-js.
Install on npm using npm install [email protected].
Changelog
- Fixed files marked as
text=autobeing classified as text. - Fixed a crash occurring when attempting to load unreadable files.
2.2.0
Version 2.2.0 of Linguist!
Install on npm using npm install [email protected].
Changelog
- Added option
relativePathsto allow output results to be shown as relative paths (defaults tofalse). - Changed CLI output to display the number of skipped files.
- Fixed git config entries containing backslashes causing a crash.
2.1.4
Version 2.1.4 of Linguist.
Install on npm using npm install [email protected].
Changelog
- Fixed gitignore entries containing dots not being parsed properly.
- Fixed git config files containing character classes like
[[:digit:]]not being parsed properly.
2.1.3
Version 2.1.3 of Linguist.
Install on npm using npm install [email protected].
Changelog
- Changed gitattributes parsing to support
textandbinaryparameters. - Fixed a crash occurring during compilation of regexes.
2.1.2
Version 2.1.2 of Linguist. Fixes a few CLI display errors.
Install on npm using npm install [email protected].
Changelog
- Fixed languages without a colour not having their icon displayed properly in the CLI output.
- Fixed unknown extensions erroneously having an extra dot prefixed in the CLI output.
2.1.1
Version 2.1.1 of Linguist.
Install on npm using npm install [email protected].
Changelog
- Changed CLI output to display associated language colours.
- Fixed filenames not taking precedence over extensions when classifying.
- Fixed parent languages not being checked when parsing heuristics relating to their children.
2.1.0
Version 2.1 of Linguist.
Install on npm using npm install [email protected].
Changelog
- Added nullable
parentproperty to each entry inlanguages.resultsto display the parent language. - Added option
childLanguagesto control whether child languages are displayed instead of their parent (defaults tofalse).