| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2021-05-11 | 715 Bytes | |
| v0.6.0.tar.gz | 2021-05-11 | 38.1 MB | |
| v0.6.0.zip | 2021-05-11 | 38.4 MB | |
| Totals: 3 Items | 76.5 MB | 0 | |
Full changelog ⇒ v0.6.0
Added
- Promise resolver and promise result
- Convert a Value to a Function and invoke it. Thanks to @robfig
- Windows static binary. Thanks to @cleiner
- Setting/unsetting of V8 feature flags
- Register promise callbacks in Go. Thanks to @robfig
- Get Function from a template for a given context. Thanks to @robfig
Changed
- Upgrade to V8 9.0.257.18
Fixed
- Go GC attempting to free C memory (via finalizer) of values after an Isolate is disposed causes a panic