- Add iPhone X support.
- Add
getDynamicImageName:
function. - Add
getDynamicImageName:size:
function.
- Add Carthage support.
- Add storyboard support with an UIImageView extension.
- Add availability information on functions.
- Add custom bundle support.
- Improve Swift support.
- Improve unit tests and code coverage.
- README: add information about new iPad Pro (9.7 inch) and iPhone SE
- The function
dynamicImageNamed:
is no more public. - Add support for iPad Pro.
- Add support for iPhone 6 Plus in Zoomed mode. Thanks @waywalker
- Minor improvement when the image filename contains more than one dot. Thanks @jzblog
- The
accessibilityIdentifier
of the returned image is now always set to the asset filename. - Update test resources.
- And now with 49 unit tests !