-
-
Notifications
You must be signed in to change notification settings - Fork 169
async/await support and other changes for meteor@3 #895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
📦 v2.2.0 __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
📦 v2.3.0 __New features:__ - ✨ `opts.sanitize` method, read more in [*Constructor* docs](https://github.com/veliovgroup/Meteor-Files/blob/master/docs/constructor.md); Thanks to @xet7 and @mfilser __Other Changes:__ - 👷♂️ Minor codebase enhancements and cleanups
v2.3.1 __Changes:__ - 👨💻 Improve `createIndex` helper - 👨💻 Improve error output when FileSystem destination not writable; Related to #857, thanks to @Leekao - 🐞 Fix custom `allowedOrigins` option for CORS; Closing #850, thanks to @djlogan2; __Notes:__ - 👨🔬 Tested with latest release of `[email protected]`
📔 Improve AWS S3 documentation
📦 v2.3.2 - 👨💻 Potential fix for #857 (windows)
👷♂️ Update .eslintrc
📦 v2.3.3 __Major changes:__ - no __Changes:__ - 👨🔧 Fixed #870, thanks to @Gobliins - 🤝 Compatibility with `[email protected]`
- Add `remainingTime` ReactiveVar to `FileUpload` instance with `hh:mm:ss` remaining upload time format
- Various fixes and improvements - Attempt to fix GitHub Actions
- Set `x_mtok` cookie to `secure` and `httpOnly`, thanks to @mfeuermann
@Friction-less-development thanks a lot for reporting this one, |
- return `callback` argument back to `FileCursor#remove` method
@jankapunkt @bratelefant @harryadel @StorytellerCZ here's draft changelog for Summary
Major changesFilesCollection:
FileCursor:
FilesCursor:
FileUpload:
Callbacks and hooks:
New methodsFilesCollection:
FileCursor:
FilesCursor:
New features
Other changes
Dependenciesrelease:
dev:
|
I've just used the latest RC in our project. The only thing we had to change really was |
@harryadel awesome, thank you for feedback. Do you use |
No, I don't think we really do. |
Update GridFS exmaple code
No description provided.