Skip to content

Releases: pwittchen/prefser

2.2.3-rx2

10 Aug 22:15
ba164e1
Compare
Choose a tag to compare
  • updated project dependencies

2.2.2-rx2

29 Jan 10:49
7dc7f98
Compare
Choose a tag to compare

2.2.1-rx2

03 Jan 22:25
5e92c83
Compare
Choose a tag to compare
  • Updated project dependencies
    • RxJava -> 2.1.8
    • Truth -> 0.3.7
  • Updated Gradle to 3.1

2.2.0-rx2

08 Dec 16:25
3f17eb3
Compare
Choose a tag to compare
  • Allow to pass custom instance of Gson object - PR #123
  • Updated project dependencies
    • RxJava -> 2.1.7
    • Gson -> 2.8.2
    • Support Annotations -> 27.0.2
    • AppCompat v7 -> 27.0.2
    • Truth -> 0.36
    • Mockito Core -> 2.13.0
  • Updated Gradle to 3.0

2.1.0-rx2

19 Jun 13:14
Compare
Choose a tag to compare
  • migrated project to RxJava2.x on RxJava2.x branch
  • kept backward compatibility with RxJava.x or RxJava1.x branch
  • removed master branch from the Git repository
  • updated project dependencies
  • updated project samples
  • updated documentation

2.1.0

19 Jun 13:14
Compare
Choose a tag to compare
  • migrated project to RxJava2.x on RxJava2.x branch
  • kept backward compatibility with RxJava.x or RxJava1.x branch
  • removed master branch from the Git repository
  • updated project dependencies
  • updated project samples
  • updated documentation

2.0.7

25 May 21:05
Compare
Choose a tag to compare
  • updated dependencies
  • updated Gradle configuration
  • migrated unit tests to Robolectric
  • started executing unit tests on Travis CI
  • added integration with codecov.io and coverage report
  • extracted code related to accessors from the Prefser class (refactoring library internals) #109

2.0.6

30 Jul 19:04
Compare
Choose a tag to compare
  • bumped RxJava to v. 1.1.8
  • bumped Gson to 2.7
  • bumped Truth to 0.28
  • updated dependencies in sample apps

2.0.5

28 Dec 14:08
Compare
Choose a tag to compare
  • improved error checking in put(...) method
  • added missing annotations to some tests and reorganized tests
  • added missing license info to some classes
  • bumped RxAndroid version in README.md file

2.0.4

13 Dec 17:41
Compare
Choose a tag to compare
  • bumped Gson dependency to v. 2.5
  • bumped RxJava dependency to v. 1.1.0
  • bumped Google Truth test dependency to v. 0.27