LlamaKit v0.6.0 Release Notes

Release Date: 2015-02-18 // about 9 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 to NSError. You can create a Result parameterized to any error type you like. This makes Result equivalent to Either 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.