Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/pythonlib": "2.0.2",
"packages/python2ts": "1.3.2"
"packages/pythonlib": "2.0.3",
"packages/python2ts": "1.3.3"
}
10 changes: 10 additions & 0 deletions packages/python2ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.3.3](https://github.com/sebastian-software/python2ts/compare/python2ts-v1.3.2...python2ts-v1.3.3) (2026-01-21)


### Bug Fixes

* **transformer:** convert ellipsis to Ellipsis constant ([#30](https://github.com/sebastian-software/python2ts/issues/30)) ([834d122](https://github.com/sebastian-software/python2ts/commit/834d12251550978555570b0695b2bb125a85741a))
* **transformer:** convert raw docstrings (r""") to JSDoc ([#33](https://github.com/sebastian-software/python2ts/issues/33)) ([6d7e300](https://github.com/sebastian-software/python2ts/commit/6d7e3002d2e64603f11dcadce52e38b258334bec))
* **transformer:** escape JS reserved keywords as variable names ([#29](https://github.com/sebastian-software/python2ts/issues/29)) ([2d2d7a4](https://github.com/sebastian-software/python2ts/commit/2d2d7a43774584b9f3e88cc0cbca94616f0a09fb))
* **transformer:** spread generator to array in join method calls ([#28](https://github.com/sebastian-software/python2ts/issues/28)) ([ff08efa](https://github.com/sebastian-software/python2ts/commit/ff08efa1697fe799c7cae7711b4b19bed2f29689))

## [1.3.2](https://github.com/sebastian-software/python2ts/compare/python2ts-v1.3.1...python2ts-v1.3.2) (2026-01-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/python2ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "python2ts",
"version": "1.3.2",
"version": "1.3.3",
"description": "AST-based Python to TypeScript transpiler. Convert Python code to clean, idiomatic TypeScript with full type preservation.",
"homepage": "https://sebastian-software.github.io/python2ts/",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/pythonlib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.3](https://github.com/sebastian-software/python2ts/compare/pythonlib-v2.0.2...pythonlib-v2.0.3) (2026-01-21)


### Bug Fixes

* **transformer:** convert ellipsis to Ellipsis constant ([#30](https://github.com/sebastian-software/python2ts/issues/30)) ([834d122](https://github.com/sebastian-software/python2ts/commit/834d12251550978555570b0695b2bb125a85741a))

## [2.0.2](https://github.com/sebastian-software/python2ts/compare/pythonlib-v2.0.1...pythonlib-v2.0.2) (2026-01-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/pythonlib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pythonlib",
"version": "2.0.2",
"version": "2.0.3",
"description": "Python standard library for TypeScript - itertools, functools, collections, datetime, re, and more. Zero dependencies. Full TypeScript support.",
"homepage": "https://sebastian-software.github.io/python2ts/",
"repository": {
Expand Down