Skip to content

Releases: K-FOSS/TS-ESNode

v1.3.7

12 May 22:27
Compare
Choose a tag to compare

1.3.7 (2020-05-12)

Bug Fixes

  • dot import: Fix import XYZ from '.' (#52) (19df585), closes #34

v1.3.6

12 May 21:56
Compare
Choose a tag to compare
v1.3.6 Pre-release
Pre-release

1.3.6 (2020-05-12)

Bug Fixes

  • dynamicInstantiate: works with pnpm (#45) (5c0fadf)

v1.3.5

05 Apr 16:17
Compare
Choose a tag to compare
v1.3.5 Pre-release
Pre-release

1.3.5 (2020-04-05)

Bug Fixes

  • resolve: Don't run findFiles if we can already see an extension. (b0e2b85)

v1.3.4

05 Apr 15:59
Compare
Choose a tag to compare
v1.3.4 Pre-release
Pre-release

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

30 Mar 20:24
Compare
Choose a tag to compare
v1.3.3 Pre-release
Pre-release

1.3.3 (2020-03-30)

Bug Fixes

  • Readd JS_EXTS to findFIles to allow for post build JS support (82b27c0)

v1.3.2

30 Mar 20:16
Compare
Choose a tag to compare
v1.3.2 Pre-release
Pre-release

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

28 Mar 18:21
Compare
Choose a tag to compare

1.3.1 (2020-03-28)

Bug Fixes

  • Release: Include updated package.json in Git (88f8b1a)

v1.3.0

28 Mar 18:17
Compare
Choose a tag to compare

1.3.0 (2020-03-28)

Features

  • Setup automated relases (508d2c0)

v1.2.2

28 Mar 17:56
Compare
Choose a tag to compare

1.2.2 (2020-03-28)

Bug Fixes

Version 1.2.1

16 Mar 18:11
4d48170
Compare
Choose a tag to compare

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