v2.2.0
Breaking Changes
β οΈ Changes innamingFunction
, β now naming function acts the same on the Client and Server, upon insert, load, and write. Test your implementation with changed logic. Output of Server function supersedes Client's function output
Changes
- π Merge #843 and fix #820, thanks to @Prinzhorn
- π Documentation refactoring focused on examples and its simplifications
- π¨βπ» Support nested custom path returned from
namingFunction
- π¨βπ» Fix
namingFunction
behavior on Client and Server in upload, load, and write methods, closing #842; Thanks to @chrschae - π·ββοΈ Now library exports its helpers
import { FilesCollection, helpers };
- π·ββοΈ Add
.meteorignore
to minimize package's footprint