Releases: arozar/multer-google-storage
Releases · arozar/multer-google-storage
v1.3.0
<a name"1.3.0">
1.3.0 (2019-01-28)
Features
- contentType: Add custom opts to set uploaded content type (43bfa221)
v1.2.1
<a name"1.2.1">
1.2.1 (2017-07-24)
Bug Fixes
- package.json: Fixing ts strict mode issue (d39aa42f)
v1.2.0
<a name"1.2.0">
1.2.0 (2017-07-13)
Features
- index.js: adding new storageEngine function for require style import (e89ff7ef)
v1.1.3
<a name"1.1.3">
1.1.3 (2017-07-08)
Bug Fixes
- tsconfig package.json: Fixing dependencies (c06cf147)
Fixing alignment with npm
Merge pull request #1 from mozinator/apostrophe-fix
(fix)(index.js):url fix
this apostrophe makes the url invalid
Fixes bug returned in url
Merge pull request #1 from mozinator/apostrophe-fix
(fix)(index.js):url fix
this apostrophe makes the url invalid
v1.1.0
<a name"1.1.0">
1.1.0 (2017-07-06)
Features
- dependencies: reducing dependencies to reduce overall package size (c49b7378)
v1.0.2
<a name"1.0.2">
1.0.2 (2017-07-03)
Bug Fixes
- package.json: updating refs for windows 10 (dd3c4004)
v1.0.1
<a name"1.0.1">
1.0.1 (2017-07-02)
Bug Fixes
- readme: Adding missing badge linked to travis (8e20942f)
Initial launch
#Initial Release
Implemented the requirements for a basic implementation of a multer storage engine using google storage.
- Implemented the required interface.
- Have tests to assert the presence of the required methods
- Have a basic readme.md in place
- Have Travis and ghooks setup