- Add error message when py_mini_racer sdist fails to build asking to update pip in order to download the pre-compiled wheel instead of the source distribution.
0.1.5
- Build py_mini_racer against a static Python. When built against a shared library python, it doesn't work with a static Python.
0.1.4
- Ensure JSEvalException message is converted to unicode
0.1.3
- Fix extension loading for python3 - Add a make target for building distributions (sdist + wheels) - Fix eval conversion for python 3
0.1.2
- Fix date support - Fix Dockerfile for generating python3 wheels