8000 Tags · grantila/typeconv · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: grantila/typeconv

Tags

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was signed with the committer’s verified signature.
grantila Gustaf Räntilä
ci(node): Test on Node 20

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
grantila Gustaf Räntilä
feat(typescript): Support interface heritage

Support for interfaces extending other interfaces, bi-directionally.
Also optionally merge object intersections into single self-contained types, defaulting to true for JSON Schema and Open API.

fix #15
fix #35

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
grantila Gustaf Räntilä
feat(deps): Bumped all core-types deps to ESM versions

v2.1.0

Toggle v2.1.0's commit message
10000

Verified

This commit was signed with the committer’s verified signature.
grantila Gustaf Räntilä
fix(suretype): Fix missing required()

When a ref type is required, it wasn't propagated to the suretype validator properly.

fix #14

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
grantila Gustaf Räntilä
docs(readme): Updated readme for v2

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
grantila Gustaf Räntilä
chore(test): bumped jest deps

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was signed with the committer’s verified signature.
grantila Gustaf Räntilä
feat(annotations): changed meaning of 'title' and 'description'

The textual descriptions is now entirely in the 'description' field
The title field is a type name descriptor

fix #13

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
grantila Gustaf Räntilä
test(annotations): ensured annotations from typescript is forwarded t…

…o openapi

re #13

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
grantila Gustaf Räntilä
feat(core): fixed openapi schema ref

Also small TypeScript 4.4 support fix

fix #11

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
grantila Gustaf Räntilä
fix(ts): bumped core-types-[ts,suretype] for comment fixes

This makes TypeScript comments begin with `/**` rather than `/*` to make them proper JSDoc
0