Skip to content

Commit

Permalink
📦 v2.2.0
Browse files Browse the repository at this point in the history
__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
  • Loading branch information
dr-dimitru committed Jun 29, 2022
1 parent b025440 commit d34b479
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
local-test:ostrio:files@2.1.1
local-test:ostrio:files@2.2.0
[email protected]
[email protected]
[email protected]
Expand All @@ -35,7 +35,7 @@ [email protected]
[email protected]
[email protected]
ostrio:[email protected]
ostrio:files@2.1.1
ostrio:files@2.2.0
[email protected]
[email protected]
[email protected]
Expand Down
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'ostrio:files',
version: '2.1.1',
summary: 'Upload files to Meteor application, with 3rd party storage support: AWS:S3, GridFS and other',
version: '2.2.0',
summary: 'Upload files to a server or 3rd party storage: AWS:S3, GridFS, DropBox, and other',
git: 'https://github.com/veliovgroup/Meteor-Files',
documentation: 'README.md'
});
Expand Down

0 comments on commit d34b479

Please sign in to comment.