Releases: canyener/social-me-die-client
Releases · canyener/social-me-die-client
v0.5.0
overview
Store implementation is finally over. All Activity data and actions are now stored in a mobx store.
improvements and changes
- Implements a mobx store to manage state of "activities".
- Since all props and data are moved to mobx store, components now are much cleaner.
- Many test cases are ignored in this release because of #194 , no worries they'll be back soon. 🚀
v0.4.0
overview
This release is the last one before a state management system implementation.
improvements and changes
- Implements basic CRUD backend functionality to app. All requests are persistent now.
- Implements Loading indicators.
- Implements agent.ts to isolate axios operations.