Skip to content

Releases: itgalaxy/file-type-lint

v4.0.0

15 May 17:53
Compare
Choose a tag to compare

4.0.0 - 2020-05-15

  • Chore: update file-type to ^14.3.0 version.
  • Changed: minimum require node.js version is 10.13.0.

v3.0.0

02 Jul 13:37
724b93d
Compare
Choose a tag to compare

3.0.0 - 2019-07-02

  • Added: apng, orf, arw, dng, nef, rw2, raf, pcap, dsf,lnk, alias, voc, ac3,3g2,m4v,m4p,m4b, f4v, f4p, f4a, f4b formats.
  • Chore: update file-type to ^12.0.0 version.
  • Changed: minimum require node.js version is 8.9.0.

v2.1.0

28 Jan 10:37
3f3f9de
Compare
Choose a tag to compare

2.1.0 - 2019-01-28

  • Added: glb, ics and mpc extensions.
  • Chore: update dependencies.

v2.0.0

01 Nov 14:18
Compare
Choose a tag to compare

2.0.0 - 2018-11-01

  • Added: --ignore-case option for CLI and ignoreCase for node API.
  • Added: wma, asf, ape, wv, ktx and dcm extensions support.
  • Changed: validate extensions in any case (lowercase, uppercase, mIxEdCaSe and etc) and throw error if it is not in lowercase, except extension what should be in uppercase (example Z).
  • Chore: update ignore to ^5.0.3 version.
  • Chore: update file-type to ^10.3.0 version.
  • Chore: update js-yaml to ^3.12.0 version.
  • Chore: update js-yaml to ^4.0.1 version.

1.1.0

12 May 16:07
Compare
Choose a tag to compare
  • Added: mp2, qcp, heic, ogx, spx, ogm, ogv extensions support.

1.0.2

05 May 12:42
Compare
Choose a tag to compare
  • Chore: minimum required meow version is now 5.0.0.

1.0.1

12 Mar 15:23
Compare
Choose a tag to compare
  • Revert: minimum required globby version is now ^7.1.1. Still buggy 😞

1.0.0

19 Feb 11:48
Compare
Choose a tag to compare
  • Chore: minimum required globby version is now ^8.0.1. BREAKING CHANGE!

0.1.0

22 Dec 16:28
Compare
Choose a tag to compare
  • Chore: public initial release.