Skip to content

Releases: syroegkin/swagger-markdown

v2.0.0-beta.13

27 Dec 13:42
Compare
Choose a tag to compare
v2.0.0-beta.13 Pre-release
Pre-release

2.0.0-beta.13 (2022-12-27)

Features

  • tags: group paths by tags if provided (4a38ad6), closes #188

v2.0.0-beta.9

26 Dec 16:13
Compare
Choose a tag to compare
v2.0.0-beta.9 Pre-release
Pre-release

2.0.0-beta.9 (2022-12-26)

Bug Fixes

  • build: make it one single file so it will work as a binary (df6b03e)

v2.0.0-beta.8

26 Dec 15:39
Compare
Choose a tag to compare
v2.0.0-beta.8 Pre-release
Pre-release

2.0.0-beta.8 (2022-12-26)

Code Refactoring

  • filenames: rename main files to make it expose an api in the future (44fc7fc)

BREAKING CHANGES

  • filenames: the main executable file has been renamed, index.js is now swagger-markdown.js. no
    changes if used via npx (npx swagger-markdown). may not work with browser implementations tho

v2.0.0-beta.12

26 Dec 17:02
Compare
Choose a tag to compare
v2.0.0-beta.12 Pre-release
Pre-release

2.0.0-beta.12 (2022-12-26)

Bug Fixes

  • build: retire webpack after a long serve (7b43a4f)

v2.0.0-beta.11

26 Dec 16:50
Compare
Choose a tag to compare
v2.0.0-beta.11 Pre-release
Pre-release

2.0.0-beta.11 (2022-12-26)

Bug Fixes

  • build: fix binary build (13e0051)

v2.0.0-beta.10

26 Dec 16:35
Compare
Choose a tag to compare
v2.0.0-beta.10 Pre-release
Pre-release

2.0.0-beta.10 (2022-12-26)

Bug Fixes

  • build: introduce webpack for the binary build (f94b1e0)

v2.0.0-beta.7

25 Dec 22:01
Compare
Choose a tag to compare
v2.0.0-beta.7 Pre-release
Pre-release

2.0.0-beta.7 (2022-12-25)

Features

  • schema: improve schema representations for an objects (e1c477d), closes #130

v2.0.0-beta.6

25 Dec 15:58
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release

2.0.0-beta.6 (2022-12-25)

Bug Fixes

  • definitions: use md classes instead of direct markdown (7388984)
  • examples: update examples to have nicer tables for securiry definitions (1d7435b)
  • security: security to use md classes instead of direct markdown (ef886cc)

v2.0.0-beta.5

24 Dec 19:29
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release

2.0.0-beta.5 (2022-12-24)

Bug Fixes

  • patresponses: make path responses use md class instead of direct markup (07063ac)

Features

  • mdstring: add concat method, which allows to concatenate strings and mdstrings (764c59f)

v2.0.0-beta.4

24 Dec 18:43
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release

2.0.0-beta.4 (2022-12-24)

Bug Fixes

  • examples: fix examples table headers (5748eea)
  • pathparameters: path parameters to use md class instead of direct markup (a62a3b7)
  • tables: make number of dashes to match header length (73b6182)