bcea0a39436896a5c431a72c88866112a2c0af08ab6fbe9b9dd3d01c66988f876818afb51a1d70cd55af6def4e570c2b57651011632dda890bdf8a1b39d98c 2.1 KB

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