Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Releases: TooTallNate/node-degenerator

3.0.4

23 Apr 07:47
Compare
Choose a tag to compare

Patches

  • Update VM2 to 3.9.17: #25

Credits

Huge thanks to @zakuru for helping!

3.0.3

03 Apr 22:10
Compare
Choose a tag to compare

Patches

  • Remove options from README docs: 8de9c7d
  • [Security] Bump vm2 to 3.9.11: #17

Credits

Huge thanks to @whrazer for helping!

3.0.2

17 Feb 06:13
Compare
Choose a tag to compare

Patches

3.0.1

12 Jul 21:42
Compare
Choose a tag to compare

Patches

3.0.0

12 Jul 21:58
Compare
Choose a tag to compare

Major Changes

  • Remove "generator" output mode: #12
  • Use vm2 module to prevent privilege escalation of untrusted code: #11

Minor Changes

  • Add any default return type to compile(): e0b9fc8

2.2.0

05 Feb 02:38
Compare
Choose a tag to compare

Minor Changes

  • Update @types/node to v12.12.17: 9835e04
  • Update typescript to v3.7.3: b9cbd26
  • Make CompileOptions be an interface: ffe0931
  • More strict "output" type: 1fc0f45
  • Export supportsAsync: d56395c
  • toString() contains the compiled code for "generator" mode: d5bea60
  • Update "description": 9c8d43a

Patches

2.1.4

19 Oct 00:51
Compare
Choose a tag to compare

Patches

  • Fix passing arguments to converted generator function: 3aa6caa
  • Include returnName in error message: 1da95f5

2.1.3

18 Oct 22:16
Compare
Choose a tag to compare

Patches

  • Fix regular sync functions into async: 66f0229

2.1.2

18 Oct 21:54
Compare
Choose a tag to compare

Patches

  • Drop co, make non-Promises yieldable: b22b58f

2.1.1

19 Oct 00:52
Compare
Choose a tag to compare

Patches

  • Allow vm script options in compile(): 3211594