- Added: export the feature list
(#48)
- Fixed: Do not fail when browserslist gives a browser that caniuse-api doesn't
know about
(#45 - @onigoetz)
- Added: JSPM support with explicit file extensions (#40)
- Upgraded: dependecies (lodash.memoize, lodash.uniq, shelljs, babel-tape-runner, tape, tap-spec)
- Upgraded: ask travis to only test node stable
- Upgraded: some tests fixed, some tests added
- Fixed:
generator.js
was missing
- Upgraded: browserlist 1.x
- Upgraded: shelljs 0.5.x
- Added: output to notify if generation has been made or not
(related to #25)
- Fixed: lodash.uniq dep
(#31)
- Added: better exception messages
- Added: full browserify compatibility (by avoiding dynamic require)
- Fixed: postinstall hook for Windows
- Changed: Allow in browser usage by avoiding
require.resolve
and using a generated json instead or reading a directory (#20]
- Fixed: usage of caniuse-db outside the package itself
- Changed: upgrade to browserslist 0.2.x
- Added: package is now automatically tested by Travis-CI
- Changed: complete API changes, released as
caniuse-api
package
✨Initial release