v0.9.127
What's Changed
- Fix favicon.ico by @bangseongbeom in #726
- Fix mobile sidebar not showing up by @bangseongbeom in #725
- Correct optional arguments to nilable arguments by @bangseongbeom in #724
- Remove
jsonfrom runtime dependencies by @hsbt in #727 - Replace shell
whichcalls with pure Ruby executable lookup inrb-sys-dockby @ianks in #722 - feat(stable-api): add RB_OBJ_WRITE and RB_OBJ_WRITTEN for GC write barrier by @ianks in #678
- feat(stable-api): add RARRAY_AREF and RARRAY_ASET with write barrier by @ianks in #682
- feat(stable-api): add FL_ABLE for flag checking by @ianks in #677
- feat(stable-api): add accessor methods (RSTRING_END, RDATA_PTR, RB_OBJ_FREEZE, RB_OBJ_PROMOTED) by @ianks in #679
- feat(stable-api): add float, hash, and encoding methods by @ianks in #681
- perf(stable-api): inline encoding_get for MRI stable versions by @ianks in #730
- Ensure that Cargo metadata is UTF-8 encoded by @bangseongbeom in #731
- chore(deps): bump rake-compiler-dock to 1.12.0 by @ianks in #732
- perf(stable-api): inline num2dbl T_FLOAT fast path for MRI by @ianks in #733
- perf(stable-api): inline dbl2num flonum encode for MRI by @ianks in #734
- perf(stable-api): inline rhash_size for MRI by @ianks in #735
- perf(stable-api): inline num2long/num2ulong Bignum fast path for MRI by @ianks in #736
- test(stable-api): add comprehensive edge-case parity tests by @ianks in #737
New Contributors
- @bangseongbeom made their first contribution in #726
- @hsbt made their first contribution in #727
Full Changelog: v0.9.126...v0.9.127