Skip to content

Releases: Nixinova/LinguistJS

1.5.4

15 Aug 03:53
Compare
Choose a tag to compare

Version 1.5.4 of Linguist.

Install on npm using npm install [email protected].

Changelog

  • Fixed CLI options not being able to be negated.
  • Fixed CLI option --ignore not allowing delimited paths.

1.5.3

14 Aug 03:58
Compare
Choose a tag to compare

Version 1.5.3 of Linguist.

Install on npm using npm install [email protected].

Changelog

  • Fixed shebang interpreter checking more than just the first line.

1.5.2

13 Aug 21:39
Compare
Choose a tag to compare

Version 1.5.2 of Linguist.

Install on npm using npm install [email protected].

Changelog

  • Changed web requests to be cached upon fetch, improving performance of successive runs.

1.5.1

13 Aug 21:17
Compare
Choose a tag to compare

Version 1.5.1 of Linguist.

Install on npm using npm install [email protected].

Changelog

  • Fixed PCRE regular expressions causing a crash.
  • Fixed shebang lines not being fully checked.
  • Fixed heuristics with two fallback languages not choosing just one of them.
  • Fixed extensions being checked alongside filenames instead of being checked after, as the latter should take priority.

1.5.0

12 Aug 06:34
Compare
Choose a tag to compare

Version 1.5 of Linguist, now with shebang line checking.

Install on npm using npm install [email protected].

Changelog

  • Added checking of shebang (#!) lines for explicit language classification.
  • Added checkShebang option to implement shebang checking (defaults to true unless quick is set).

1.4.5

10 Aug 08:04
Compare
Choose a tag to compare

Version 1.4.5 of Linguist.

Install on npm using npm install [email protected].

Changelog

  • Fixed files prefixed with a dot not being checked.
  • Changed input of command-line --ignore to be delimited by spaces.

1.4.4

03 Aug 06:07
Compare
Choose a tag to compare

Version 1.4.4 of Linguist.

Install on npm using npm install [email protected].

Changelog

  • Added an nullable color key to each entry in languages.all.

1.4.3

01 Aug 07:25
Compare
Choose a tag to compare

Version 1.4.3 of Linguist.

Install on npm using npm install [email protected].

Changelog

  • Changed outputted file paths to always be absolute regardless of input.

1.4.2

01 Aug 05:42
Compare
Choose a tag to compare

Version 1.4.2 of Linguist.

Install on npm using npm install [email protected].

Changelog

  • Fixed crash occurring when checking named patterns.

1.4.1

01 Aug 04:45
Compare
Choose a tag to compare

Version 1.4.1 of Linguist.

Install on npm using npm install [email protected].

Changelog

  • Added all key to languages which collates all language data into one object.