File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ v3.0.0 - January 20, 2016
2
+
3
+ * 5ff65f6 Upgrade: Change Esprima version to latest (Nicholas C. Zakas)
4
+ * a8badcc Upgrade: eslint-release to 0.1.4 (Nicholas C. Zakas)
5
+ * 34d195b Build: Switch to eslint-release (Nicholas C. Zakas)
6
+ * a0ddc30 Breaking: Remove binary scripts (Nicholas C. Zakas)
7
+ * 02b5284 Build: Fix package.json dependencies (Nicholas C. Zakas)
8
+ * b07696f Fix: tests for importing keywords (fixes #225 ) (Toru Nagashima)
9
+ * 2e2808a Build: Add node@5 to CI (fixes #237 ) (alberto)
10
+ * 445c685 Update: Unrecognized license format in package.json (fixes #234 ) (alberto)
11
+ * 61cb5ee Update: Remove duplicated acorn-jsx dep (fixes #232 ) (alberto)
12
+ * df5b71c Upgrade: eslint and eslint-config-eslint (fixes #231 ) (alberto)
13
+ * ef7a06d Fix: lastToken not reset between calls to parse (fixes #229 ) (alberto)
14
+ * cdf8407 New: ecmaFeatures.impliedStrict (fixes: #227 ) (Nick Evans)
15
+
1
16
v3.0.0-alpha-2 - December 9, 2015
2
17
3
18
* 3.0.0-alpha-2 (Nicholas C. Zakas)
Original file line number Diff line number Diff line change 30
30
"eslint" : " ^2.0.0-beta.1" ,
31
31
"eslint-config-eslint" : " ^2.0.0" ,
32
32
"eslint-release" : " ^0.1.4" ,
33
- "esprima" : " * " ,
33
+ "esprima" : " latest " ,
34
34
"esprima-fb" : " ^8001.2001.0-dev-harmony-fb" ,
35
35
"istanbul" : " ~0.2.6" ,
36
36
"json-diff" : " ~0.3.1" ,
You can’t perform that action at this time.
0 commit comments