This repository has been archived by the owner on Jan 18, 2022. It is now read-only.
Releases: erichoracek/Motif
Releases · erichoracek/Motif
0.3.8
0.3.7
0.3.6
Fixes
- Disable code flow instrumentation build setting (
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS
)
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
Features
- Migrates to
NSError
s to communicate theme application failure in place of runtime exceptions.applyClassWithName:toObject:
is nowapplyClassWithName:to:error:
and applier blocks and value transformers are expected to populate a pass-by-referenceNSError
in the case of failure. (#67) - Applying the same theme class twice in a row does not perform the work of applying twice. This is helpful in the context of reusable views where performance is critical. (#70)
- Adds support for Swift symbol output from the Motif CLI by passing the
-s
or--swift
flag. (#56) - Fixes a logic error that could cause the Motif CLI to display an error when there wasn't one when generating theme files. (#57)
- Adds annotations for Obj-C lightweight generics. (#60)
- Removes Example project's dependency on Masonry in place of
UIStackView
. (#61)