- Removed the
MappableCluster
protocol by adding theobjectForMapping
function intoMappable
and adding a default implementation in an extension making it an optional function - Created
MapContext
protocol which can be implemented by developers and used to pass information around during mapping. Pass theMapContext
object intoMapper
ininit
and the context will be available in the Map object (map.context
) during mapping. - Added
NSDecimalNumberTransform