Releases: grantila/core-types-ts
Releases · grantila/core-types-ts
v4.1.0
4.1.0 (2023-04-03)
Bug Fixes
- deps: Bumped TypeScript and core-types (68f51a7)
Features
- heritage: Add support for interface heritage (4dc6953)
v4.0.1
4.0.1 (2023-03-19)
Bug Fixes
- typescript: Simplified typescript import (0fc163b)
v4.0.0
4.0.0 (2023-03-19)
Features
- core: Export ESM (ES2020) (8d4624c)
BREAKING CHANGES
- core: No more CommonJS support
v3.5.0
3.5.0 (2023-03-19)
Features
- typescript: Bump to TypeScript 5.0, w/ minor fix (db11426)
v3.4.0
3.4.0 (2023-02-05)
Features
- from-ts: Support Pick, Omit and Partial (ae70df0)
v3.3.0
3.3.0 (2023-02-05)
Features
- from-ts: Add conflicts to notConvertedTypes (d4dd79e)
v3.2.0
3.2.0 (2023-02-04)
Features
- Handle parsing TypeScript namespaces (3ff43f9), closes #10
- Handle reconstructing namespaces based on top-level names containing dot or underscore (b068652)
v3.1.0
3.1.0 (2023-02-03)
Features
- core: Support negative numeric literals (4749280), closes #8 #9
v3.0.0
3.0.0 (2023-02-02)
Bug Fixes
- typescript: fixed to-ts code for newer typescript apis (c5861a3)
Continuous Integration
- node: removed node 12 support, test on 19 (952b324)
Features
- bumped core-types to v2 (ec59194)
- deps: bumped all deps, particularly typescript to 4.9 (c67307e)
BREAKING CHANGES
- node: dropped node 12 support
v2.0.0
2.0.0 (2022-06-18)
Features
- typescript: bumped TypeScript to 4.7 (a69847b)
BREAKING CHANGES
- typescript: Changed API signature in TypeScript 4.6