Releases: eslint/js
Releases · eslint/js
v3.1.5
v3.1.4
- e044705 Fix: remove extra leading comments at node level (fixes #264) (Kai Cataldo)
- 25c27fb Chore: Remove jQuery copyright from header of each file (Kai Cataldo)
- 10709f0 Chore: Add jQuery Foundation copyright (Nicholas C. Zakas)
- d754b32 Upgrade: Acorn 3.1.0 (fixes #270) (Toru Nagashima)
- 3a90886 Docs: replace a dead link with the correct contributing guide URL (Shinnosuke Watanabe)
- 55184a2 Build: replace optimist with a simple native method (Shinnosuke Watanabe)
- c7e5a13 Fix: Disallow namespaces objects in JSX (fixes #261) (Kai Cataldo)
- 22290b9 Fix: Add test for leading comments (fixes #136) (Kai Cataldo)
v3.1.3
v3.1.2
v3.1.1
v3.1.0
v3.0.2
v3.0.1
- ecfe4c8 Upgrade: eslint-config-eslint to 3.0.0 (Nicholas C. Zakas)
- ea6261e Fix: Object rest/spread in assign (fixes #247) (Nicholas C. Zakas)
- 7e57ee0 Docs: fix
options.comment
typo (xuezu) - dd5863e Build: Add prerelease script (Nicholas C. Zakas)
- 0b409ee Upgrade: eslint-release to 0.2.0 (Nicholas C. Zakas)
v3.0.0
- 5ff65f6 Upgrade: Change Esprima version to latest (Nicholas C. Zakas)
- a8badcc Upgrade: eslint-release to 0.1.4 (Nicholas C. Zakas)
- 34d195b Build: Switch to eslint-release (Nicholas C. Zakas)
- a0ddc30 Breaking: Remove binary scripts (Nicholas C. Zakas)
- 02b5284 Build: Fix package.json dependencies (Nicholas C. Zakas)
- b07696f Fix: tests for importing keywords (fixes #225) (Toru Nagashima)
- 2e2808a Build: Add node@5 to CI (fixes #237) (alberto)
- 445c685 Update: Unrecognized license format in package.json (fixes #234) (alberto)
- 61cb5ee Update: Remove duplicated acorn-jsx dep (fixes #232) (alberto)
- df5b71c Upgrade: eslint and eslint-config-eslint (fixes #231) (alberto)
- ef7a06d Fix: lastToken not reset between calls to parse (fixes #229) (alberto)
- cdf8407 New: ecmaFeatures.impliedStrict (fixes: #227) (Nick Evans)
v3.0.0-alpha-3
- Fix: Don't allow regex y flag in ES5 (Nicholas C. Zakas)