You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Teller began over 2 years ago. I created it to add offline support for an app that I was building at the time for an app I was building. Since then, the project has matured with improvements here and there as I add it to more and more production apps of mine.
Teller has been very experimental for years. The more that I used it, the more that I learned about how to build offline apps.
The day has finally arrived. Teller is ready to become stable. It's ready for it's next major upgrade.
Tasks planned for Teller v1.0
Improve the API. Teller has great features built-in but there is so much boilerplate! Time to remove that. No more having to subclass a repository protocol to create a TellerRepository.
Improved management over the age of the cache. If you have an app that is installed for 2 years on someone's phone, you have the possibility that the cache could grow to hundreds of megabytes or more! Teller does not help you delete cache that is super old. Teller will help you with this.
Improved testing. Testing for Teller is not bad, but it could be more simple, I think. Let's see if this can be improved. Maybe it can't but let's try!
I'm excited. I am not sure when this will be complete so stay tuned. I am also making big, stable changes to my other library to help build offline capable apps, Wendy.
The text was updated successfully, but these errors were encountered:
Teller began over 2 years ago. I created it to add offline support for an app that I was building at the time for an app I was building. Since then, the project has matured with improvements here and there as I add it to more and more production apps of mine.
Teller has been very experimental for years. The more that I used it, the more that I learned about how to build offline apps.
The day has finally arrived. Teller is ready to become stable. It's ready for it's next major upgrade.
Tasks planned for Teller v1.0
Improve the API. Teller has great features built-in but there is so much boilerplate! Time to remove that. No more having to subclass a repository protocol to create a
TellerRepository
.Improved management over the age of the cache. If you have an app that is installed for 2 years on someone's phone, you have the possibility that the cache could grow to hundreds of megabytes or more! Teller does not help you delete cache that is super old. Teller will help you with this.
Improved testing. Testing for Teller is not bad, but it could be more simple, I think. Let's see if this can be improved. Maybe it can't but let's try!
I'm excited. I am not sure when this will be complete so stay tuned. I am also making big, stable changes to my other library to help build offline capable apps, Wendy.
The text was updated successfully, but these errors were encountered: