Release 6.0
Release 6.0 of alt-seven provides a significant update from previous versions. From the release notes:
-
Adds a new client-side URL router module, a7.router.
- Module is based on url-router, a Trie-based router by Jiang Fengmeng, https://github.com/jiangfengming/url-router
- Allows for bookmarking, back button functionality
-
a7.remote login and logout built-in methods now accept success and failure parameters which may be functions, router paths, or event names.
-
Addition of test package in NodeJS.
-
Router functionality is demonstrated in the Template Literals example app.
-
Release is considered initial beta and may change in functionality.