- 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