Major Changes:
- logMessages renamed to debug
- All single actions are now synchronous so you don’t have to await them
- All operations return some value
Minor Changes:
- Added tests with 100% coverage
- Refactored app to make it more maintainable, testable and approachable