- Drop support for Python 2.
- Add support for Python 3.9.
- Also release as wheel on PyPI.
- Remove version pinnings in buildout as this is a library which should run with the newest versions of its dependencies.
- Add a simple self test.
- Require
pytest < 5
to keep Python 2 support. - Migrate to GitHub.
- Support Python 3.7 and 3.8.
- Update to fanstatic 1.0a to use minifier.
- Ensure compatibility with setuptools >= 30.0.
- The last two releases (0.4 and 0.5) were brown bag releases, so we need to make a new one.
- Add JS library to mock ajax calls during jasmine tests.
- Make it possible to run multiple TestApps.
- Fixed a problem where the testrunner finished sucessfully before all jasmine tests finished in browser.
- Added helper function to ease test layer setup.
- Made it easier to debug jasmine tests in the browser.
initial release