Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch-1 #242

Open
wants to merge 90 commits into
base: 4.0
Choose a base branch
from
Open

Patch-1 #242

wants to merge 90 commits into from

Commits on Apr 24, 2019

  1. Configuration menu
    Copy the full SHA
    edfb0ea View commit details
    Browse the repository at this point in the history
  2. Update changelog

    mosamer authored and freak4pc committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    ae1e4ca View commit details
    Browse the repository at this point in the history
  3. Address review comments

    mosamer authored and freak4pc committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    cb8a78a View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Change inputs type to AnyObserver<Input> (RxSwiftCommunity#193)

    * improve input tests
    
    Test that work factory is called with received inputs instead of testing that they are received on `inputs` subject
    
    * add test cases for input receiving terminating events
    
    * change `inputs` type to `AnyObserver<Input>`
    
    * drop `InputSubject`
    
    * Update changelog
    
    (cherry picked from commit d463ba9)
    mosamer authored and freak4pc committed May 1, 2019
    Configuration menu
    Copy the full SHA
    5e7fb77 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Configuration menu
    Copy the full SHA
    96f98bf View commit details
    Browse the repository at this point in the history
  2. Reverting version.

    LucianoPAlmeida authored and freak4pc committed May 2, 2019
    Configuration menu
    Copy the full SHA
    c7f28f4 View commit details
    Browse the repository at this point in the history
  3. From 4.0.0 on package

    LucianoPAlmeida authored and freak4pc committed May 2, 2019
    Configuration menu
    Copy the full SHA
    21a60f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e43b945 View commit details
    Browse the repository at this point in the history
  5. Updating to Rx 5.0

    LucianoPAlmeida authored and freak4pc committed May 2, 2019
    Configuration menu
    Copy the full SHA
    58335d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1509604 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc76625 View commit details
    Browse the repository at this point in the history
  8. Update all to 5.0

    LucianoPAlmeida authored and freak4pc committed May 2, 2019
    Configuration menu
    Copy the full SHA
    0847f64 View commit details
    Browse the repository at this point in the history
  9. Recorded.events()

    LucianoPAlmeida authored and freak4pc committed May 2, 2019
    Configuration menu
    Copy the full SHA
    5c6ec0b View commit details
    Browse the repository at this point in the history
  10. Xcode ctrl + i

    LucianoPAlmeida authored and freak4pc committed May 2, 2019
    Configuration menu
    Copy the full SHA
    27997ec View commit details
    Browse the repository at this point in the history
  11. Align with XCT...

    LucianoPAlmeida authored and freak4pc committed May 2, 2019
    Configuration menu
    Copy the full SHA
    d005532 View commit details
    Browse the repository at this point in the history
  12. Adjustments on identation

    LucianoPAlmeida authored and freak4pc committed May 2, 2019
    Configuration menu
    Copy the full SHA
    956e0e6 View commit details
    Browse the repository at this point in the history
  13. Action 4.0.0

    freak4pc committed May 2, 2019
    Configuration menu
    Copy the full SHA
    f656fec View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Remove RxAtomic references

    Sammy Gutiérrez authored and freak4pc committed May 6, 2019
    Configuration menu
    Copy the full SHA
    b1e1358 View commit details
    Browse the repository at this point in the history
  2. Use Swift 5 in project settings

    Sammy Gutiérrez authored and freak4pc committed May 6, 2019
    Configuration menu
    Copy the full SHA
    f821c32 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    Sammy Gutiérrez authored and freak4pc committed May 6, 2019
    Configuration menu
    Copy the full SHA
    cdade63 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Configuration menu
    Copy the full SHA
    e214481 View commit details
    Browse the repository at this point in the history
  2. Specs-Cleanup: Introduced func asString() -> String to get the desc…

    …ribing strings for `Optional` Types
    bobgodwinx committed May 9, 2019
    Configuration menu
    Copy the full SHA
    8730564 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f8254e View commit details
    Browse the repository at this point in the history
  4. Specs-Cleanup: extension PredicateResult to return an evaluationFai…

    …led PredicateResult and `isEqual`
    bobgodwinx committed May 9, 2019
    Configuration menu
    Copy the full SHA
    3ffcdca View commit details
    Browse the repository at this point in the history
  5. Specs-Cleanup: Added `public func match<T: Equatable>(_ expected: T) …

    …-> Predicate<T>` for general purpose matching
    bobgodwinx committed May 9, 2019
    Configuration menu
    Copy the full SHA
    251a1db View commit details
    Browse the repository at this point in the history
  6. Specs-Cleanup: Added `public func match<T>(_ expected: [Recorded<Even…

    …t<T>>]) -> Predicate<[Recorded<Event<T>>]> ` an Event Type matcher
    bobgodwinx committed May 9, 2019
    Configuration menu
    Copy the full SHA
    a6aeb78 View commit details
    Browse the repository at this point in the history
  7. Specs-Cleanup: Added `public func match<T, E: Error>(with expectedErr…

    …ors: [Recorded<Event<E>>]) -> Predicate<[Recorded<Event<T>>]>` for Error specific matching
    bobgodwinx committed May 9, 2019
    Configuration menu
    Copy the full SHA
    b8e2b51 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4eaea14 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5022210 View commit details
    Browse the repository at this point in the history
  10. Specs-Cleanup: Overhaul of ActionTests and dropped totally the use …

    …of `XCTAssert` in favor of `expect` grammer.
    bobgodwinx committed May 9, 2019
    Configuration menu
    Copy the full SHA
    0a6c898 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    92e338b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b33fb9e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    90453e9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7f651b3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    944ddcc View commit details
    Browse the repository at this point in the history
  16. Fix indent

    toshinarin committed May 9, 2019
    Configuration menu
    Copy the full SHA
    7ef5b9d View commit details
    Browse the repository at this point in the history
  17. Merge pull request RxSwiftCommunity#200 from toshinarin/remove-warnin…

    …g-of-demo
    
    Fix demo application warning
    ashfurrow authored May 9, 2019
    Configuration menu
    Copy the full SHA
    162a128 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Configuration menu
    Copy the full SHA
    5f358f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6463c0f View commit details
    Browse the repository at this point in the history
  3. Merge pull request RxSwiftCommunity#201 from bobgodwinx/rxblocking-re…

    …moval
    
    Rxblocking removal
    ashfurrow authored May 10, 2019
    Configuration menu
    Copy the full SHA
    7cb6b42 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. chore: add missing dependency

    sue71 committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    db54199 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Configuration menu
    Copy the full SHA
    0ebcb89 View commit details
    Browse the repository at this point in the history
  2. Merge pull request RxSwiftCommunity#211 from hamdshah/CocoapodsSwiftV…

    …ersionFix
    
    Swift version added to Podspec
    ashfurrow authored Oct 11, 2019
    Configuration menu
    Copy the full SHA
    6c3b71e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Add RxCocoa dependency for all non-test targets

    vladcorneci authored and Vlad-Mihai Corneci committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    4123b27 View commit details
    Browse the repository at this point in the history
  2. Merge pull request RxSwiftCommunity#209 from sue71/chore/fix-dependency

    chore: add missing dependency
    ashfurrow authored Oct 22, 2019
    Configuration menu
    Copy the full SHA
    31b532c View commit details
    Browse the repository at this point in the history
  3. Fixes merge conflict.

    ashfurrow committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    eb10d93 View commit details
    Browse the repository at this point in the history
  4. Merge pull request RxSwiftCommunity#212 from asaltvld30/master

    Add RxCocoa dependency for all non-test targets
    ashfurrow authored Oct 22, 2019
    Configuration menu
    Copy the full SHA
    b700460 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Update version in Readme.md

    I updated Action version of Carthage in Readme.md
    shocho0101 authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    b790334 View commit details
    Browse the repository at this point in the history
  2. Merge pull request RxSwiftCommunity#213 from shocho0101/patch-1

    Update version in Readme.md
    ashfurrow authored Feb 18, 2020
    Configuration menu
    Copy the full SHA
    3d5d586 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Update Readme.md (RxSwiftCommunity#215)

    Kristiyan Dobrev authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    d1d01df View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    1079e55 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Configuration menu
    Copy the full SHA
    c1bc214 View commit details
    Browse the repository at this point in the history
  2. Moves to iPhone 11.

    ashfurrow committed May 7, 2020
    Configuration menu
    Copy the full SHA
    60def54 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Configuration menu
    Copy the full SHA
    0551696 View commit details
    Browse the repository at this point in the history
  2. Merge pull request RxSwiftCommunity#220 from RxSwiftCommunity/fix-ci

    Updates Xcode to 11.3 on CI
    ashfurrow authored May 8, 2020
    Configuration menu
    Copy the full SHA
    7a42e05 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Update dependencies

    Econa77 authored and bobgodwinx committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    128f57b View commit details
    Browse the repository at this point in the history
  2. Fix link frameworks

    Econa77 authored and bobgodwinx committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    53c42b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Add support for RxSwift 6

    RxSwift 6 doesn't introduce any source-breaking changes that affect
    Action, so it's safe to extend our version compatibility to include both
    RxSwift 5 and 6.
    sharplet committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    ccce814 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Use Xcode 11.7 on CI

    sharplet committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    f26e79a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7688e52 View commit details
    Browse the repository at this point in the history
  3. Update to Nimble 9.0

    sharplet committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    8fd0019 View commit details
    Browse the repository at this point in the history
  4. Merge pull request RxSwiftCommunity#223 from sharplet/rxswift-6

    Add support for RxSwift 6
    ashfurrow authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    be8782f View commit details
    Browse the repository at this point in the history
  5. Version bump.

    ashfurrow committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    77a1aba View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    7c73f99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eeda6f5 View commit details
    Browse the repository at this point in the history
  3. Update Changelog.md

    Econa77 committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    ee90459 View commit details
    Browse the repository at this point in the history
  4. Merge pull request RxSwiftCommunity#226 from Econa77/feature/fix-ios-…

    …version
    
    Change iOS deployment target version
    ashfurrow authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    83ca376 View commit details
    Browse the repository at this point in the history
  5. Version bump.

    ashfurrow committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    21110e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    26f130e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7259350 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53eb0d7 View commit details
    Browse the repository at this point in the history
  4. breakRetainCycle: changelog

    nflahavan authored and bobgodwinx committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    2f2e1e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Fixing deprecated warnings

    replace 'catchError' with 'catch'
    TTOzzi committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    97c56a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Merge pull request RxSwiftCommunity#229 from TTOzzi/master

    Fixing deprecated warnings
    ashfurrow authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    2546b57 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Use GitHub Actions

    Econa77 committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    8a07a4f View commit details
    Browse the repository at this point in the history
  2. Fix matrix

    Econa77 committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    9a15277 View commit details
    Browse the repository at this point in the history
  3. Update Carthage.resolved

    Econa77 committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    e4f5e85 View commit details
    Browse the repository at this point in the history
  4. Fix macOS test build

    Econa77 committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    e587f4e View commit details
    Browse the repository at this point in the history
  5. Run test Action-macOS

    Econa77 committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    2f435d5 View commit details
    Browse the repository at this point in the history
  6. Remove circle.yml

    Econa77 committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    d2a8c36 View commit details
    Browse the repository at this point in the history
  7. Merge pull request RxSwiftCommunity#232 from Econa77/feature/migrate-…

    …github-actions
    
    Migrate CI from CircleCI to GitHub Actions
    ashfurrow authored Apr 14, 2021
    Configuration menu
    Copy the full SHA
    fa48f82 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2021

  1. Use relay

    funzin committed May 1, 2021
    Configuration menu
    Copy the full SHA
    75b4ca1 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    funzin committed May 1, 2021
    Configuration menu
    Copy the full SHA
    c880fac View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Merge pull request RxSwiftCommunity#234 from funzin/refactor

    Use PublishRelay instead of PublishSubject
    ashfurrow authored May 4, 2021
    Configuration menu
    Copy the full SHA
    7f03d52 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Filter out errors from CompletableAction.completions (RxSwiftCommun…

    …ity#236)
    
    * catching errors on CompletableAction completions
    
    * updated the changelog
    sdanny authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    ca75632 View commit details
    Browse the repository at this point in the history
  2. Version bump.

    ashfurrow committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    55f5da0 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Updates copyright year.

    ashfurrow committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    dd6c8b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb70698 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Merge pull request RxSwiftCommunity#238 from RxSwiftCommunity/freshen…

    …-up-docs
    
    Updates the docs
    ashfurrow authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    90259f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Update Changelog.md

    Donnadonnam authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    d896821 View commit details
    Browse the repository at this point in the history