buzz 0.1.1 buzz: ^0.1.1 copied to clipboard
An opinionated scalable framework for modern mobile apps
0.1.1 (2023-09-20) #
Features #
- add framework ff clone base classes (f8634f4)
0.1.0 (2022-10-28) #
Bug Fixes #
- buzz yml format (97783f3)
- dry-run package warnings (113a1ab)
- missing readme file version update (4e867a4)
Features #
- add app main modules and pages (15d08df)
- add auth module with supabase (e29c96d)
- add finished trivia page variant (ac818a9)
- add initial status view file (58ccdd8)
- add new trivia page (1c0d1b4)
- add started view file (b72b7aa)
- add status view different from page (c64279a)
- add supabase and dotenv (5244e74)
- add trivia page status view variants (2477420)
- add trivia page view components (6a973b3)
- delete buzz_ui package (e5fd9c0)
- improve join link view (db9fd43)
- improve join module (862c6bf)
- improve trivia data view (0092b3e)
- improve trivia data view (7e09d8e)
- init docs page (658cc34)
- initial buzz yml app spec (e746da7)
- move in memory store to core package (f5115a1)
- new home page (7cc5be1)
- redo main lib api (f8079cf)
- start example project improve (6f427f1)
- update example app with events dashboard (6a5dcef)
BREAKING CHANGES #
- buzz_ui package was unnecessary now that the base API lib exposes an events dashboard page
- Buzz dependency injection was changed. Minor upgrades to lib and example infra
- Main Buzz interface was completely changed.
0.0.6 (2022-08-21) #
0.0.5 (2022-08-06) #
Features #
- add navigate back to command logic (35fd9a8)
0.0.4 (2022-08-06) #
Features #
- add data registries (230e390)
0.0.3 (2022-08-05) #
Features #
- add event bus visible for testing properties (214867a)
0.0.2 (2022-08-03) #
Bug Fixes #
- allow generic types on event handlers (3c0b41d)