2.5.2
channel | source |
---|---|
3.3 | https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.1.tar.gz |
3.2 | https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.4.tar.gz |
head | ruby/ruby@96710a3139fecda4bc12cd4f321399f71887535c |
What's Changed
This release includes no user-visible change, just for internal restructure for upcoming Component Model support.
Pull Requests
- Add
RUBY_WASM_EXPERIMENTAL_COMPONENT_MODEL
feature by @kateinoigakukun in #428 - Prepare for upcoming Component Model adoption in js gem by @kateinoigakukun in #429
- Add
--enable-component-model
to js ext library by @kateinoigakukun in #430 - Make js extension code compatible with the new binding by @kateinoigakukun in #431
- Add jco-generated TypeScript interface of the js gem world by @kateinoigakukun in #432
- Use upstream jco with TS binding generation support by @kateinoigakukun in #433
- Update Ruby version URLs by @geeknees in #435
- Test against ruby verions 3.3 in workflows by @indigolain in #436
- Package Componentized Ruby in npm package by @kateinoigakukun in #437
- Allow to read/write on in-memory file system on Web browser by @kateinoigakukun in #438
- Fix Component support to pass
test:unit
by @kateinoigakukun in #439 - Migrate testing framework from jest to vitest by @kateinoigakukun in #440
- Enable Component-based tests by @kateinoigakukun in #441
- Bump @playwright/test from 1.42.1 to 1.43.1 by @dependabot in #445
- Bump rollup from 4.13.2 to 4.17.2 by @dependabot in #444
- Bump vitest from 1.5.2 to 1.5.3 by @dependabot in #446
New Contributors
- @geeknees made their first contribution in #435
- @indigolain made their first contribution in #436
Full Changelog: 2.5.1...2.5.2