Teller v0.0.1 Release Notes

Release Date: 2018-05-21 // almost 5 years ago
  • [0.0.1] - 2018-05-21

    🚀 First release of Teller!

    ➕ Added

    • LocalRepository for saving and querying locally cached data.
    • OnlineRepository for saving, querying, and fetching remote data that is cached locally.
    • 🔀 Teller.shared.sync() to sync a list of OnlineRepository instances at once.
    • ✅ Example Android app to show how to use Teller and, for now until tests are written, to test Teller.
    • 📚 README.md documentation on status of project and how to use it.