Skip to content

v0.1.0

Choose a tag to compare

@Yama-Roni Yama-Roni released this 09 Sep 08:59
· 2 commits to main since this release

0.1.0

  • Lifecycle callbacks - Added onBeforeRefresh and onAfterRefresh callbacks with flexible sync/async support
  • Concurrency control - Added RefreshConcurrency enum to control future execution (sequential/concurrent)
  • Sequential execution - New option to execute multiple futures one after another (now default behavior)
  • Enhanced documentation - Comprehensive examples for lifecycle callbacks and concurrency modes
  • Improved examples - Updated example app with better UI and clearer demonstrations