Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 633 Bytes

CHANGELOG.md

File metadata and controls

25 lines (18 loc) · 633 Bytes

Change Log

All notable changes to this project will be documented in this file. CompositionalLayoutDSL adheres to Semantic Versioning.

[Unreleased]

[0.1.0] - 2022-02-28Z

Created

Classes

  • ImageCacheMocker

Structures

  • ImageProvider

Extensions

  • ImageProvider.sizeImageProvider
  • ImageProvider.ratioImageProvider
  • ImageProvider.bundleImageProvider(bundlesWithIdentifiers:)

External extensions

  • URL.imageMock(forWidth: Double, height: Double)
  • URL.imageMock(withRatio ratio: Double)
  • URL.imageMock(named imageName: String, inBundleID bundleID: String)