Skip to content

1.3.0

Compare
Choose a tag to compare
@tfcporciuncula tfcporciuncula released this 22 Jul 14:07
· 65 commits to master since this release

There's two (small) breaking changes:

  • Now that we support nullability explicitly, ObjectPreference doesn't support nullables anymore. If you were taking advantage of that, you can switch to NullableObjectPreference by calling flowSharedPreferences.getNullableObject().
  • The Serializer interface isn't defined within ObjectPreference anymore, since ObjectPreference is internal now. Instead, it's a standalone interface with no particular namespace.