Releases: syroegkin/swagger-markdown
Releases · syroegkin/swagger-markdown
v2.0.0-beta.3
v2.0.0-beta.1
2.0.0-beta.1 (2022-05-22)
Bug Fixes
- argparse: fix argparse to respect the recent version (2b71a91)
- fix export name (180485a)
- include files with types (391dbc7)
- markdownlint is in use (da46f0a)
- references: fix partialr dereference (f1bcc7f)
Features
- add ts-node (0b12ae3)
- contact -> typescript (9426bc5)
- make examples to typescript (856f4d4)
- typescript: turn it to ts (8d51e84)
- version: detect document version (a1087a7)
BREAKING CHANGES
- version: It won't process document with newer syntax, it requires now to have the document
version specified - typescript: start to rewrite code to ts so it will be maintainable