Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gr2m/universal-user-agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0
Choose a base ref
...
head repository: gr2m/universal-user-agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.0
Choose a head ref
  • 11 commits
  • 10 files changed
  • 3 contributors

Commits on Mar 13, 2020

  1. build(deps): bump acorn from 5.7.3 to 5.7.4

    Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
    - [Release notes](https://github.com/acornjs/acorn/releases)
    - [Commits](acornjs/acorn@5.7.3...5.7.4)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and gr2m committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    3380a54 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. Configuration menu
    Copy the full SHA
    81c1c0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cea4000 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Configuration menu
    Copy the full SHA
    137868d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b63acac View commit details
    Browse the repository at this point in the history
  3. build(package): lock file

    gr2m committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    9ef785d View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Configuration menu
    Copy the full SHA
    f1ba278 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. build(deps): bump npm from 6.14.4 to 6.14.6

    Bumps [npm](https://github.com/npm/cli) from 6.14.4 to 6.14.6.
    - [Release notes](https://github.com/npm/cli/releases)
    - [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
    - [Commits](npm/cli@v6.14.4...v6.14.6)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    d2d0613 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. build(deps): bump lodash from 4.17.15 to 4.17.19

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.15...4.17.19)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 16, 2020
    Configuration menu
    Copy the full SHA
    136ff78 View commit details
    Browse the repository at this point in the history
  2. ci: replace travis with GitHub Actions (#53)

    * ci: remove travis
    
    * ci(actions): test workflow
    
    * ci(actions): release workflow
    
    * ci(actions): update-prettier workflow
    
    * docs(README): build status badge
    gr2m authored Jul 16, 2020
    Configuration menu
    Copy the full SHA
    d155315 View commit details
    Browse the repository at this point in the history
  3. fix: use same code for all environments (#57)

    I was hoping for conditional exports support to arrive sooner to the popular build tools, but doesn't look like it. I decided that the value for having the additional userAgent information about OS release version is not worth all the trouble that people experience because of it. Simplicity ftw.
    
    BREAKING CHANGE: no longer uses os-name in Node environment. The platform
    release version is no longer included. For example "Node.js/10.21.0 (Linux 4.15; x64)" is now `"Node.js/10.21.0 (Linux; x64)"
    gr2m authored Jul 16, 2020
    Configuration menu
    Copy the full SHA
    a52f688 View commit details
    Browse the repository at this point in the history
Loading