-
Notifications
You must be signed in to change notification settings - Fork 9
Status Update March 2020
Raghu Simha edited this page Apr 10, 2020
·
2 revisions
- Automated publication of GitHub releases and tagging of PRs.
- Bot to automatically invite contributors to the org
- Lazy builds for minified code
- Ability to build just the core runtime (
gulp [build|dist] --core_runtime_only
) - Module / no-module support for compilation toolchain
- New dev server with testable TS-based transforms (
gulp serve --new_server
)
- Network logging for E2E tests
- JSDoc based access control checks for source code
- Heartbeats for Sauce Labs runs
- WIP: Performance tests as part of CI