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

Changelog History
Page 4

  • v0.4-beta1 Changes

    • AsyncNinja was split into multiple modules
    • ๐Ÿšš previously deprecated Pipe was removed: use Channel with iterators instead
    • making key-value observing channel added
  • v0.3.7 Changes

    • ๐Ÿ›  fix: cancellation check in convenience methods of URLSession
    • ๐Ÿ“š a bit of documentation about Cache added
    • more convincing readme
  • v0.3.6 Changes

    • ๐Ÿ›  fix: Channel can callback on onUpdate two times for first update
    • ๐Ÿ›  fix: non-contextual on<Event> assertion failure
  • v0.3.5 Changes

    • ๐Ÿ‘ better readme and documentation
    • 0๏ธโƒฃ default buffer size of Producer changed to 1
  • v0.3.4 Changes

    • ๐Ÿ‘ better documentation
    • โž• adding implicit documentation
    • ๐Ÿ›  fixes of flaky tests
    • ๐Ÿ—„ deprecating Pipe: use Channel with iterators instead
  • v0.3.3 Changes

    • ๐Ÿ‘Œ support of CocoaPods added
    • travis integration
    • ๐Ÿ‘ better documentation
    • ๐Ÿ›  fixes of flaky tests
    • ๐Ÿ›  fixing poorly named methods
  • v0.3.2 Changes

    • ๐Ÿ‘ better documentation
    • improving methods that defer
    • improving methods that flatten
    • non-contextual on<Event> methods added to Future and Channel
  • v0.3.1 Changes

    • ConstantChannel (implementation of Channel with predefined values) disabled
    • more convenience methods
    • โœ… more tests
  • v0.3 Changes

    • Channel
      • non-draft
      • buffering (our solution for hot/cold channels)
      • synchronous iteration
    • ๐Ÿšš InfiniteChannel removed
    • Cache (draft)
    • ๐ŸŽ performance improvements
    • โœ… more tests
  • v0.2 Changes

    • Pipe [draft] primitive added
    • ๐Ÿ“‡ renamed primitives
      • Channel -> InfiniteChannel
      • FiniteChannel -> Channel
    • pore transformers
    • ๐ŸŽ performance improvements
    • ๐Ÿ›  primitives lifetime fixes
    • โœ… more tests