Skip to content

Releases: mrin9/RapiPdf

Relese 2.2.1

05 Apr 19:34
Compare
Choose a tag to compare

New Features

  • Support for multiple Tags - Thanks to @Axili39

Bug Fixes

  • Fixed an issue where loading files from local system would fail

Others

  • Upgraded packages

Relese 2.1.1

16 Feb 06:16
Compare
Choose a tag to compare

New Features

  • Added examples to request parameters

Bug Fixes

  • Fixed rounded corners for button only view #35
  • Fixed a typo #34

Release 2.1.0 (New Features)

05 Oct 23:42
Compare
Choose a tag to compare

New Feature

  • Added an alternative style to show Request and Response schema
  • a new option is provided pdf-schema-style which can take values as table or object

Bug fixes

#29 has been fixed

Release 2.0.0

22 Sep 20:04
Compare
Choose a tag to compare

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

13 Sep 03:02
Compare
Choose a tag to compare

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

  • Required field indicator was missing #12
  • Removed inconsistency between the style of RESPONSE and REQUEST heading #14
  • Fixed printing extra parentheses ) #17
  • Remove un-necessary spacing between response status code #15

1.1.1 Bug Fixes

08 Sep 23:50
Compare
Choose a tag to compare

Release 1.1.1

Bug fixes

  • Taken care of an issue where localization translations are not provided

1.1.0

08 Sep 16:03
Compare
Choose a tag to compare

Release 1.1.0 (Localization)

  • Provided loadSpec() method to programmatically load json spec
  • You can now provide string translations to support localization

1.0.5

29 Aug 22:46
Compare
Choose a tag to compare

Initial Release

Initial Release