Skip to content

Conversation

@dr-dimitru
Copy link
Member

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

dr-dimitru and others added 13 commits June 25, 2022 22:50
- Better linking
- Better examples
- Wording
Fix Content-Disposition usage in docs
Adding example and a note:
MAKE SURE namingFunction IS SET ON Server
OVERWRITE Client's namingFunction FOR SECURITY REASONS AGAINST REVERSE-ENGINEERING ACTIONS
__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 @nchrschae
- πŸ‘·β€β™‚οΈ Now library exports its helpers `import { FilesCollection, helpers };`
- πŸ‘·β€β™‚οΈ Add `.meteorignore` to minimize package's footprint
@dr-dimitru dr-dimitru merged commit f5a335e into master Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use content-dispositon package

3 participants