-
Notifications
You must be signed in to change notification settings - Fork 201
Closed
Description
Looks like we made good progress this past month or so! v0.4.1...master
How about we make a new release once the open PRs are merged?
Anything either of you is cooking and you'd like to include? @bnoordhuis @chqrlie
Activity
bnoordhuis commentedon Apr 9, 2024
Go for it. I'm not working on anything right now.
chqrlie commentedon Apr 9, 2024
I would like to merge some more stuff I have been working on, that is almost cooked:
printf
/snprintf
replacement to simplify trace and error message construction with support forJSAtom
,JSString *
andJSValue *
. I am still delegating floating point conversions to the hostsnprintf
for now, but I am working on an efficient alternative for that too.util.inspect
for REPL output.I am finalizing these before the end of the week.
saghul commentedon Apr 9, 2024
Sounds good!
saghul commentedon May 14, 2024
@chqrlie what PRs would you like to see land before the release? I'd like the TLA one, I'll work on adding the missing bits this week.
saghul commentedon Jun 7, 2024
@chqrlie I'm planning on doing this tonight. Any PR you'd like to get in? Numbers are free so we can release often ;-) I would like to get this one in: #424 (the threshold getter).
chqrlie commentedon Jun 7, 2024
I'd like #406 and #412 to get in but I am uncomfortable squeezing them in just before a release.
saghul commentedon Jun 7, 2024
Fair. I'll try and get them reviewed next week. I had hoping Ben would be available, but I'll go for it otherwise.
saghul commentedon Jun 8, 2024
0.5.0 is out!