9 Commits

Author SHA1 Message Date
Oscar Lorentzon
2eed0b3c9f chore: specify published files
Move types to dependencies for clarity.
Add advisory engines field.
2021-03-27 13:59:56 +01:00
Oscar Lorentzon
b562a0b06c chore: build with rollup
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 #87
Fixes #100
Fixes #159
Fixes #208
2021-03-15 11:23:22 +01:00
Oscar Lorentzon
d2f94dec70 chore: main branch rename 2021-02-24 11:03:46 +01:00
Oscar Lorentzon
151abd575c chore: add docker file and dev guide
Fixes #293
2021-01-20 08:12:35 +01:00
Oscar Lorentzon
cf65b0b2f5 docs: update contribution guide
Simplify contribution guide and add CLA.
Remove run keyword from yarn commands.
2020-11-26 15:41:27 +01:00
Oscar Lorentzon
92686fc3fb chore: add specific doc landing page
Adjust docs landing page to include only relevant
parts of readme.
Add favicon and footer legal info.
2020-11-13 22:54:50 +01:00
Oscar Lorentzon
955d062648 chore: update information files
Update Code of Conduct and License files.
Add PR template and empty changelog.
Update links in readme.
Remove unused files.
2020-11-13 19:35:35 +01:00
Oscar Lorentzon
aeb39dc098 chore: add github action ci badge 2020-11-11 19:40:01 +01:00
Oscar Lorentzon
a05d7ad343 chore: add github workflow for ci 2020-11-11 19:19:10 +01:00