v0.1.0-alpha.5
Pre-release
Pre-release
0.1.0-alpha.5 (2025-04-18)
Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5
Features
- implement
#hash
for data containers (924fcb4)
Bug Fixes
- always send idempotency header when specified as a request option (548bfaf)
- client: send correct HTTP path (896142a)
Chores
- documentation improvements (ff43d73)
- internal: configure releases (7eb9185)
- internal: contribute.md and contributor QoL improvements (d060adf)
- make sorbet enums easier to read (7c03213)
- refine
#inspect
and#to_s
for model classes (84308a6) - simplify yard annotations by removing most
@!parse
directives (16ec2e3) - update README with recommended editor plugins (c745aef)
- update readme with temporary install instructions (8a79cc0)
- use
@!method
instead of@!parse
for virtual method type definitions (b5fba2e)