June 9, 2026

View as Markdown

0.35.10

(fix): Fix enum query parameters wrapped in Nullable<> to emit .rawValue for proper Swift compilation. Previously, nullable enum query params generated .string(0)insteadof.string(0) instead of .string(0.rawValue), causing type errors.