Breaking changes are in bold.
Detailed diff can be found on GitHub.
- Macroid is now packaged in AAR
- ExtraTweaks were refactored into
TextTweaks
,ImageTweaks
, etc macroid.util.Ui
is nowmacroid.Ui
for consistency withmacroid.Tweak
,macroid.Snail
, etc- When applying
Future[Tweak[View]]
, completed futures are now handled in-place (inspired by scala/async#73) - Added
RuleRelativeLayout
to work withRelativeLayout
#24 TextTweaks.medium
andTextTweaks.large
no longer affect style/color of the text- Many new tweaks were added to
macroid.contrib
Detailed diff can be found on GitHub.