Skip to content

Releases: browserslist/browserslist-ga-export

v5.0.0

03 Jul 20:00
Compare
Choose a tag to compare

This tool now supports Google Analytics 4.

Major Changes

  • Replace ignoreRows option with firstRowIndex, and change its default value, to improve clarity and to support CSV files from Google Analytics 4 instead of Universal Analytics by default.

Patch Changes

  • Fix issue of rows with incorrect number of fields causing an error.
  • Update README.MD to reflect changes and to improve overall readability.

v4.0.2

01 Jul 06:07
Compare
Choose a tag to compare

Patch Changes

  • Fix issue of Samsung Internet browser data not being parsed correctly (#22, #23).
  • Update README.MD to explain how to deal with 5,000-rows-per-page custom report export limitation (#9, #16).
  • Update documentation to clarify CLI behavior.
  • Update README.MD to fix CLI documentation heading structure.
  • Update documentation to improve style and clarity.

v4.0.1

19 May 04:27
Compare
Choose a tag to compare

Patch Changes

  • Update browserslist-ga dependency to latest version 0.0.13.
  • Update README.MD examples.

v4.0.0

22 Dec 17:50
Compare
Choose a tag to compare

Major Changes

  • Update reportPath option to be processed via fast-glob instead of glob (#18).
  • Update csvtojson version (#18).
  • Update yargs version (#18).
  • At least one collective breaking change due to the package updates described above is a change in the required version of Node.js.

Minor Changes

  • Update CLI to accept option aliases (#18).
  • Improve error handling and reporting (#18).

Patch Changes

  • Resolve security issue (#18).
  • Improve performance (#18).
  • Update README.MD to include code syntax highlighting for fenced code blocks.
  • Update README.MD to more clearly present CLI default command and options.

v3.0.0

06 Sep 19:21
Compare
Choose a tag to compare

Major Changes

  • Update reportPath option to be processed via glob so that multiple reports can be processed (#1).

Patch Changes

  • Fix issue of empty rows being skipped by csvtojson so that ignoreRows option works as expected (#12).
  • Fix determination of whether output file has been created or updated.
  • Add instruction and explanation to README.MD regarding the need to set user language setting to US English (#5, #14, #15).
  • Add CLI examples to README.MD.
  • Update README.MD to account for new ability to process multiple reports.
  • Update README.MD to improve style and clarity.
  • Remove Yarn snippets from README.MD since Yarn users presumably would understand installation instructions based on npm snippets.

v2.0.1

06 Sep 17:51
Compare
Choose a tag to compare

Patch Changes

  • Add prepublishOnly script so that bin script is published with Unix line endings (#8, #13).

v2.0.0

18 Feb 02:56
Compare
Choose a tag to compare

Major Changes

  • Update browserslist-ga version to 0.0.12, which requires using the "Device Category" dimension instead of "Mobile (Including Tablet)" in the custom report (#3). Update usage instructions in README.MD accordingly.

Patch Changes

  • Update README.MD to improve style and clarity.

v1.0.1

27 Jan 01:58
Compare
Choose a tag to compare

First release published to npm registry.

Patch Changes

  • Update repository references in package.json because repository ownership was transferred to Browserslist organization (browserslist/browserslist-ga#6).
  • Remove "private": true from package.json so that repository can be published as package to npm registry (#4).
  • Update installation instructions in README.MD because repository was published as package to npm registry (#4).
  • Update usage instructions in README.MD to better account for different Google Analytics user language settings.

v1.0.0

23 Jan 20:38
Compare
Choose a tag to compare

Initial release.