2.7.0-pre
Pre-release
Pre-release
Pre-release of version 2.7.0 of LinguistJS.
Install on npm using npm install [email protected]
.
This version is a pre-release released under the @pre
tag on npm.
Due to a code rewrite I cannot ensure yet that classification has not changed in this version; further testing is required.
If this version does not contain any problems and classification is consistent with v2.6.1 this version will be promoted to @latest
.
New Contributions
Changelog
View commits: 2.6.1...2.7.0-pre
- Added CLI option
--listFiles
to list each matching file under each language result. - Fixed files that are by default marked vendored being removed even when marked as not vendored in gitattributes (#26).
- Fixed a crash occurring when applying some language parents (#27).
- Fixed gitattributes rules from parent folders being erroneously applied.