Skip to content

Tags: openapi-contrib/json-schema-to-openapi-schema

Tags

v3.0.3

Verified

This commit was signed with the committer’s verified signature.
jonluca JonLuca De Caro
fix(lockfile): fix lockfile

v3.0.2

Verified

This commit was signed with the committer’s verified signature.
jonluca JonLuca De Caro
fix: bump dependency versions, migrate eslint config

v3.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: fix cli import #46 (#47)

v3.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
BREAKING CHANGE: Move to yarn 4 and only output a cjs build, drop (of…

…ficial) support for node 14, bump json-scheme-walker version and openapi types version (#45)

* chore(versions): move to yarn 4, drop release for node 14, only output cjs

BREAKING CHANGE: Move to yarn 4 and only output a cjs build, drop support for node 14

* update build

v2.2.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: conversion for anyOf type: null to nullable: true (#44)

Co-authored-by: Eva Arnika Varga <arnika@letsdothis.com>

v2.2.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: change parsing of type: null to add nullable: true to oneOf/anyOf (

#43)

v2.2.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(esm-path): Fixes esm import path, some typescript errors (#40)

v2.2.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add suffix to esm import (#35)

* fix(esm): add suffix to import

* fix(modules): Change module resolution to node16 to prevent esm import errors, change types library

* fix(nested-definitions): add definitions availability for nested definitions

v2.2.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(cli): cli was broken due to bin not included in dist (#33)

* Add documentation, clean up some types, small fixes

* re-add binn

v2.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: clean up some types and small fixes (#31)