This release adds default values for every type in the `__init__` method. Resolves [issue 39](https://github.com/nrbnlulu/qtgql/issues/39)
Contributed by [ניר](https://github.com/nrbnlulu) via [PR #72](https://github.com/nrbnlulu/qtgql/pull/72/)
0.104.4
--------------------
migrate slot to use types from typingref This release fixes [issue 3](https://github.com/nrbnlulu/qtgql/issues/3)
Contributed by [xiangxw](https://github.com/xiangxw) via [PR #59](https://github.com/nrbnlulu/qtgql/pull/59/)
0.104.3
--------------------
This release adds `currentObject` property for codegen BaseModel. This is useful in QML where you have to access the current selected object outside the delegate. Fixes [65](https://github.com/nrbnlulu/qtgql/issues/65)
Contributed by [ניר](https://github.com/nrbnlulu) via [PR #66](https://github.com/nrbnlulu/qtgql/pull/66/)
0.104.2
--------------------
This release fixes [issue 61](https://github.com/nrbnlulu/qtgql/issues/61)
Contributed by [ניר](https://github.com/nrbnlulu) via [PR #62](https://github.com/nrbnlulu/qtgql/pull/62/)
0.104.1
--------------------
This release fixes [issue 58](https://github.com/nrbnlulu/qtgql/issues/58)
Contributed by [ניר](https://github.com/nrbnlulu) via [PR #60](https://github.com/nrbnlulu/qtgql/pull/60/)
0.104.0
--------------------
This release adds basic support for graphql enums.
Contributed by [ניר](https://github.com/nrbnlulu) via [PR #57](https://github.com/nrbnlulu/qtgql/pull/57/)