Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Releases: Arttse/low-browser

v0.3.0

29 Oct 13:06
v0.3.0
c416b12

Choose a tag to compare

  • Rewritten in TypeScript. Has types
  • Add export as ES Module
  • Now only one function. Function parses each given user agent string and returns individual data object without mutation lowBrowser (no side effects)
    const data = lowBrowser('some user agent')
  • Now osBuild type is number
  • Using ES5 trim function. For lower versions it is worth using a polyfill

v0.2.1

03 Nov 14:37
v0.2.1
fe5aa5f

Choose a tag to compare

  • TypeError for userAgent argument

v0.2.0

04 Feb 09:04

Choose a tag to compare

  • Can also be loaded as AMD module
  • As module on server side (e.g. Node.js)
  • Function parse instead of init.
  • Improved definition.

v0.1.1

20 Jan 08:17

Choose a tag to compare

  • You can initialize script with your userAgent string.
  • Added core version for EDGE

v0.1.0

08 Oct 13:55

Choose a tag to compare

You get a basic definition.