Emil Weihe
Emil Weihe
- Use falsy value for `replaceNode` when calling `render`. - Use `createVNode` instead of `createElement`.
Let's optimize for Brotli size: - It's supported by most modern browsers (and not IE 11). - It performs better than gzip.
Makes the naming of the constructor parameters consistent with the property names of the type when using the ParameterNameGenerator with records.
When I generate a client with the following schemas (a OneOf within a OneOf) it duplicates the properties for inner OneOf model. This is an example of the input I...