Skip to content

Version 2.0.4

Compare
Choose a tag to compare
@sanchezzzhak sanchezzzhak released this 26 Jun 18:27
· 126 commits to master since this release

What's Changed

  • improved detection client: added indexing for browsers
  • to activate indexing, use next code:
const detector = new DeviceDetect({
  deviceIndexes: true,   // default false
  clientIndexes: true,   // default false
});
  • option discardDeviceIndexes, for constructor removed

  • improved detection device: added skip device detect is desktop regex pattern

  • added devices count: ~240

  • added apps count: 1

  • added bots count: 14

Full Changelog: 2.0.3...2.0.4