Experience-Monks / nyg-jam3

Second generation of the Jam3 Generator, many new features and breaking change features
https://generator.jam3.net
MIT License
11 stars 4 forks source link

Replace hard-coded detect library by npm version #222

Closed iranreyes closed 5 years ago

iranreyes commented 5 years ago

Changelog

  1. Removed hard-coded detect library located in src/utils
  2. Added @jam3/detect library

Features

  1. It's split in modules, easy to maintain and understands
  2. It's using the new bowser v2 -brand new API-
  3. Includes unit tests, with basic coverage
  4. Imports only the modules that you need, the rest will be removed using tree-shaking