Releases: K-FOSS/TS-ESNode
Releases · K-FOSS/TS-ESNode
v1.3.7
1.3.7 (2020-05-12)
Bug Fixes
v1.3.6
1.3.6 (2020-05-12)
Bug Fixes
- dynamicInstantiate: works with pnpm (#45) (5c0fadf)
v1.3.5
1.3.5 (2020-04-05)
Bug Fixes
- resolve: Don't run findFiles if we can already see an extension. (b0e2b85)
v1.3.4
1.3.4 (2020-04-05)
Bug Fixes
- findFiles: Fix the discovery of files when a directory of partial name match occurs (2f108e2)
v1.3.3
1.3.3 (2020-03-30)
Bug Fixes
- Readd JS_EXTS to findFIles to allow for post build JS support (82b27c0)
v1.3.2
1.3.2 (2020-03-30)
Bug Fixes
- Resovler: Refactor resolver and module loader to prevent loading of URLs and already discovered javascript files (#28) (4825f19)
v1.3.1
1.3.1 (2020-03-28)
Bug Fixes
- Release: Include updated package.json in Git (88f8b1a)
v1.3.0
1.3.0 (2020-03-28)
Features
v1.2.2
1.2.2 (2020-03-28)
Bug Fixes
Version 1.2.1
This release fixes the issues with importing esmodule node_modules
.
I've cleaned up a large portion of the code.
I've created a proof of concept @K-FOSS/TS-ESWeb-POC that uses this along with the TypeScript compiler API to serve React TypeScript ESNext/ESModule files to the client/browser.
Added GitHub Actions for running the test/try example on every commit.
Add React SSR to the test/try test/example.
Few other things I'm likely forgetting