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

Tags: grantila/core-types-ts

Tags

v4.1.0

Toggle v4.1.0's commit message

Verified

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

This enables converting interfaces extending other interfaces from typescript:

interface A extends B { ... }

To in core-types let A become an and-type of ref B and an object.

Reconstruction backwards works too.

v4.0.1

Toggle v4.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
grantila Gustaf Räntilä
fix(typescript): Simplified typescript import

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
grantila Gustaf Räntilä
feat(core): Export ESM (ES2020)

BREAKING CHANGE: No more CommonJS support

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
grantila Gustaf Räntilä
feat(typescript): Bump to TypeScript 5.0, w/ minor fix

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
grantila Gustaf Räntilä
feat(from-ts): Support Pick, Omit and Partial

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
grantila Gustaf Räntilä
feat(from-ts): Add conflicts to notConvertedTypes

When hoisting namespaces and dropping conflicts, add dropped types to notConvertedTypes for debug purposes

v3.2.0

Toggle v3.2.0's commit message

Verified

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

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
grantila Gustaf Räntilä
feat(core): Support negative numeric literals

fix #8
fix #9

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
grantila Gustaf Räntilä
feat: bumped core-types to v2

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ä
feat(typescript): bumped TypeScript to 4.7

BREAKING CHANGE: Changed API signature in TypeScript 4.6
0