All Versions
10
Latest Version
Avg Release Cycle
95 days
Latest Release
1497 days ago

Changelog History

  • v1.1.2 Changes

    March 21, 2020
    • ๐Ÿš€ #53: First release with automatic releasing
    • โšก๏ธ #52: Tooling update, Dependency on livedata:2.2.0 now

    Kotlin users:

    testImplementation 'com.jraska.livedata:testing-ktx:1.1.2'
    

    Java users:

    testImplementation 'com.jraska.livedata:testing:1.1.2'
    
  • v1.1.1 Changes

    October 27, 2019

    ๐Ÿ”„ Changes

    โœ… #46: Adding simple check for null value
    โšก๏ธ #48: Update used dependencies of Kotlin and Android Architecture components

    Kotlin users:

    testImplementation 'com.jraska.livedata:testing-ktx:1.1.1'
    

    Java users:

    testImplementation 'com.jraska.livedata:testing:1.1.1'
    
  • v1.1.0 Changes

    March 05, 2019

    ๐Ÿ”„ Changes

    โœ… #36: Adding Hook for on changed value
    โœ… #40: Adding assertion to all values received by TestObserver
    โœ… #41: Better error message for TestObserver.assertValue(predicate)

    Kotlin users:

    testImplementation 'com.jraska.livedata:testing-ktx:1.1.0'
    

    Java users:

    testImplementation 'com.jraska.livedata:testing:1.1.0'
    
  • v1.0.0 Changes

    January 12, 2019

    API is now stable and will be maintained.

    โœ… #30: Improved docs
    ๐Ÿšš #31: Remove deprecated dispose() method

    Kotlin users:

    testImplementation 'com.jraska.livedata:testing-ktx:1.0.0'
    

    Java users:

    testImplementation 'com.jraska.livedata:testing:1.0.0'
    
  • v0.6.0 Changes

    December 12, 2018

    โœ… #27: Add map operator for complex data structures assertions.

    testImplementation 'com.jraska.livedata:testing:0.6.0'
    testImplementation 'com.jraska.livedata:testing-ktx:0.6.0' // If you are Kotlin positive
    
  • v0.5.0 Changes

    November 26, 2018

    โœ… #23 : Adding TestLifecycle to test LiveData with lifecycle changes

    testImplementation 'com.jraska.livedata:testing:0.5.0'
    testImplementation 'com.jraska.livedata:testing-ktx:0.5.0' // If you are Kotlin positive
    
  • v0.4.0 Changes

    November 18, 2018

    โœ… #19: Awaiting methods for multithreading

    testImplementation 'com.jraska.livedata:testing:0.4.0'
    testImplementation 'com.jraska.livedata:testing-ktx:0.4.0' // If you are Kotlin positive
    
  • v0.3.0 Changes

    August 26, 2018

    โœ… Done #14: Using androidx namespace now

    testImplementation 'com.jraska.livedata:testing:0.3.0'
    testImplementation 'com.jraska.livedata:testing-ktx:0.3.0' // If you are Kotlin positive
    
  • v0.2.1 Changes

    January 12, 2019

    ๐Ÿš€ Compatibility release for users not using yet androidx package

  • v0.2.0 Changes

    July 22, 2018

    ๐Ÿ”– Version 0.2.0

    • ๐ŸŽ‰ Initial release

      testImplementation 'com.jraska.livedata:testing:0.2.0'testImplementation 'com.jraska.livedata:testing-ktx:0.2.0' // If you are Kotlin positive