Releases: cheminfo/file-collection
Releases · cheminfo/file-collection
v6.6.1
24 Feb 13:50
Compare
Sorry, something went wrong.
No results found
6.6.1 (2026-02-24)
Bug Fixes
avoid infinite loop in toZip when lot of files are zipped (#86 ) (a16ce64 )
v6.6.0
19 Jan 12:00
Compare
Sorry, something went wrong.
No results found
6.6.0 (2026-01-19)
Features
use .mimetype instead mimetype for macos unarchiver (#82 ) (7232d81 )
v6.5.0
11 Dec 10:25
Compare
Sorry, something went wrong.
No results found
6.5.0 (2025-12-11)
Features
v6.4.0
09 Dec 10:13
Compare
Sorry, something went wrong.
No results found
6.4.0 (2025-12-04)
Features
v6.3.0
20 Nov 12:45
Compare
Sorry, something went wrong.
No results found
6.3.0 (2025-11-17)
Features
add isIum as FileCollection static method with mimetype check (#73 ) (68d8c4f )
add isZip as FileCollection static method (68d8c4f )
put mimetype file into ium archive for fast signature check (#73 ) (68d8c4f )
Bug Fixes
v6.2.1
12 Nov 15:25
Compare
Sorry, something went wrong.
No results found
6.2.1 (2025-11-12)
Bug Fixes
keep tracks of originalRelativePath (#71 ) (d2d0d92 )
v6.2.0
10 Nov 09:05
Compare
Sorry, something went wrong.
No results found
6.2.0 (2025-11-10)
Features
stable source uuid with subroot and appendFileCollection (#69 ) (b3331c6 )
v6.1.0
04 Nov 12:51
Compare
Sorry, something went wrong.
No results found
6.1.0 (2025-11-04)
Features
add appendFileCollection method with optional subPath argument (#64 ) (cae0f2a )
add subroot method (#65 ) (a717eef )
avoid to compress files known to be already compressed (#63 ) (e55020c )
improve source options serialization / deserialization (#60 ) (e9c68e4 )
Misc
🎉 This is the first release with 100% code coverage.
v6.0.0
29 Oct 09:47
Compare
Sorry, something went wrong.
No results found
6.0.0 (2025-10-29)
⚠ BREAKING CHANGES
cache option is removed from FileCollection, now each source / file use cached data, even streams. It's a breaking change only for typescript usage of the lib. If somehow, a cache option is given to FileCollection it would ignore it.
Features
avoid refetch each time we read a file from an external source (#55 ) (1a5c705 )
Code Refactoring
v5.4.0
24 Oct 11:54
Compare
Sorry, something went wrong.
No results found
5.4.0 (2025-10-24)
Features
Bug Fixes