Skip to content

Releases: j-u-p-iter/repl

v1.1.0

20 Feb 14:43

Choose a tag to compare

1.1.0 (2021-02-20)

Features

  • Repl: adds support for the top level await (998be23)

v1.0.3

20 Feb 05:47

Choose a tag to compare

1.0.3 (2021-02-20)

Bug Fixes

  • package.json: cleans up scripts section (25a4af5)

v1.0.2

18 Feb 07:00

Choose a tag to compare

1.0.2 (2021-02-18)

Bug Fixes

  • Repl: calls vm.runInThisContext with await and handles errors properly (b2a0628)

v1.0.1

14 Feb 11:54

Choose a tag to compare

1.0.1 (2021-02-14)

Bug Fixes

  • package.json: fixes dependencies (a781c7b)

v1.0.0

14 Feb 11:40

Choose a tag to compare

1.0.0 (2021-02-14)

Bug Fixes

  • package.json: adds back correct version (a708bcb)
  • travis.yml: runs only lint script on the validate step (75eb822)

Features

  • custom repl: initial commit (adefd88)
  • Repl: adds some changes (1148c92)
  • Repl: adds TSCompiler and ability to add custom methods. (f5d5e90)