1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
# 2016.06.20 - 0.3.0
- Port to Python 3 (Olivier Churlaud, Aurélien Gâteau)
- Skip directory imports (Aurélien Gâteau)
- Support comment after class declaration (Cédric Cabessa)
- Give version argument of the ctor a default value (Mathias Hasselmann)
- Find qmldir for relative paths (Mathias Hasselmann)
- Read import statements to help base class lookup (Mathias Hasselmann)
- Generate qualified component names (Mathias Hasselmann)
- Handle singleton pragmas (Mathias Hasselmann)
# 2014.02.11 - 0.2.0
- Port to argparse (Aurélien Gâteau)
- Add functional tests (Aurélien Gâteau)
- Keep all comments, necessary to support features like @cond/@endcond (Aurélien Gâteau)
- Add support for readonly properties (Burkhard Daniel)
- Support for anonymous function (Niels Madan)
- Improve handling of unknown arguments (Aurélien Gâteau)
- Add support for \return and \param in addition to @return and @param (Aurélien Gâteau)
- Make tests.py executable (Aurélien Gâteau)
# 2012.11.21 - 0.1.0
- First release
|