Releases: mozilla/glean_parser
Releases · mozilla/glean_parser
v1.17.1
06 Feb 12:40
Compare
Sorry, something went wrong.
No results found
BUGFIX: Generated Swift code now includes import Glean, unless generating
for a Glean-internal build.
v1.17.0
06 Feb 12:40
Compare
Sorry, something went wrong.
No results found
Remove default schema URL from validate_ping
Make schema argument required for CLI
BUGFIX: Avoid default import in Swift code for Glean itself
BUGFIX: Restore order of fields in generated Swift code
v1.16.0
06 Feb 12:40
Compare
Sorry, something went wrong.
No results found
Support for reason codes on pings was added.
v1.15.5
19 Dec 14:11
Compare
Sorry, something went wrong.
No results found
BUGFIX: Also allow the legacy name all_pings for send_in_pings parameter on metrics
v1.15.4
19 Dec 13:25
Compare
Sorry, something went wrong.
No results found
BUGFIX: Also allow the legacy name all_pings
v1.15.3
13 Dec 10:04
Compare
Sorry, something went wrong.
No results found
Add project title to markdown template.
Remove "Sorry about that" from markdown template.
BUGFIX: Replace dashes in variable names to force proper naming
v1.13.0
04 Dec 13:50
Compare
Sorry, something went wrong.
No results found
The translate command will no longer clear extra files in the output directory.
BUGFIX: Ensure all newlines in comments are prefixed with comment markers
BUGFIX: Escape Swift keywords in variable names in generated code
Generate documentation for pings that are sent if empty
v1.12.0
27 Nov 10:50
Compare
Sorry, something went wrong.
No results found
Reserve the deletion_request ping name
Added a new flag sendIfEmpty for pings
v1.11.0
14 Nov 08:12
Compare
Sorry, something went wrong.
No results found
Update HISTORY.rst to prepare for v1.11.0 (#137)
v1.9.5: Merge pull request #130 from mozilla/brizental-update-history-1.9.5
22 Oct 15:05
Compare
Sorry, something went wrong.
No results found
Allow a Swift lint for generated code
New lint: Restrict what metric can go into the 'baseline' ping
New lint: Warn for slight misspellings in ping names
BUGFIX: change Labeled types labels from lists to sets.