lion/packages-node/providence-analytics/inlined-swc-to-babel/ChangeLog
2024-05-14 13:47:11 +02:00

266 lines
4 KiB
Text

2023.10.18, v3.0.1
fix:
- d37e664 types
2023.10.17, v3.0.0
feature:
- 7aefd72 types
- aa0ef7b babel v8
- be3c7a6 ImportAttributes
- f927c37 package: putout v32.2.2
- 4a8b9e3 package: eslint-plugin-putout v20.0.0
2023.07.18, v2.2.0
fix:
- ce8a51a incorrect line number calculation and fix bug with JSX elements not having loc keys (#20)
2023.07.12, v2.1.0
feature:
- 68dfe2d package: eslint-plugin-putout v18.1.0
- a303550 package: c8 v8.0.0
- 8e70e4c package: putout v30.4.0
- 8f5df0a package: eslint-plugin-n v16.0.1
- 19700e5 package: nodemon v3.0.1
2023.04.26, v2.0.0
fix:
- 606fd45 handle null element in holey arrays (#18)
feature:
- 6a1e3a3 swc-to-babel: drop support of node < 16
- ab3263e swc-to-babel: use @putout/printer
- d21f30e package: eslint-plugin-putout v17.5.1
- e14d18c package: check-dts v0.7.1
- a3cabd8 package: typescript v5.0.4
- 48a0b6c package: putout v29.3.0
2022.10.12, v1.26.0
fix:
- swc-to-babel: parenthesized const assertion error (#15)
feature:
- package: supertape v8.1.0
2022.08.24, v1.25.1
fix:
- getters/setters: make getters work properly and fix tests (#12)
2022.08.23, v1.25.0
feature:
- make source an optional parameter (#10)
2022.08.23, v1.24.0
feature:
- add type definitions (#8)
2022.08.23, v1.23.0
feature:
- add support for GetterProperty and SetterProperty (#7)
2022.08.21, v1.22.0
feature:
- add support of KeyValueProperty nodes
2022.08.21, v1.21.0
feature:
- package: eslint-plugin-putout v16.0.1
- package: putout v27.1.0
- add support of TSKeywordType (close #1)
2022.06.12, v1.20.1
fix:
- swc-to-babel: add directives
2022.06.12, v1.20.0
feature:
- swc-to-babel: add support of ExportDefaultDeclaration
2022.06.11, v1.19.0
feature:
- swc-to-babel: ObjectProperty instead of AssignmentPatternProperty
2022.06.11, v1.18.0
feature:
- swc-to-babel: add support of ClassExpression and ExportSpecifier
2022.06.11, v1.17.1
fix:
- swc-to-babl: ImportSpecifier
2022.06.11, v1.17.0
feature:
- swc-to-babel: add support of ObjectProperty
2022.06.11, v1.16.1
fix:
- swc-to-babel: ArrowFunctionExpression
2022.06.11, v1.16.0
feature:
- swc-to-babel: NewExpression: arguments field should always present
2022.06.11, v1.15.0
feature:
- swc-to-babel: add support of ArrayExpression
2022.06.11, v1.14.0
feature:
- swc-to-babel: add support of FunctionDeclaration
2022.06.10, v1.13.0
feature:
- swc-to-babel: TSAliasDeclaration
2022.06.10, v1.12.0
feature:
- swc-to-babel: handle typeParameters
2022.06.10, v1.11.2
feature:
- swc-to-babel: improve SpreadElement support
2022.06.10, v1.11.1
feature:
- swc-to-babel: improve support of SpreadElement
2022.06.10, v1.11.0
feature:
- swc-to-babel: add support of NewExpression
2022.06.10, v1.10.0
feature:
- swc-to-babel: improve support of MemberExpression
2022.06.10, v1.9.0
feature:
- swc-to-babel: add support of ClassDeclaration
2022.06.10, v1.8.0
feature:
- swc-to-babel: add support of ParenthesisExpression
2022.06.10, v1.7.1
feature:
- swc-to-babel: improve support of typeAnnotation in Identifiers
- swc-to-babel: add support of ExportNamedDeclaration and ExportDefaultDeclaration
2022.06.10, v1.7.0
feature:
- swc-to-babel: add support of ExportNamedDeclaration and ExportDefaultDeclaration
2022.06.09, v1.6.0
feature:
- swc-to-babel: CallExpression has no typeArguments
- swc-to-babel: TemplateElement
2022.06.09, v1.5.0
feature:
- swc-to-babel: TemplateElement
- package: eslint-plugin-putout v15.6.0
2022.06.09, v1.4.0
feature:
- swc-to-babel: add support of typescript
2022.06.09, v1.3.1
fix:
- swc-to-babel: position
2022.06.09, v1.3.0
feature:
- swc-to-babel: add support of BlockStatement
2022.06.09, v1.2.0
feature:
- swc-to-babel: CallExpression
2022.06.09, v1.1.1
fix:
- swc-to-babel: no type
2022.06.09, v1.1.0
feature:
- (package) supertape v7.3.0
- (package) putout v26.13.0
- (package) madrun v9.0.4
- swc-to-babel: add support of Identifier
2022.02.06, v1.0.2
feature:
- swc-to-babel: rm unused
2022.02.05, v1.0.1
fix:
- lint