v2.1.0
Major changes:
⚠️ FSName
now sanitized and limited to 28 symbols, no white-spaces allowed⚠️ fileId
now sanitized and limited to 20 symbols, no white-spaces allowed⚠️ File extension now sanitized and limited to 20 symbols, no white-spaces allowed- 📦 Decouple
fs-extra
, use native node.jsfs
module - 👨💻 Add missing
isData
helper via #795, by @harryadel
Changes:
- 👷♂️ Fix: #827, thanks to @aertms
- 👷♂️ Fix: #832, thanks to @polygonwood
- 👷♂️ Fix: #813, thanks to @Prinzhorn
- 👨💻 Fix: #834, thanks to @bladerunner2020
- 📔 Fix: #803, thanks to @bartenra
- 🏗 Sanitize inputs (
FSName
,fileId
,extension
) to avoid command injection - 📔 Improved documentation, special thanks to @Prinzhorn and @make-github-pseudonymous-again
- 📔 GridFS documentation fix: #818
- 👷♂️ Utilize
Meteor._debug
where possible instead ofconsole.log
Other:
- 🤝 Compatibility with
[email protected]