You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+11-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
## Unreleased
4
4
5
-
## 0.10
5
+
- Nothing yet
6
+
7
+
## 0.2.0
8
+
9
+
Officially adds support for an import hook mechanism. This allows you to create .px files containing JSX which can be imported as if they were regular Python files.
10
+
11
+
Note that this is in addition to the # coding: jsx mechanism - you can use either. See the examples in the readme for more details.
12
+
13
+
Using a separate file extension for pyjsx will make it easier to add IDE support later on.
0 commit comments