Skip to content

Releases: tomasr8/pyjsx

v0.2.0

26 Jan 14:51
Compare
Choose a tag to compare

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.

Note that this is in addition to the # coding: jsx mechanism - you can use either. See the examples in the readme for more details.

Using a separate file extension for pyjsx will make it easier to add IDE support later on.

Initial release

31 Aug 20:55
Compare
Choose a tag to compare
v0.1.0

Add a PyPI publishing workflow