Skip to content

Commit

Permalink
πŸ“¦ v2.0.0
Browse files Browse the repository at this point in the history
Major update is out πŸŽ‰

__Major changes__:

- __[Deprecated]__ `streams` of `.insert()` method;
- `http` module raplcaed with `fetch` β€” *As suggested* in `[email protected]` release and `http` package being deprecated;
- `request-libcurl` replaced with `fetch` β€” Should fix #781 and similar issues;
- __[removed]__ `file-type` library used to detect file-type (*file's mime-type*) based on "magic numbers". Now mime-type detected from data supplied by browser. __Regresion possible upgrade with care if you rely on mime-type detected after file is fully uploaded to server, this change won't affect mime-type detected on the *Client* before file fully loaded to server__.

__Improved__:

- Pause/Resume logic when connection with server is interrupted (*no more missed chunks*);
- Chunks deliverability, including retries if chunk was sent only partially.

__Other changes__:

- 🀝 Compatibility with `[email protected]`;
- πŸ“¦ `ostrio:[email protected]`, *was `v2.6.1`*;
- πŸ“¦ `[email protected]`, *was `v9.0.1`*;
- πŸ–₯ Update, refactor, and refine [demo app](https://github.com/veliovgroup/meteor-files-website #file-sharing-web-app)
- πŸ‘¨β€πŸ’» Update [`meteor-files-autoform`](https://github.com/VeliovGroup/meteor-autoform-file) package;
- πŸ“‹ Documentation refactoring.
  • Loading branch information
dr-dimitru committed Feb 4, 2021
1 parent d1d730a commit cd81e23
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 702 deletions.
Loading

0 comments on commit cd81e23

Please sign in to comment.