Skip to content

Releases: jraska/livedata-testing

1.3.0

14 Nov 22:08
0864dae
Compare
Choose a tag to compare

What's Changed

  • Maintenance update, no new features, only dependency bumps
  • Kotlin version is now 1.7.21
  • #142 Target Android 13

Full Changelog: 1.2.0...1.3.0

Dependencies

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

1.2.0

25 May 23:53
cdea410
Compare
Choose a tag to compare
  • #78 Migration to Maven Central

Kotlin:

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

Java:

testImplementation 'com.jraska.livedata:testing:1.2.0'

1.1.2

21 Mar 21:18
5e2bbda
Compare
Choose a tag to compare
  • #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'

1.1.1

27 Oct 11:25
9540b6b
Compare
Choose a tag to compare

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'

1.1.0

05 Mar 23:16
dc7d7a5
Compare
Choose a tag to compare

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'

1.0.0

12 Jan 13:22
3a4de0e
Compare
Choose a tag to compare

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'

0.2.1

12 Jan 13:12
Compare
Choose a tag to compare

Compatibility release for users not using yet androidx package

0.6.0

12 Dec 21:10
325394f
Compare
Choose a tag to compare

#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

0.5.0

26 Nov 23:06
f1914d6
Compare
Choose a tag to compare

#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

0.4.0

18 Nov 15:58
59dd0e6
Compare
Choose a tag to compare

#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