Skip to content

Releases: Nixinova/LinguistJS

1.1.2

05 Jun 07:09
Compare
Choose a tag to compare

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

05 Jun 06:07
Compare
Choose a tag to compare

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

05 Jun 05:38
Compare
Choose a tag to compare

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

05 Jun 04:53
Compare
Choose a tag to compare

Version 1.0.1 of Linguist.

Install on npm using npm install [email protected].

Changelog

  • Fixed command-line usage not working.

1.0.0

05 Jun 04:50
Compare
Choose a tag to compare

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.