Releases: TheLartians/TypeScript2Python
Releases · TheLartians/TypeScript2Python
v2.2.0
What's Changed
- Bump js-yaml from 3.14.1 to 3.14.2 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #37
- Parse symbols as NewTypes by @TheLartians in #38
Full Changelog: v2.1.3...v2.2.0
v2.1.3
What's Changed
- Allow transpiling template literals by @TheLartians in #36
- Bump @ts-morph/bootstrap from 0.22.0 to 0.29.0 by @dependabot[bot] in #28
Full Changelog: v2.1.2...v2.1.3
v2.1.2
What's Changed
- Add .github/dependabot.yml by @TheLartians in #24
- Use proper cooldown entry for dependabot by @TheLartians in #25
- Bump actions/checkout from 3 to 6 by @dependabot[bot] in #26
- Bump actions/setup-node from 3 to 6.3.0 by @dependabot[bot] in #27
- Bump @typescript-eslint/parser from 6.17.0 to 6.21.0 by @dependabot[bot] in #29
- Bump @babel/core from 7.23.7 to 7.29.0 by @dependabot[bot] in #30
- ensure that no 'undefined' docstrings get added for functional dict definitions by @TheLartians in #35
- Bump the npm_and_yarn group across 1 directory with 3 updates by @dependabot[bot] in #34
- Bump @babel/cli from 7.23.4 to 7.28.6 by @dependabot[bot] in #32
- Bump @babel/preset-typescript from 7.23.3 to 7.28.5 by @dependabot[bot] in #31
New Contributors
- @dependabot[bot] made their first contribution in #26
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- Do not transpile empty string keys in typed dicts by @TheLartians in #23
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- Support arbitrary keys in objects by falling back to the functional typed dict definition by @TheLartians in #21
- Use npm trusted publishing by @TheLartians in #22
Full Changelog: v2.0.8...v2.1.0