Skip to content

Releases: guhungry/ios-photo-manipulator

v2.1.1

29 Mar 04:11
Compare
Choose a tag to compare

Add

  • UIImage.flip(): Add FlipMode.Both (Horizontal + Vertical) and FlipMode.None (Do nothing) (#6)

v2.1.0

27 Mar 16:00
Compare
Choose a tag to compare

Add

  • UIImage.flip(): Flip the image horizontally or vertically (#5)
  • UIImage.drawText(): Add support text rotation (#4)

v2.0.4

15 May 16:35
v2.0.4
d1c991d
Compare
Choose a tag to compare

Fix

UIImage.drawText(): Add support change font (72fb37f)

v2.0.3

15 May 15:00
v2.0.3
23ba210
Compare
Choose a tag to compare

Add

UIImage.drawText(): Add support change font (e02edf1)

v2.0.2

14 May 17:53
v2.0.2
fde725e
Compare
Choose a tag to compare

Fixes

UIImage. hasAlpha(): Remove swift lint warning (fde725e)

v2.0.1

01 Aug 18:47
v2.0.1
10b70a0
Compare
Choose a tag to compare

Fixes

File Utils: Don't crash when cannot get data from url (no internet, invalid url) (fd437ac)

v2.0.0

01 Aug 02:07
Compare
Choose a tag to compare

BREAKING CHANGE: Rewrite in Swift. Now Objective-C code need to import with @import WCPhotoManipulator;

v1.0.0

14 Sep 14:31
bb1a84a
Compare
Choose a tag to compare

Fix

  • [MimeUtils toExtension] always return .png

Internal

  • Add tests

v0.0.10

07 Sep 15:02
Compare
Choose a tag to compare

Change

  • Set project type to static instead of framework (React Native compatibility)

v0.0.9

07 Sep 15:03
Compare
Choose a tag to compare

Fix

  • Wrong tag format in podspec