All Versions
15
Latest Version
Avg Release Cycle
90 days
Latest Release
2698 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.3.8 Changes
December 01, 2017 -
v0.3.7 Changes
November 30, 2017 -
v0.3.6 Changes
May 15, 2017๐ Fixes
- Disable code flow instrumentation build setting (
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS
)
- Disable code flow instrumentation build setting (
-
v0.3.5 Changes
January 12, 2017๐ Fixes
- Speed up theme source observation with deep source directories and theme hierarchies (#91)
-
v0.3.4 Changes
October 19, 2016 -
v0.3.3 Changes
September 04, 2016 -
v0.3.2 Changes
March 25, 2016 -
v0.3.1 Changes
January 13, 2016๐ Features
- The Motif CLI now uses nullability annotations and modular imports in generated Objective-C symbols files (#76)
-
v0.3.0 Changes
January 12, 2016๐ 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)
๐ Fixes
- Migrates to
-
v0.2.1 Changes
September 17, 2015