Skip to content

Tags: exegesis-js/exegesis

Tags

v4.2.0

Toggle v4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #497 from psznm/master

feat: Add lazyCompileValidationSchemas option

v4.1.2

Toggle v4.1.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jwalton Jason Walton
ci: Fix tests.

v4.1.1

Toggle v4.1.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jwalton Jason Walton
fix: Upgrade dev-dependencies, openapi-ts, and promise-breaker.

v4.1.0

Toggle v4.1.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jwalton Jason Walton
feat: Add res.redirect().

fix #286

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jwalton Jason Walton
refactor: Update dev-dependencies.

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jwalton Jason Walton
fix: Disable ajv "strict mode" by default, as it generates a lot of n…

…oise on most OpenAPI documents.

Add `strictValidation` option to turn it back on.

fix #262

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jwalton Jason Walton
fix: Upgrade ajv to 8.3.0.

BREAKING CHANGE: Some validation error messages have changed because of the AJV upgrade.

v2.5.7

Toggle v2.5.7's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jwalton Jason Walton
fix: Upgrade json-schema-traverse and openapi3-ts to new major versions.

v2.5.6

Toggle v2.5.6's commit message
test: Remove unit tests for Node v8.

v2.5.5

Toggle v2.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #145 from oguzbilgener/fix-json-parse-string

fix: Return the result in `JsonBodyParser.parseString`