Releases: TooTallNate/node-degenerator
Releases · TooTallNate/node-degenerator
3.0.4
Patches
- Update VM2 to 3.9.17: #25
Credits
Huge thanks to @zakuru for helping!
3.0.3
Patches
- Remove
options
from README docs: 8de9c7d
- [Security] Bump vm2 to 3.9.11: #17
Credits
Huge thanks to @whrazer for helping!
3.0.0
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
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
Patches
- Fix passing arguments to converted generator function: 3aa6caa
- Include
returnName
in error message: 1da95f5
2.1.3
Patches
- Fix regular sync functions into async: 66f0229
2.1.2
Patches
- Drop
co
, make non-Promises yieldable: b22b58f
2.1.1
Patches
- Allow
vm
script options in compile()
: 3211594