Releases: pwittchen/prefser
Releases · pwittchen/prefser
2.2.3-rx2
- updated project dependencies
2.2.1-rx2
- Updated project dependencies
- RxJava -> 2.1.8
- Truth -> 0.3.7
- Updated Gradle to 3.1
2.2.0-rx2
- 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
- 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
- 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
- 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
- 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
- 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
- bumped Gson dependency to v. 2.5
- bumped RxJava dependency to v. 1.1.0
- bumped Google Truth test dependency to v. 0.27