v1.3.1:
  date: 2015-12-28
  changes:
    - use Mobile-Detect@2.8.19

v1.3.0:
  date: 2015-09-17
  changes:
    - use Mobile-Detect@2.8.17
    - add method 'userAgents()' to handle cases where more than one browser matches
    - change method 'is()' to reflect that more than one match is possible for patterns
    - fix #34 is('MobileBot') not working
    - mitigate #36 ucbrowser detect as safari on android os
    - disable failing unit-tests (testing particular device matches)

v1.2.1:
  date: 2015-07-19
  changes:
    - use Mobile-Detect@2.8.15

v1.2.0:
  date: 2015-05-24
  changes:
    - fix #28 extend fallback pattern for unknown tablets (http://detectmobilebrowsers.com/)

v1.1.0:
  date: 2015-05-10
  changes:
    - use Mobile-Detect@2.8.13 (fix #27)
    - fix #26 webpack build error

v1.0.1:
  date: 2015-04-10
  changes:
    - package.json bugfix (full-qualified url to github-repo)
      This change affects only npm and has no effect on code or Bower.
      Therefor this version isn't published through CDN.

v1.0.0:
  date: 2015-03-22
  changes:
    - use Mobile-Detect@2.8.12
    - breaking change: phone() and tablet() won't return 'UnknownMobile' -> have to check mobile() as well (issue #20)
    - breaking change: fallback detection phone/tablet is now based on smaller screen side (issue #23)
    - expose internal implementation in case somebody wants to quick fix or monkey-patch the behaviour

v0.4.3:
  date: 2014-12-08
  changes:
    - fix issue #15 (detect crazy Microsoft Mobile OS)
    - use Mobile-Detect@2.8.11

v0.4.2:
  date: 2014-10-21
  changes:
    - use Mobile-Detect@2.8.5

v0.4.1:
  date: 2014-10-12
  changes:
    - fix issue #10 (optimization: no need to eval code before it's not required)
    - use Mobile-Detect@2.8.4

v0.4.0:
  date: 2014-07-15
  changes:
    - use Mobile-Detect@2.8.3
    - add AMD support (thnx to @unclechu)
