Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

0.1.0

Compare
Choose a tag to compare
@timtraversy timtraversy released this 23 Mar 20:51
· 49 commits to master since this release
420563c

Breaking changes

  • VersionStatus can no longer be directly instantiated by the user.
  • Migrated to null-safety, so certain fields are now final or non-null, which may break your code.

Non-breaking changes

  • canUpdate now checks that the local version is smaller than the store version, not just that it is unequal.