Migrate to Rollup.
Emit umd, minified umd, module, type declarations
and source maps.
Work around problems with Falcor by using
virtual module.
Migrate to Jest.
Run tests in with CommonJS modules becasue ES6
is not supported.
Work around dependency problems by bootstrap
to ensure they are not loaded during test.
Remove all unused dependencies.
Create state transition matrix to avoid
circular dependencies.
chore: tsc and rollup watch build
chore: incremental watch build
Remove unused dependencies.
chore: use existing type packages
chore: mock favicon
chore: improve watch build
chore: fix styles build
chore: specific commonjs build for tests
chore: reset spec files
refactor: explicit state transition matrix
chore: make src commands work
chore: working unit tests and lib
chore: add serve docs script
chore: remove unused bundle config
chore: refactor rollup config to avoid duplication
fix: falcor imports
fix: transition from source to target
Fixes#87Fixes#100Fixes#159Fixes#208
Use type checking so that no-unused-var and other options
that require type checking works.
Use separate tsconfig for docs to be able to specify files
included in docs independently.
Use RxJS animation frame class.
Remove unused lib type def overrides.
Ensure that @types from typedoc dev dependency
are not included in build.
Define property on mouse event because it is readonly.
Document all public classes and interfaces connected to the
node class.
Remove unused properties from sequence class.
Include node and related classes and interfaces in docs build.
Improve viewer class docs.