All Versions
41
Latest Version
Avg Release Cycle
71 days
Latest Release
1850 days ago

Changelog History
Page 3

  • v1.0.0-beta Changes

    • major renaming has been done. Using more consistent names
  • v0.4.5 Changes

    • โž• adding 5 various behaviors to flatMap that transforms update to future
    • โž• adding descriptions (CustomStringConvertible, CustomDebugStringConvertible) for Channel, Future, Fallible, Either
    • โœ… introducing multirun tests in order to fix flaky tests
    • Channel is now Sequence
    • ๐Ÿ›  fixes of Channel
  • v0.4.4 Changes

    • ๐Ÿ›  fixing issues in ReleasePool and Channel
    • improving performace
  • v0.4.3 Changes

    • ๐Ÿ›  fixing code style
    • โž• adding reduce(::) method to channel
    • convenience method for leaving group
    • ๐Ÿ›  fixing asyncMaps and improving tests
    • ๐Ÿ›  fixing compatibility with current swift master
  • v0.4.2 Changes

    • taking advantage of ability to make derived serial executor in order to avoid using locks
    • operations on channels added: first(where:), last(where:), zip(_:, _:)
    • ๐Ÿ›  fixing rare issue that could cause early releases of instances that depend on futures and channels
  • v0.4.1 Changes

    • putting back xcodeproj
    • ๐Ÿ›  fixing documentation references
  • v0.4.0 Changes

    • ๐Ÿ“š documentation improved
    • zip of fallibles added
    • ๐Ÿ”€ operation on channels: merge, sample, debounce
    • ๐Ÿ‘ better tests
  • v0.4.0-beta4 Changes

    • โœ… improving unit tests
    • ๐Ÿ›  fixing edge cases of memory management
    • ๐Ÿ“š documentation improvements
  • v0.4.0-beta3 Changes

    • โšก๏ธ ActionChannels to NSControl and UIControl that catch actions and treat them as update values
    • ๐ŸŽ turning down performance tests
    • ๐Ÿ›  fixing critical issues of lifetime of Futures and Channels
  • v0.4-beta2 Changes

    • AsyncNinja was turned back to a single module structure: no need for objc any more