LlamaKit v0.6.0 Release Notes
Release Date: 2015-02-18 // about 10 years ago-
๐ This version supports Swift 1.2 (but is incompatible with Swift 1.1).
Previous changes from v0.5.0
-
Result
is no longer restricted toNSError
. You can create aResult
parameterized to any error type you like. This makesResult
equivalent toEither
with more obvious naming conventions (and the success case comes first in the type list).๐ This release is likely close to feature-complete on
Result
, and may eventually be considered the "production" version once others have played with it for a while.