Nyalab / caniuse-api

request the caniuse data to check browsers compatibilities
MIT License
356 stars 27 forks source link

getLatestStableBrowsers returns array of all browsers #56

Closed myrddraall closed 6 years ago

myrddraall commented 7 years ago

getLatestStableBrowsers is returning an array with 180 elements

["firefox 2", "firefox 3" ...]

instead of the documented

  'opera 26',
  'ios_saf 8.1',
  'ie_mob 11',
  'ie 11',
  'firefox 33',
  'chrome 39' ]
natotthomer commented 7 years ago

I would second this. Having both would be very useful.

chrisdemars commented 7 years ago

Same happening to me. I just need the latest version.

cacheflow commented 7 years ago

I found the problem and was able to fix it. https://github.com/Nyalab/caniuse-api/pull/63

ooflorent commented 6 years ago

Fixed by #71