You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
## Unreleased
4
4
5
+
- Transform generated folder into QML Module when building Javascript templates for the Qt platform. ([bug 1707896](https://bugzilla.mozilla.org/show_bug.cgi?id=1707896)
6
+
- Import the Glean QML module from inside each generated file, removing the requirement to import Glean before importing any of the generated files;
7
+
- Prodive a `qmldir` file exposing all generated files;
8
+
- Drop the `namespace` option for Javascript templates;
9
+
- Add a new `version` option for Javascript templates, required when building for Qt, which expected the Glean QML module version.
10
+
5
11
## 3.4.0 (2021-05-28)
6
12
7
13
- Add missing import for Kotlin code ([#339](https://github.com/mozilla/glean_parser/pull/341))
0 commit comments