Skip to content

Releases: mozilla/glean.js

v0.10.1 (2021-04-26)

26 Apr 15:50
Compare
Choose a tag to compare

Full changelog

  • #254: BUGFIX: Allow the usage of the Glean specific metrics API before Glean is initialized.

v0.10.0 (2021-04-20)

20 Apr 13:22
Compare
Choose a tag to compare

Full changelog

  • #228: Provide a Qt build with every new release.
  • #227: BUGFIX: Fix a bug that prevented using labeled_string and labeled_boolean.
  • #226: BUGFIX: Fix Qt build configuration to target ES5.

v0.9.2 (2021-04-19)

19 Apr 16:06
Compare
Choose a tag to compare

Full changelog

  • #220: Update glean_parser to version 3.1.1.

v0.9.1 (2021-04-19)

19 Apr 13:51
Compare
Choose a tag to compare

Full changelog

  • #219: BUGFIX: Fix path to ping entry point in package.json.

v0.9.0 (2021-04-19)

19 Apr 09:15
Compare
Choose a tag to compare

Full changelog

  • #201: BUGFIX: Do not let the platform be changed after Glean is initialized.
  • #215: Update the glean-parser to version 3.1.0.
  • #214: Improve error reporting of the Glean command.

v0.8.1 (2021-04-14)

14 Apr 09:07
Compare
Choose a tag to compare

Full changelog

  • #206: BUGFIX: Fix ping submission URL path.
    • Application ID was being reported as undefined.

v0.8.0 (2021-04-13)

13 Apr 13:15
Compare
Choose a tag to compare

Full changelog

  • #173: Drop Node.js support from webext entry points
  • #155: Allow to define custom uploaders in the configuration.
  • #184: Correctly report appBuild and appDisplayVersion if provided by the user.
  • #198, #192, #184, #180, #174, #165: BUGFIX: Remove all circular dependencies.

v0.7.0

26 Mar 14:50
Compare
Choose a tag to compare

Full changelog

  • #143: Provide a way to initialize and reset Glean.js in tests.

v0.6.1

22 Mar 13:38
Compare
Choose a tag to compare

Full changelog

  • #130: BUGFIX: Fix destination path of CommonJS' build package.json.

v0.6.0 (2021-03-22)

22 Mar 09:13
Compare
Choose a tag to compare

Full changelog

  • #123: BUGFIX: Fix support for ES6 environments.
    • Include .js extensions in all local import statements.
    • Add a type: module declaration to the main package.json.