Open
Conversation
Deps update
Technical release
ci(circleci): add context
## [1.4.4](v1.4.3...v1.4.4) (2021-11-07) ### Bug Fixes * replace map with forEach ([a0f07ba](a0f07ba))
BREAKING CHANGE: start to rewrite code to ts so it will be maintainable
Typescript
Quick bugfix
## [1.4.5](v1.4.4...v1.4.5) (2021-11-07) ### Bug Fixes * downgrade argparse version so it won't break the package ([788f38c](788f38c))
bring back markdownlint json file which was excluded from the build. fix #177
Fix release
## [1.4.6](v1.4.5...v1.4.6) (2021-11-08) ### Bug Fixes * **markdownlint:** markdown lint configuration file is in use ([82542f5](82542f5)), closes [#177](#177)
Fix the issue when the schema and the path both share the same name, making the link to the schema actualkly pointing to the path
Support for Version 3.1
Filter out problematic values, and do not crash, please. fix #221
Updates from the master branch
# [3.1.0](v3.0.0...v3.1.0) (2026-03-22) ### Bug Fixes * fix list spaces in the infro block ([8b92ea0](8b92ea0)) * fix markdown line, so it supports null-ish values without crashing ([14baca3](14baca3)), closes [#221](#221) * fix shema/path linmks collisions ([a53a148](a53a148)) * fix typo in info transformer ([b20f23d](b20f23d)) * remove pesky regex ([dad1bad](dad1bad)) * render Request Body table with two columns (Required, Schema) ([6190bc8](6190bc8)) ### Features * 3.1 support, null guards, license fix ([52b1587](52b1587)) * add deprecated parameters support for 3.* versions ([37a722a](37a722a)) * add missing oneOf and anyOf compositions for 3.* versions ([f3a510b](f3a510b)) * add mutualTLS to the security schema ([1bef5c3](1bef5c3)) * add parameters explode support ([c5784c4](c5784c4)) * add read-only and write-only properties support ([417d764](417d764)) * add server section for v3.* ([a05523b](a05523b)) * add spdx type for the licenses (3.1 only) ([0f33e0a](0f33e0a)) * add summary support vor version 3.1 ([e867c80](e867c80)) * add webhooks for v3.1 ([4b68f66](4b68f66)) * documentV31 transformer, request body table fix, typed helpers ([c776abc](c776abc)) * prepare for v3.1, add guards and rearrange transformers ([73b6680](73b6680)) * support deprecation in the schemas for v3.* ([59d9139](59d9139)) * support the callback section for v3.* ([01c0127](01c0127)) * v3 add nullable type ([b8ec7d5](b8ec7d5))
Fix a bug related to the representation of the array of objects, when it was just diosplayed as an `array` and nothing else. fix #220
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.