Skip to content

0.6.0

Compare
Choose a tag to compare
@morrelinko morrelinko released this 18 Apr 16:45
· 10 commits to master since this release
  • Moved classes from Utils\ to Toolbox.
  • Added AwsS3 Storage.
  • Re-arranged the order of arguments passed to callback when building photo collection.
  • Renamed transform option 'size' to 'resize'
  • Added feature for extending photo transformations using Transformers
  • Added uploadFromUrl() shortcut/alias for uploading photo from a url
  • Removed allowing Iterator objects to be passed to push()
  • Added replace() to StorageManager for swapping existing storage
  • Added feature for implementing custom transformers