You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
2.3 KiB

4 years ago
  1. # 3.0.0 - 2018-07-10
  2. - Upgraded: browserslist
  3. # 2.1.0 - 2018-06-06 (never released to npm)
  4. - Upgraded: browserslist, caniuse-lite
  5. # 2.0.0 - 2017-05-03
  6. - Changed: we now use caniuse-lite instead if caniuse-db
  7. ([#59](https://github.com/Nyalab/caniuse-api/pull/59))
  8. # 1.6.1 - 2017-04-07
  9. - Added: export the feature list
  10. ([#48](https://github.com/Nyalab/caniuse-api/pull/48))
  11. # 1.5.3 - 2017-02-01
  12. - Removed unused dependency
  13. ([#54](https://github.com/Nyalab/caniuse-api/pull/54) - @wtgtybhertgeghgtwtg)
  14. # 1.5.2 - 2016-09-05
  15. - Fixed: no more generation `postinstall` hook ``\o/``.
  16. ([#47](https://github.com/Nyalab/caniuse-api/pull/47) - @alexisvincent)
  17. # 1.5.1 - 2016-08-06
  18. - Fixed: Do not fail when browserslist gives a browser that caniuse-api doesn't
  19. know about
  20. ([#45](https://github.com/Nyalab/caniuse-api/pull/45) - @onigoetz)
  21. # 1.5.0 - 2016-06-01
  22. - Added: JSPM support with explicit file extensions ([#40](https://github.com/Nyalab/caniuse-api/issues/40))
  23. - Upgraded: dependecies (lodash.memoize, lodash.uniq, shelljs, babel-tape-runner, tape, tap-spec)
  24. - Upgraded: ask travis to only test node stable
  25. - Upgraded: some tests fixed, some tests added
  26. # 1.4.1 - 2015-10-18
  27. - Fixed: `generator.js` was missing
  28. # 1.4.0 - 2015-10-18
  29. - Upgraded: browserslist 1.x
  30. - Upgraded: shelljs 0.5.x
  31. - Added: output to notify if generation has been made or not
  32. (related to [#25](https://github.com/Nyalab/caniuse-api/issues/25))
  33. # 1.3.2 - 2015-06-23
  34. - Fixed: lodash.uniq dep
  35. ([#31](https://github.com/Nyalab/caniuse-api/issues/31))
  36. # 1.3.1 - 2015-03-31
  37. - Fixed: Windows support
  38. # 1.3.0 - 2015-03-30
  39. - Added: better exception messages
  40. - Added: full browserify compatibility (by avoiding dynamic require)
  41. # 1.2.2 - 2015-02-06
  42. - Fixed: postinstall hook for Windows
  43. # 1.2.1 - 2015-02-04
  44. - Changed: Allow in browser usage by avoiding `require.resolve` and using a generated json instead or reading a directory ([#20](https://github.com/Nyalab/caniuse-api/pull/20)]
  45. # 1.2.0 [YANKED]
  46. # 1.1.0 - 2015-02-03
  47. - Fixed: usage of caniuse-db outside the package itself
  48. - Changed: upgrade to browserslist 0.2.x
  49. # 1.0.0 - 2014-12-16
  50. - Added: package is now automatically tested by [Travis-CI](https://travis-ci.org/Nyalab/caniuse-api)
  51. # 0.1.0 - 2014-12-15
  52. - Changed: complete API changes, released as `caniuse-api` package
  53. # 0.0.1 - 2014-12-09
  54. ✨Initial release