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