- improved documentation
- ability to disable automatic uploading (allowing for manual uploads)
- added image loaded event (called after image fle has been read)
- upload-image-loaded
- added submit event (called after end-user has clicked on "submit" action)
- upload-image-submit
- added image clicked event (called when an image is clicked)
- upload-image-clicked
- added image removed event (called when an image has been removed)
- upload-image-removed
- README & LICENSE adjustments.
- README & CHANGELOG adjustments.
- resizing capabilities introduced.
- events pass both FormData & result from request to parent.
- bug fixes.
- [PULLED REQUEST]