You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2024-07-09-boa-release-19.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ Boa v0.19 is now available! After 4 months of development we are very happy to p
11
11
release of the Boa JavaScript engine. Boa makes it easy to embed a JS engine in your projects, and
12
12
you can even use it from WebAssembly. See the [about](/about) page for more info.
13
13
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
16
16
[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%.
17
17
18
18
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
22
22
23
23
### Temporal
24
24
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
26
26
set of built-in objects and functions that is designed to be a more modern replacement for the `Date`
27
27
object, providing a more feature-rich and flexible API for working with dates and times.
28
28
@@ -106,6 +106,8 @@ Thank you to the new contributors to Boa for this release, you can find their co
106
106
-@leoflalv made their first contribution in https://github.com/boa-dev/boa/pull/3867
107
107
-@CrazyboyQCD made their first contribution in https://github.com/boa-dev/boa/pull/3898
108
108
109
+
## Looking Forward
110
+
109
111
### How can you support Boa?
110
112
111
113
Boa is an independent JavaScript engine implementing the ECMAScript specification, we rely on the
0 commit comments