| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-01 | 931 Bytes | |
| v1.8.3 source code.tar.gz | 2026-05-01 | 1.3 MB | |
| v1.8.3 source code.zip | 2026-05-01 | 1.7 MB | |
| Totals: 3 Items | 3.0 MB | 0 | |
Changed
- Use of
JSconstant is now deprecated. The constant has been renamed toOpal::Raw. Throw a warning if such a constant is in use (#2525)
Fixed
String#chars: Fix iteration over out-of-BMP characters (#2620)- Fix
Array#include?to respect nil return value (#2661) - Fix
opal-buildcommand line utility for newer Ruby versions (#2675) - Depend on
base64gem for Ruby 3.4 compatibility (#2652)
Internal
- Ensure we default to later Ruby versions in CI (#2624)
- Unassorted CI/Rubocop/testing system changes (#2676, [#2654], [#2644], [#2631], [#2627], [#2626])
Full Changelog: https://github.com/opal/opal/compare/v1.8.2...v1.8.3