Skip to content

Commit d54e0c1

Browse files
author
ESLint Jenkins
committed
Build: package.json and changelog update for 3.13.0
1 parent cd4c025 commit d54e0c1

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
v3.13.0 - January 6, 2017
2+
3+
* cd4c025 Update: add fixer for no-extra-label (#7840) (Teddy Katz)
4+
* aa75c92 Fix: Ensure prefer-const fixes destructuring assignments (fixes #7852) (#7859) (Teddy Katz)
5+
* 4008022 Chore: Refactor to use ES6 Classes (Part 3)(refs #7849) (#7865) (Gyandeep Singh)
6+
* c9ba40a Update: add fixer for `no-unneeded-ternary` (#7540) (Teddy Katz)
7+
* dd56d87 Update: add object-shorthand option for arrow functions (fixes #7564) (#7746) (Teddy Katz)
8+
* fbafdc0 Docs: `padded-blocks` `never` case (fixes #7868) (#7878) (alberto)
9+
* ca1f841 Fix: no-useless-return stack overflow on loops after throw (fixes #7855) (#7856) (Teddy Katz)
10+
* d80d994 Update: add fixer for object-property-newline (fixes #7740) (#7808) (Teddy Katz)
11+
* bf3ea3a Fix: capitalized-comments: Ignore consec. comments if first is invalid (#7835) (Kevin Partington)
12+
* 616611a Chore: Refactor to use ES6 Classes (Part 2)(refs #7849) (#7847) (Gyandeep Singh)
13+
* 856084b Chore: Refactor to use ES6 Classes (Part 1)(refs #7849) (#7846) (Gyandeep Singh)
14+
* bf45893 Docs: Clarify that we only support Stage 4 proposals (#7845) (Kevin Partington)
15+
* 0fc24f7 Fix: adapt new-paren rule so it handles TypeScript (fixes #7817) (#7820) (Philipp A)
16+
* df0b06b Fix: no-multiple-empty-lines perf issue on large files (fixes #7803) (#7843) (Teddy Katz)
17+
* 18fa521 Chore: use ast-utils helper functions in no-multiple-empty-lines (#7842) (Teddy Katz)
18+
* 7122205 Docs: Array destructuring example for no-unused-vars (fixes #7838) (#7839) (Remco Haszing)
19+
* e21b36b Chore: add integration tests for cache files (refs #7748) (#7794) (Teddy Katz)
20+
* 2322733 Fix: Throw error if ruletester is missing required test scenarios (#7388) (Teddy Katz)
21+
* 1beecec Update: add fixer for `operator-linebreak` (#7702) (Teddy Katz)
22+
* c5c3b21 Fix: no-implied-eval false positive on 'setTimeoutFoo' (fixes #7821) (#7836) (Teddy Katz)
23+
* 00dd96c Chore: enable array-bracket-spacing on ESLint codebase (#7830) (Teddy Katz)
24+
* ebcae1f Update: no-return-await with with complex `return` argument (fixes #7594) (#7595) (Dalton Santos)
25+
* fd4cd3b Fix: Disable no-var autofixer in some incorrect cases in loops (#7811) (Alan Pierce)
26+
* 1f25834 Docs: update outdated info in Architecture page (#7816) (Teddy Katz)
27+
* f20b9e9 Fix: Relax no-useless-escape's handling of ']' in regexes (fixes #7789) (#7793) (Teddy Katz)
28+
* 3004c1e Fix: consistent-return shouldn't report class constructors (fixes #7790) (#7797) (Teddy Katz)
29+
* b938f1f Docs: Add an example for the spread operator to prefer-spread.md (#7802) (#7804) (butlermd)
30+
* b8ce2dc Docs: Remove .html extensions from links in developer-guide (#7805) (Kevin Partington)
31+
* aafebb2 Docs: Wrap placeholder sample in {% raw %} (#7798) (Daniel Lo Nigro)
32+
* bb6b73b Chore: replace unnecessary function callbacks with arrow functions (#7795) (Teddy Katz)
33+
* 428fbdf Fix: func-call-spacing "never" doesn't fix w/ line breaks (fixes #7787) (#7788) (Kevin Partington)
34+
* 6e61070 Fix: `semi` false positive before regex/template literals (fixes #7782) (#7783) (Teddy Katz)
35+
* ff0c050 Fix: remove internal property from config generation (fixes #7758) (#7761) (alberto)
36+
* 27424cb New: `prefer-destructuring` rule (fixes #6053) (#7741) (Alex LaFroscia)
37+
* bb648ce Docs: fix unclear example for no-useless-escape (#7781) (Teddy Katz)
38+
* 8c3a962 Fix: syntax errors from object-shorthand autofix (fixes #7744) (#7745) (Teddy Katz)
39+
* 8b296a2 Docs: fix in semi.md: correct instead of incorrect (#7779) (German Prostakov)
40+
* 3493241 Upgrade: strip-json-comments ~v2.0.1 (Janus Troelsen)
41+
* 75b7ba4 Chore: enable object-curly-spacing on ESLint codebase (refs #7725) (#7770) (Teddy Katz)
42+
* 7d1dc7e Update: Make default-case comment case-insensitive (fixes #7673) (#7742) (Robert Rossmann)
43+
* f1bf5ec Chore: convert remaining old-style context.report() calls to the new API (#7763) (Teddy Katz)
44+
145
v3.12.2 - December 14, 2016
246

347
* dec3ec6 Fix: indent bug with AssignmentExpressions (fixes #7747) (#7750) (Teddy Katz)

0 commit comments

Comments
 (0)