Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SDK
Doxyqml
Commits
1c1dab58
Commit
1c1dab58
authored
Dec 01, 2018
by
Aurelien Gateau
Browse files
Getting ready for 0.5.0
parent
e0a6fa0d
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
1c1dab58
# 2018.12.01 - 0.5.0
- Turn internal QML elements into private C++ members, see README.md for details on how to use this. (Matthew Lam)
- Add support for `@returns`, a synonym for `@return`. (Max Paperno)
- Add support for trailing (inline) Doxygen comments for properties, signals, and methods (but not method params). (Max Paperno)
- Fix installation issues on Windows (Max Paperno)
- Improve test coverage and infrastructure (Aurelien Gateau)
- Setup flake8 to enforce coding style (Aurelien Gateau)
# 2018.05.19 - 0.4.0
- Add support for wrapping generated C++ code in a namespace (Taylor Braun-Jones)
...
...
RELEASE_CHECK_LIST.md
View file @
1c1dab58
...
...
@@ -2,7 +2,7 @@ Update NEWS:
r!git log --pretty=format:'- \%s (\%an)' x.y.z-1..HEAD
Bump version number in doxyqml/
doxyqml
.py
Bump version number in doxyqml/
__init__
.py
Commit
...
...
doxyqml/__init__.py
View file @
1c1dab58
__version__
=
"0.
4
.0"
__version__
=
"0.
5
.0"
DESCRIPTION
=
"Doxygen input filter for QML files"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment