Skip to content

Tags: dineshgowda24/browser

Tags

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v1.1.0 (#4)

* refactor(matchers): revamp matchers to use parser

- uses single copy of user agent, reducing mem foot print
- user agent is abstracted away with parser

* refactor(devices): revamp devices to use parser

- uses single copy of user agent, reducing mem foot print
- user agent is abstracted away with parser

* refactor(platforms): revamp platforms to use parser

- uses single copy of user agent, reducing mem foot print
- user agent is abstracted away with parser

* feat(matcher): add firefox browser

* feat(matcher): add brave browser

* feat(matcher): add vivaldi browser

* fix(matcher): add compile time check for UAParser

* docs: update readme and logo

v1.0.0

Toggle v1.0.0's commit message
Initial release