Skip to content

Commit 122f6f0

Browse files
committed
changes
1 parent 17679ca commit 122f6f0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

blog/2024-07-09-boa-release-19.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Boa v0.19 is now available! After 4 months of development we are very happy to p
1111
release of the Boa JavaScript engine. Boa makes it easy to embed a JS engine in your projects, and
1212
you can even use it from WebAssembly. See the [about](/about) page for more info.
1313

14-
In this release, our conformance has grown from 85.03% to 86.20% in the official ECMAScript Test Suite
15-
(Test262). Interestingly, this isn't due to us passing more tests, but in fact the total number of tests from test262
14+
In this release, our conformance has grown from 85.03% to 87.3% in the official ECMAScript Test Suite
15+
(Test262). Interestingly, not all of this is due to us passing more tests, but in fact the total number of tests from test262
1616
[reducing by around 2000](https://github.com/tc39/test262/commit/ea2268aa4382013f5533b91f9ef50366ad065a86) from the [removal of custom calendars and timezones](https://github.com/tc39/proposal-temporal/issues/2826). Overall, Boa's conformance in real terms has improved by ~6%.
1717

1818
You can check the full list of changes [here][changelog], and the full information on conformance
@@ -22,7 +22,7 @@ You can check the full list of changes [here][changelog], and the full informati
2222

2323
### Temporal
2424

25-
Boa is continuing to progress on the [Temporal](https://github.com/tc39/proposal-temporal). The Temporal API is a new
25+
Boa is continuing to progress on [Temporal](https://github.com/tc39/proposal-temporal). The Temporal API is a new
2626
set of built-in objects and functions that is designed to be a more modern replacement for the `Date`
2727
object, providing a more feature-rich and flexible API for working with dates and times.
2828

@@ -106,6 +106,8 @@ Thank you to the new contributors to Boa for this release, you can find their co
106106
- @leoflalv made their first contribution in https://github.com/boa-dev/boa/pull/3867
107107
- @CrazyboyQCD made their first contribution in https://github.com/boa-dev/boa/pull/3898
108108

109+
## Looking Forward
110+
109111
### How can you support Boa?
110112

111113
Boa is an independent JavaScript engine implementing the ECMAScript specification, we rely on the

0 commit comments

Comments
 (0)