Skip to content

Releases: Nixinova/LinguistJS

1.9.1

29 Aug 04:47
Compare
Choose a tag to compare

Version 1.9.1 of Linguist.

Install on npm using npm install [email protected].

Changelog

  • Fixed a crash occurring when using both the categories and ignoreLanguages options together.

1.9.0

28 Aug 20:15
Compare
Choose a tag to compare

Version 1.9 of Linguist.

Install on npm using npm install [email protected].

Changelog

  • Add ignoreLanguages option to configure which languages to ignore.
  • Added alias ignoreFiles for option ignore.
  • Added CLI argument --tree to traverse the output tree to a specific object instead of logging the entire results.
  • Deprecated option ignore as it is now ambiguous.

1.8.2

27 Aug 22:10
Compare
Choose a tag to compare

Version 1.8.2 of Linguist.

Install on npm using npm install [email protected].

Changelog

  • Fixed known vendored files not being removed from output.

1.8.1

27 Aug 21:29
Compare
Choose a tag to compare

Version 1.8.1 of Linguist.

Install on npm using npm install [email protected].

Changelog

  • Fixed input folder paths being case sensitive.
  • Fixed dotfiles not showing up in the output.

1.8.0

24 Aug 07:24
Compare
Choose a tag to compare

Version 1.8 of Linguist.

Install on npm using npm install [email protected].

Changelog

  • Added support for the first argument to analyse() to be an array of paths.

1.7.1

21 Aug 07:58
Compare
Choose a tag to compare

Version 1.7.1 of Linguist.

Install on npm using npm install [email protected].

Changelog

  • Changed file paths specified in option ignore to remain hidden even when keepVendored is enabled.
  • Fixed file results not being listed when using globbed input.
  • Fixed command-line arguments not being fully normalised.

1.7.0

19 Aug 06:08
Compare
Choose a tag to compare

Version 1.7.0 of Linguist.

Install on npm using npm install [email protected].

Changelog

  • Added categories option to control which language categories (data, markup, programming, and/or prose) should be included in the output.
  • Fixed some files being incorrectly classified as binary.

1.6.1

17 Aug 08:22
Compare
Choose a tag to compare

Version 1.6.1 of Linguist.

Install on npm using npm install [email protected].

Changelog

  • Changed binary file checking to check file content as well as extension.
  • Fixed filename matching not comparing the full base name to the list of filename matches.

1.6.0

15 Aug 04:01
Compare
Choose a tag to compare

Version 1.6.0 of Linguist.

Install on npm using npm install [email protected].

Changelog

  • Added checking of binary files to avoid including them in the language results.
  • Added keepBinary option to control whether binary files are checked (defaults to false).

1.5.5

15 Aug 03:58
Compare
Choose a tag to compare

Version 1.5.5 of Linguist, which fixes a crash in 1.5.4.

Install on npm using npm install [email protected].

Changelog

  • Fixed a crash occurring when using the CLI.