Releases: wessberg/ts-clone-node
Releases · wessberg/ts-clone-node
v0.3.19
- fix(ImportEqualsDeclaration): add support for constructing type-only ImportEqualsDeclarations, as supported by TypeScript 4.2 c4b6082
- feat(ConstructorTypeNode): add support for the 'abstract' modifier for ConstructorTypeNodes, as introduced in TypeScript 4.2 254292a
- fix: support @see jsdoc comments with TypeScript 4.1 bc8d58c
v0.3.16...v0.3.19
TypeScript 4.1 support
- feat(MappedTypeNode): add support for 'as' clauses in MappedTypeNodes 9ddc790
- feat(TemplateLiteralTypeNode): add support for TemplateLiteralTypeNode and TemplateLiteralTypeSpan 8478aea
v0.3.15...v0.3.16
v0.3.13
- feat(NamedTupleMember): add support for NamedTupleMembers 339fc9b
- fix(parentheses): make sure that cloned CallExpressions and VariableDeclarations are always structurally equivalent 03206f6
v0.3.12...v0.3.13
v0.3.12
- fix(PropertyAssignment): make sure that cloned PropertyAssignments are always structurally equivalent. Closes #1 fa59c75
- Merge pull request #2 from diontools/ignore-factory-error-for-typescript3 3ea04f3
- add @ts-ignore to CloneNodeOptions#factory for TypeScript v3 c25a1d6
v0.3.11...v0.3.12
v0.3.9
- chore(rollup): add null check before spreading packageJson.dependencies 251a494
- docs(readme): Add Christopher Blanchard as sponsor 6c2a3c3
- test: add tests for new TypeScript v4 features 9a8ef01
- feat(typescript): add TypeScript v4 support 729b38e
v0.3.8...v0.3.9