Skip to content

v0.9.127

Choose a tag to compare

@ianks ianks released this 23 Apr 17:25
· 31 commits to main since this release
7243059

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 json from runtime dependencies by @hsbt in #727
  • Replace shell which calls with pure Ruby executable lookup in rb-sys-dock by @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

Full Changelog: v0.9.126...v0.9.127