Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 473 Bytes

CHANGELOG.md

File metadata and controls

17 lines (9 loc) · 473 Bytes

Change Log

Unreleased

  • Nothing yet

0.2.0

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.

0.1.0

  • Initial release