Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Gopherjs v1.17.2 (for Go 1.17.9) source code.tar.gz | 2022-04-19 | 385.0 kB | |
Gopherjs v1.17.2 (for Go 1.17.9) source code.zip | 2022-04-19 | 469.1 kB | |
README.md | 2022-04-19 | 2.7 kB | |
Totals: 3 Items | 856.8 kB | 0 |
Improvements and features
- js: add MakeFullWrapper to expose exported methods and struct fields. by @myitcv and @JounQin in https://github.com/gopherjs/gopherjs/pull/1112
- Command line options to control build cache by @nevkontakte in https://github.com/gopherjs/gopherjs/pull/1107
- Better stack trace parsing in the browser by @flimzy in https://github.com/gopherjs/gopherjs/pull/1097
- Disable test output buffering when testing only one package. by @nevkontakte in https://github.com/gopherjs/gopherjs/pull/1087
- Detect unsupported GOOS by @inkeliz in https://github.com/gopherjs/gopherjs/pull/879
- compiler/natives/src/strconv: Use js string conversion utilities to improve performance by @lologarithm in https://github.com/gopherjs/gopherjs/pull/1101
- Orders source files before compilation to ensure reproducible output by @dave in https://github.com/gopherjs/gopherjs/pull/1100
- Add flags to collect CPU and allocation profiles for GopherJS by @nevkontakte in https://github.com/gopherjs/gopherjs/pull/1114
Bug fixes
- Improved build cache correctness by @nevkontakte in https://github.com/gopherjs/gopherjs/pull/1098 and https://github.com/gopherjs/gopherjs/pull/1105
- Assume all functions without body are blocking. by @nevkontakte in https://github.com/gopherjs/gopherjs/pull/1086
- Fix a typo in slice-to-array conversion tests. by @nevkontakte in https://github.com/gopherjs/gopherjs/pull/1089
- Correctly handle built-ins and
js.Object
methods with go keyword. by @nevkontakte in https://github.com/gopherjs/gopherjs/pull/1090 - compiler: fix variadic args not being nil when zero length. by @myitcv in https://github.com/gopherjs/gopherjs/pull/1096
- Prevent non-blocking select from making function appear blocking. by @nevkontakte in https://github.com/gopherjs/gopherjs/pull/1108
- Propagate blocking function information through function literal calls. by @FrankRehin in https://github.com/gopherjs/gopherjs/pull/1115
Documentation
- Clarify in which runtimes
js.Module
variable is available. by @nevkontakte in https://github.com/gopherjs/gopherjs/pull/1095
New Contributors
- @inkeliz made their first contribution in https://github.com/gopherjs/gopherjs/pull/879
- @JounQin made their first contribution in https://github.com/gopherjs/gopherjs/pull/1112
- @lologarithm made their first contribution in https://github.com/gopherjs/gopherjs/pull/1101
- @dave made their first contribution in https://github.com/gopherjs/gopherjs/pull/1100
- @FrankRehin made their first contribution in https://github.com/gopherjs/gopherjs/pull/1115
Full Changelog: https://github.com/gopherjs/gopherjs/compare/1.17.1+go1.17.3...v1.17.2+go1.17.9