This repository was archived by the owner on Jun 24, 2022. It is now read-only.
Releases: Arttse/low-browser
Releases · Arttse/low-browser
v0.3.0
- 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
osBuildtype isnumber - Using ES5 trim function. For lower versions it is worth using a polyfill