Skip to content

Releases: gr2m/universal-user-agent

v6.0.1

04 Nov 22:29
8619fad
Compare
Choose a tag to compare

6.0.1 (2023-11-04)

Bug Fixes

v7.0.2

18 Sep 18:47
5a47b86
Compare
Choose a tag to compare

7.0.2 (2023-09-18)

Bug Fixes

  • handle process.version set to undefined (#78) (5a47b86)

v7.0.1

21 Sep 20:18
Compare
Choose a tag to compare

7.0.1 (2022-09-21)

Bug Fixes

  • README: remove require as module is now ESM (0d9e33b)

v7.0.0

16 Sep 04:42
Compare
Choose a tag to compare

7.0.0 (2021-09-16)

Features

BREAKING CHANGES

  • This package is now pure ESM
  • Node 12+ required

v6.0.0

16 Jul 19:46
a52f688
Compare
Choose a tag to compare

6.0.0 (2020-07-16)

Bug Fixes

  • use same code for all environments (#57) (a52f688)

BREAKING CHANGES

  • 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)"

v5.0.0

21 Feb 19:11
Compare
Choose a tag to compare

5.0.0 (2020-02-21)

Bug Fixes

  • fallback to <environment undetectable> in all environments (8b5a63f)

BREAKING CHANGES

  • getUserAgent() is no longer throwing an error if it cannot determine the user agent, it falls back to <environment undetectable> instead

v4.0.1

21 Feb 18:57
d45e9dd
Compare
Choose a tag to compare

4.0.1 (2020-02-21)

Bug Fixes

  • fallback to "<environment unknown>" if navigator is undefined (#41) (d45e9dd)

v4.0.0

03 Sep 15:51
Compare
Choose a tag to compare

4.0.0 (2019-09-03)

Bug Fixes

BREAKING CHANGES

  • Before
const getUserAgent = require("universal-user-agent")

Now

const { getUserAgent } = require("universal-user-agent")

v3.0.0

12 Jul 17:26
Compare
Choose a tag to compare

3.0.0 (2019-07-12)

Continuous Integration

  • travis: test in Node 12, stop testing in Node 6 (9088108)

BREAKING CHANGES

  • travis: Official support for Node 6 removed. It might still work, but is no longer tested

v2.1.0

08 May 17:36
Compare
Choose a tag to compare

2.1.0 (2019-05-08)

Features

  • add typescript definition (f75c2e9)