1.0.0-rc47
(fix): Fix request_options[:base_url] being ignored.
The RawClient.build_url method now correctly uses the per-request base_url override when provided.
1.0.0-rc46
(fix): Improve README snippet generation: use SCREAMING_SNAKE_CASE for Environment references,
snake_case for nested object property names, and filter out empty/undefined values to
avoid syntax errors like “param: ,“.
1.0.0-rc45
(feat): Add support for multi-URL environments. APIs with multiple base URLs per environment
(e.g., separate api and identity URLs) now generate a proper Environment class using
the first base URL for each environment.
1.0.0-rc44
(fix): Remove error on null config in README generation.