Skip to content

0.4.0

Compare
Choose a tag to compare
@morrelinko morrelinko released this 20 Feb 12:40
· 38 commits to master since this release
  • Added upload() method with a cleaner api for uploading
  • Added UrlSource implementation for uploading photo from url sources
  • Added MemoryStorage implementation for saving image to memory
  • Added MemoryDataStore implementation for persisting photo details in memory
  • Added 'file_size' to details stored in data store
  • Deprecated uploadFrom() method
  • Updated data store schema
  • Consistent setup across storage