Skip to content

Releases: wessberg/ts-clone-node

v0.3.19

16 Mar 20:23
Compare
Choose a tag to compare
  • 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

20 Oct 19:26
Compare
Choose a tag to compare
  • 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.15

07 Sep 19:50
Compare
Choose a tag to compare
  • Merge pull request #3 from domoritz/patch-1 5ccb6bf
  • Allow ts 4 as a peer dependency 6bd90a7

v0.3.14...v0.3.15

v0.3.14

23 Aug 18:01
Compare
Choose a tag to compare
  • feat(JSDocDeprecatedTag): add support for JSDocDeprecatedTags bd6df51

v0.3.13...v0.3.14

v0.3.13

11 Aug 19:49
Compare
Choose a tag to compare
  • 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

07 Aug 22:05
Compare
Choose a tag to compare
  • 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.11

27 Jul 23:46
Compare
Choose a tag to compare
  • fix(comments): improve comment cloning 8f2dbcc

v0.3.10...v0.3.11

v0.3.10

27 Jul 15:07
Compare
Choose a tag to compare
  • fix: also clear synthetic trailing comment ranges fe6052e
  • chore(build): update dependencies 39e25b2

v0.3.9...v0.3.10

v0.3.9

03 Jul 21:36
Compare
Choose a tag to compare
  • 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

v0.3.8

29 Mar 22:30
Compare
Choose a tag to compare
  • fix: when preserving a node, make sure to set the parent of the old node if requested d78720d

v0.3.7...v0.3.8