| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-01-19 | 2.0 kB | |
| v0.8.0.tar.gz | 2023-01-19 | 71.4 MB | |
| v0.8.0.zip | 2023-01-19 | 71.6 MB | |
| Totals: 3 Items | 143.0 MB | 0 | |
Full changelog ⇒ v0.8.0
What's Changed
- Allocate profile node children array using count by @genevieve in https://github.com/rogchap/v8go/pull/256
- Build v8 for linux_arm64 by @epk in https://github.com/rogchap/v8go/pull/223
- CHANGELOG: Highlight the subtlety of the Function Call breaking change by @dylanahsmith in https://github.com/rogchap/v8go/pull/259
- change -fpic to -fPIC in cgo.go by @iwind in https://github.com/rogchap/v8go/pull/263
- Remove unnecessary nested Locker and Isolate::Scope use by @dylanahsmith in https://github.com/rogchap/v8go/pull/275
- Upgrade V8 binaries for 9.7.106.18 version by @github-actions in https://github.com/rogchap/v8go/pull/264
- Use length to ensure null chars do not cause early termination of C string copies/reads by @genevieve in https://github.com/rogchap/v8go/pull/272
- Fix Object.Set with an empty key string by @dylanahsmith in https://github.com/rogchap/v8go/pull/276
- Upgrade V8 binaries for 9.7.106.19 version by @github-actions in https://github.com/rogchap/v8go/pull/278
- Fix typo in promise.go by @lukasmalkmus in https://github.com/rogchap/v8go/pull/310
- Updating context documentation by @ryanmurakami in https://github.com/rogchap/v8go/pull/335
- Add additional CPUProfile values by @ryanmurakami in https://github.com/rogchap/v8go/pull/341
- v8.Value becomes manually releaseable by @fizx in https://github.com/rogchap/v8go/pull/361
New Contributors
- @iwind made their first contribution in https://github.com/rogchap/v8go/pull/263
- @lukasmalkmus made their first contribution in https://github.com/rogchap/v8go/pull/310
- @ryanmurakami made their first contribution in https://github.com/rogchap/v8go/pull/335
- @fizx made their first contribution in https://github.com/rogchap/v8go/pull/361
Full Changelog: https://github.com/rogchap/v8go/compare/v0.7.0...v0.8.0