Skip to content

2.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Nixinova Nixinova released this 08 Mar 11:54
· 5 commits to main since this release

Version for 2.7.0 of LinguistJS.

Release onto @pre tag. Will be upgraded to @latest if there are no further issues.

Install on npm using npm install linguist-js@2.7.0.

Changelog

View commits: 2.6.1...2.7.0 or 2.7.0-pre...2.7.0

2.7.0

  • 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.

2.7.0 (RC)

Changes versus 2.7-pre

  • Fixed gitattributes comments being parsed as attributes data.
  • Fixed gitignores data being parsed root-relative instead of relative to the folder the file is in.