Skip to content

Releases: yenom/Mew

v0.5.2

02 Oct 11:01
de4dcd5
Compare
Choose a tag to compare

Silence project configuration warnings for Xcode11

v0.5.1

17 Sep 04:12
Compare
Choose a tag to compare

Silence warnings

v0.5.0

16 Sep 18:34
0ce1c86
Compare
Choose a tag to compare
  • Injectable UIView can be registered/dequeued as UITableView/UICollectionView cells
  • Register/Dequeue Interface of CollectionViewCell and TableViewCell changed
- registerAsCollectionViewCell(on:)
- registerAsCollectionViewHeaderFooterView(on:)
- registerAsTableViewCell(on:)
- registerAsTableViewHeaderFooterView(on:)
- dequeueAsCollectionViewCell(from:)
- dequeueAsCollectionViewHeaderFooterView(from:)
- dequeueAsTableViewCell(from:)
- dequeueAsTableViewHeaderFooterView(from:)

v0.4.0

18 Jul 07:09
Compare
Choose a tag to compare
  • Update Swift 5.0

v0.3.2

26 Jun 09:17
Compare
Choose a tag to compare

Fix MewTests

v0.3.1

26 Jun 01:14
Compare
Choose a tag to compare

Add Environment

v0.3.0

23 Jun 00:59
Compare
Choose a tag to compare
  • Refactor protocols [Instantiatable, Injectable, Emittable, Interactable]
  • Fix TableViewCell dequeue methods