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

v0.3.0

Latest
Compare
Choose a tag to compare
@Arttse Arttse released this 29 Oct 13:06
· 3 commits to master since this release
v0.3.0
c416b12
  • 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