Skip to content

v2.2.0

Compare
Choose a tag to compare
@dr-dimitru dr-dimitru released this 29 Jun 13:09
· 23 commits to master since this release
f5a335e

Breaking Changes

  • ⚠️ Changes in namingFunction, β€” 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