etienne-martin / device-detector-js

A precise user agent parser and device detector written in TypeScript
https://lx3rzx16x9.codesandbox.io/
GNU Lesser General Public License v3.0
451 stars 56 forks source link

Upgrade to support Matomo Device Detector 6 #144

Open vertisan opened 2 years ago

vertisan commented 2 years ago

Hi,
Are there any plans to make an upgrade to support Device Detector 6? I have tried to update fixtures only but tests return about 12k errors.

ervinmelega commented 2 years ago

Same.

whimsicaldreamer commented 1 year ago

For what I see, is there has been a structural change in regexes JSON structure. @etienne-martin I am not sure, but am guessing we need to make some changes to the existing parsers. For ex: oss.json under regexes has grouped multiple iOS and Mac versions under a particular regex.

image