- Set the default ACL to 'public-read' for files uploaded to Amazon
- add tests
- add travis ci
- refactor imager for better error handling and flexible syntax
- remove makefile, add mocha to npm test
- update node engine support - os.tmpDir works only > 0.8.x
- update dependencies
- add missing comma - bug fix
- Merge pull request #23 from rubenstolk/patch-3
- Can't declare a variable that already exists in context
- Merge pull request #22 from rubenstolk/patch-2
- Support for both image/jpg and image/jpeg as content type
- refactor. fixes #21
- Merge pull request #20 from frekw/master
- Bump knox to 0.7 to add support for regions other than US and putFile.
- Make sure we don't end up with double trailing slashes. We should also respect the platforms directory separator.
- Merge pull request #14 from danielmahon/patch-1
- needs to be array
- update readme
- add missing trailing / for temp directory
- use temp directory of the OS
- use proper logging
- remove files after successful upload
- refactor code
- update readme
- bump
- add auto-orient option
- update readme
- add S3 upload and remove functionality
- update example config with s3 storage
- add knox for S3 support
- add resizeAndCrop preset to the test
- remove unwanted files
- remove resizeAndCropped files
- prepare release 0.1.1
- update the example
- add resize and crop option
- tests for upload and remove
- add test imager config
- update readme
- allow string to be passed to remove
- add debug option to display uploaded images
- allow uploading of local files
- bug fix in returning array of files
- add license
- update readme
- update readme
- make remove fn to use the default variant when no variant is provided
- support default variant
- add debugging options
- replace imagemagick with graphicsmagick
- remove imagemagick and add graphicsmagick
- add back remove functionality
- revert node version dependency
- remove logs
- prepare release 0.0.9
- imager config example
- use async #7 and completely rewrite the module
- add async and underscore
- using async
- Merge branch 'master' of github.com:madhums/node-imager
- return if error
- Merge pull request #6 from node-migrator-bot/clean
- [fix] path.existsSync was moved to fs.existsSync
- ignore leaks for mocha tests
- fixtures
- tests for single, multiple and remote image uploads
- include async
- ignore npm-debug.log
- add dev dependencies and scripts to run npm test
- continue processing, don't return the err
- fixs #5
- return if error
- update readme
- update documentation
- bug fixes, add feature to upload remote images
- fixes #1, #2, #3
- support local file uploads #3, support multiple file uploads #4
- rename repo
- add functionality to remove files, other control flow changes
- change scope from projects to items
- update readme
- change description
- reduce the usage of eval
- prettify code - formatting, indentation
- indent properly
- update readme
- fix markdown
- replace tabs by spaces
- update readme
- bug fixes and other changes
- update readme
- add node_modules to .gitignore
- update readme
- update readme
- update readme
- initial commit