Skip to content

Commit

Permalink
Release 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Ritouet committed Jul 28, 2014
1 parent 9fbc220 commit e15c8f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ Method DELETE


## Changelog
- [0.0.11](https://github.com/NicolasRitouet/dpd-fileupload/releases/tag/0.0.11)
- Allow internal requests for GET. Close #12
- Added MIME types and filtering file lists. PR #5
- [0.0.10](https://github.com/NicolasRitouet/dpd-fileupload/releases/tag/0.0.10)
- Option to store unique file name (add uniqueFilename to the query param. [Cf Demo](https://github.com/NicolasRitouet/dpd-fileupload-demo/blob/master/public/js/main.js#L17))
- * npm update required ([MD5](https://github.com/pvorb/node-md5) dependency added)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dpd-fileupload",
"description": "File uploader for Deployd",
"version": "0.0.10",
"version": "0.0.11",
"author": "Nicolas Ritouet <nicolas@ritouet.com>",
"dependencies": {
"formidable": "~1.0.14",
Expand Down

0 comments on commit e15c8f7

Please sign in to comment.