RapiPdf icon indicating copy to clipboard operation
RapiPdf copied to clipboard

PDF generation from OpenAPI / Swagger Spec

Results 60 RapiPdf issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.2.1 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

Would be great to add a custom header: - same behaviour as the footer - maybe add image support, for a logo etc. Thanks for the great tool! I will...

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...

dependencies

In my spec, I am using `anyOf`: ```yml schemas: ... SuperType: type: object anyOf: - $ref: "#/components/schemas/SubType1" - $ref: "#/components/schemas/SubType2" discriminator: propertyName: type mapping: subType1: "#/components/schemas/SubType1" subType2: "#/components/schemas/SubType2" ``` This...

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

Pull request to close/fix issue: https://github.com/mrin9/RapiPdf/issues/102.

The title pretty much says everything. For example: "specific version" from the description of get request is shown as "specificversion" in the pdf file.

Bumps [async](https://github.com/caolan/async) from 2.6.2 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) Commits c6bdaca Version...

dependencies

when will it support openapi v3.1?