Releases: boa-dev/boa
Releases · boa-dev/boa
Nightly Release
This is the location for our nightly releases
v0.19.1
What's Changed
Bug Fixes
- Implement new spec changes for
AsyncGenerator
by @jedel1043 in #3950 - Allow dead code for code that is newly detected as unused by @hansl in #3984
- Allow warnings when running CI on release branches by @jedel1043 in #3990
Internal Improvements
- Add spec edition 15 to the tester by @jedel1043 in #3957
- Enable CI for release branches by @jedel1043 in #3987
Full Changelog: v0.19...v0.19.1
v0.19
v0.18
In this release, our conformance has grown up to 85% in the official ECMAScript Test Suite (Test262), and performance has been improved, among many other things.
You can find more information in the release announcement
v0.17.3
v0.17.1
v0.17
v0.16
In this release, our conformance has grown up to 74.53% in the official ECMAScript Test Suite (Test262), and performance has been improved, among many other things.
You can find more information in the release announcement
v0.15
v0.14
This release ports Boa to a VM, adds string interning, generator execution and many improvements and fixes, increasing the ECMAScript coverage to almost a 50%.
You can find more information in the release announcement