Skip to content

Releases: boa-dev/boa

v0.19.1

12 Sep 01:14
59a7c02
Compare
Choose a tag to compare

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

Full Changelog: v0.19...v0.19.1

v0.19

11 Jul 17:29
532c008
Compare
Choose a tag to compare

In this release, our conformance has grown up to 86% in the official ECMAScript Test Suite (Test262), we made more progress in our implementation of the Temporal proposal, and we overhauled our old benchmark suite, among other things.

Changelog

v0.18

07 Mar 13:44
e37fcfe
Compare
Choose a tag to compare

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

Changelog

v0.17.3

26 Sep 17:21
6008683
Compare
Choose a tag to compare

In this release, we've fixed our build for compiling Boa without Intl utils.

Commits

v0.17.1

26 Sep 03:40
3379753
Compare
Choose a tag to compare

In this release, we've backported a fix for #3299 in order to fix builds that resolve ICU4X's version to 1.3.0.

Commits

v0.17

08 Jul 22:36
e027932
Compare
Choose a tag to compare

In this release, our conformance has grown up to 78.74% 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

Changelog

v0.16

25 Sep 16:30
Compare
Choose a tag to compare

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

Changelog

v0.15

10 Jun 22:21
9e81103
Compare
Choose a tag to compare
v0.15 Pre-release
Pre-release

In this release, our conformance has grown up to 62.29% 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

Changelog

v0.14

15 Mar 23:13
Compare
Choose a tag to compare
v0.14 Pre-release
Pre-release

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

Changelog

v0.13

30 Sep 10:10
7be421b
Compare
Choose a tag to compare
v0.13 Pre-release
Pre-release

This release of boa brings new features and fixes all the known panics in the engine. You can check the full list of changes in the changelog.