Skip to content

Commit 17679ca

Browse files
committed
add new contributors
1 parent bf76e56 commit 17679ca

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This change also offered a nice side effect of not having benchmark or test262 d
5555

5656
The Boa team will be migrating to Matrix from our Discord servers over the course of this year. This means we will hang out in the [`#boa:matrix.org`](https://matrix.to/#/#boa:matrix.org) room and will be available for questions and discussions there. We will also be using Matrix for other break-out rooms on future development in areas such as [Performance](https://matrix.to/#/!odQJQiuPFJtUBzgoXY:matrix.org?via=matrix.org&via=mozilla.org), [Intl](https://matrix.to/#/!rsWLMsIzfquQAbDoak:matrix.org?via=matrix.org) and [Temporal](https://matrix.to/#/!DeQjFAUjAPAffIsCgq:matrix.org?via=matrix.org&via=mozilla.org&via=igalia.com). We will be keeping the Discord server open for a while to allow people to migrate over, but we will eventually close it down sometime in 2025.
5757

58-
Boa has long been a user of Discord, pretty much since the beginning of the project, but as the project has grown and matured, we have chosen to move more in line to other communities who use Matrix for communication, such as TC39 who work on ECMAScript standard. With Boa's increased conformance and ability to work closer with the standard committee when implementing Temporal and other new specifications meant that a migration to Matrix was the most natural choice to ease communication with the broader JavaScript implementer communities.
58+
Boa has long been a user of Discord, pretty much since the beginning of the project, but as the project has grown and matured, we have chosen to move more in line to other communities who use Matrix for communication, such as TC39 who work on ECMAScript standard. With Boa's increased conformance and ability to work closer with the standard committee when implementing Temporal and other new specifications meant that a migration to Matrix was the most natural choice to ease communication with the broader JavaScript implementer communities.
5959

6060
## Optimizations
6161

@@ -94,17 +94,17 @@ $boa.object.indexedStorageType(a); // 'SparseElement'
9494

9595
Much of this work is possible thanks to our implementation of [Object Shapes](https://github.com/boa-dev/boa/blob/main/docs/shapes.md)
9696

97-
###
97+
## New Contributors
9898

99-
## Intl updates
99+
Thank you to the new contributors to Boa for this release, you can find their contributions below:
100100

101-
## Builtins updates
102-
103-
## APIs updates
104-
105-
### Experimental features
106-
107-
## Conclusion
101+
- @robot-head made their first contribution in https://github.com/boa-dev/boa/pull/3730
102+
- @hansl made their first contribution in https://github.com/boa-dev/boa/pull/3755
103+
- @NickTomlin made their first contribution in https://github.com/boa-dev/boa/pull/3793
104+
- @linusg made their first contribution in https://github.com/boa-dev/boa/pull/3800
105+
- @getong made their first contribution in https://github.com/boa-dev/boa/pull/3836
106+
- @leoflalv made their first contribution in https://github.com/boa-dev/boa/pull/3867
107+
- @CrazyboyQCD made their first contribution in https://github.com/boa-dev/boa/pull/3898
108108

109109
### How can you support Boa?
110110

@@ -135,8 +135,8 @@ itself and for users of the engine. Feel free to contact us in [Matrix].
135135

136136
Once again, big thanks to [all the contributors][contributors] of this release!!
137137

138-
[contributors]: https://github.com/boa-dev/boa/graphs/contributors?from=2023-07-08&to=2024-03-05&type=c
139-
[changelog]: https://github.com/boa-dev/boa/blob/v0.18/CHANGELOG.md
138+
[contributors]: https://github.com/boa-dev/boa/graphs/contributors?from=2024-03-05&to=2024-07-11&type=c
139+
[changelog]: https://github.com/boa-dev/boa/blob/v0.19/CHANGELOG.md
140140
[conformance]: https://boajs.dev/boa/test262/
141141
[feed]: https://boajs.dev/blog/rss.xml
142142
[collective]: https://opencollective.com/boa

0 commit comments

Comments
 (0)