Releases: mrin9/RapiPdf
Releases · mrin9/RapiPdf
Relese 2.2.1
Relese 2.1.1
Release 2.1.0 (New Features)
New Feature
- Added an alternative style to show Request and Response schema
- a new option is provided
pdf-schema-style
which can take values astable
orobject
Bug fixes
#29 has been fixed
Release 2.0.0
Breaking Changes
- minor changes in PDF text colors
- data-format if present is now used as data-type
New Features
pdf-sort-tags
allows optionally to arrange the sections in sorted order (by @soulsnake )- Support for
all-of
,one-of
,any-of
- Handling of recursive schemas
Others
- Complete refactoring of codebase
- implemented
eslint
to bring standardization in code-style - 2 pass object-tree generation ensures much robust handling of various corner cases
Release 1.2.0
1.2.0
New Features
- support for nested
allOf
in schema definitions
PDF Changes
- data-types and description of the object attributes are printed in gray. This makes the actual object structure more prominent
- If a summary is provided for a path, it is now printed
- A divider (line) is added to separate each API
Bug Fixes
1.1.1 Bug Fixes
Release 1.1.1
Bug fixes
- Taken care of an issue where localization translations are not provided