Releases: itgalaxy/file-type-lint
Releases · itgalaxy/file-type-lint
v4.0.0
v3.0.0
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
2.1.0 - 2019-01-28
- Added:
glb
,ics
andmpc
extensions. - Chore: update dependencies.
v2.0.0
2.0.0 - 2018-11-01
- Added:
--ignore-case
option for CLI andignoreCase
for node API. - Added:
wma
,asf
,ape
,wv
,ktx
anddcm
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 (exampleZ
). - 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
- Added:
mp2
,qcp
,heic
,ogx
,spx
,ogm
,ogv
extensions support.
1.0.2
- Chore: minimum required
meow
version is now5.0.0
.
1.0.1
- Revert: minimum required
globby
version is now^7.1.1
. Still buggy 😞
1.0.0
- Chore: minimum required
globby
version is now^8.0.1
. BREAKING CHANGE!
0.1.0
- Chore: public initial release.