·
368 commits
to main
since this release
Patch Changes
-
#3033
2d5c60ec
Thanks @B2o5T! - remove redundantcatch
statement -
#3046
b9c13328
Thanks @B2o5T! - Prefer .at() method for index
access -
#3017
4a2284f5
Thanks @thomasheyenbrock! - Avoid
bundling code fromreact/jsx-runtime
so that the package can be used with
Preact -
#3042
881a2024
Thanks @B2o5T! - Prefer String#slice() over
String#substr() and String#substring() -
#3061
7cf4908a
Thanks @B2o5T! - remove unneededreference &&
assertion, convert to switch