Skip to content

Releases: K-FOSS/TS-ESNode

v2.0.3

12 Mar 22:49
Compare
Choose a tag to compare

Please see changelog file, semantic release fucked up due to old GH Tokens

v2.0.2

08 Feb 23:40
Compare
Choose a tag to compare

2.0.2 (2021-02-08)

Bug Fixes

v2.0.1

08 Feb 23:08
Compare
Choose a tag to compare

2.0.1 (2021-02-08)

Bug Fixes

  • deps: Remove winston from production deps (#223) (2eca2dc)

v2.0.0

08 Feb 20:11
Compare
Choose a tag to compare

2.0.0 (2021-02-08)

Bug Fixes

  • Actions: Fix Test action on Release Workflow (082e58b)
  • duplicated-defaults-keys: Fix Duplicated Default Keys Assigned via Object.assigbn (#217) (5d819ce)

BREAKING CHANGES

  • duplicated-defaults-keys: This is potentially a major change, I'm uncertain if any modules or current projects actually rely upon this "bug" Please create an issue if anything is broken after this release.

v1.7.0

15 Sep 18:36
Compare
Choose a tag to compare

1.7.0 (2020-09-15)

Features

v1.6.0

27 May 21:56
Compare
Choose a tag to compare

1.6.0 (2020-05-27)

Features

  • TS_CONFIG_PATH: TS_CONFIG_PATH environment variable for forcing tsconfig loading (#64) (5885d2e)

v1.5.1

27 May 16:45
Compare
Choose a tag to compare

1.5.1 (2020-05-27)

Bug Fixes

v1.5.0

26 May 18:08
Compare
Choose a tag to compare

1.5.0 (2020-05-26)

Features

  • paths: Allow usage of TSConfig Paths (#76) (6e2f6af)

v1.4.1

14 May 13:55
Compare
Choose a tag to compare

1.4.1 (2020-05-14)

Bug Fixes

  • dynamicInstantiate: works on Windows (7a98c38), closes #39

v1.4.0

12 May 22:41
Compare
Choose a tag to compare

1.4.0 (2020-05-12)

Features

Reverts

  • Revert "chore(branches): Setup Next branch" (b3a2345)
  • Revert "fix(Resovler): Refactor resolver and module loader to prevent loading of URLs and already discovered javascript files (#28)" (2aa2df8), closes #28
  • Revert "refactor: Remove Node 13.7/13.8 from supported versions" (c0916b6)
  • Revert "chore(release): 1.3.2 [skip ci]" (e112a8d)
  • Revert "fix: Readd JS_EXTS to findFIles to allow for post build JS support" (ed01c06)
  • Revert "chore(release): 1.3.3 [skip ci]" (2e29ee2)
  • Revert "chore(deps-dev): bump @types/node from 13.9.5 to 13.9.8 (#29)" (06561dc), closes #29
  • Revert "chore(deps-dev): bump @types/node from 13.9.8 to 13.11.0 (#30)" (8050e6e), closes #30
  • Revert "tests(Similar Folder): Add a test for similar folder names when searching for a file (should fail currently)" (aa94c10)
  • Revert "fix(findFiles): Fix the discovery of files when a directory of partial name match occurs" (f51c084)
  • Revert "chore(release): 1.3.4 [skip ci]" (fa25197)
  • Revert "fix(resolve): Don't run findFiles if we can already see an extension." (3050146)
  • Revert "chore(release): 1.3.5 [skip ci]" (044da67)
  • Revert "chore(deps-dev): bump @types/node from 13.11.0 to 13.11.1 (#35)" (1b9eae8), closes #35
  • Revert "chore(deps-dev): bump prettier from 2.0.2 to 2.0.4 (#33)" (9d37c8f), closes #33
  • Revert "chore(deps-dev): bump typescript from 3.8.3 to 3.9.2 (#50)" (f962acf), closes #50
  • Revert "chore(deps-dev): bump conventional-changelog-conventionalcommits (#49)" (e6a4d8f), closes #49
  • Revert "fix(dynamicInstantiate): works with pnpm (#45)" (4a92673), closes #45
  • Revert "chore(release): 1.3.6 [skip ci]" (a461c3b)
  • Revert "chore(deps-dev): bump prettier from 2.0.4 to 2.0.5 (#41)" (c5613ca), closes #41
  • Revert "chore(deps-dev): bump semantic-release from 17.0.4 to 17.0.7 (#42)" (1d6a63d), closes #42
  • Revert "fix(dot import): Fix import XYZ from '.' (#52)" (33612d1), closes #52
  • Revert "release 1.3.6 (#31)" (db72a3f), closes #31