CHANGELOG.md 576 KB
Newer Older
Rosanny Sihombing's avatar
Rosanny Sihombing committed
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
5959
5960
5961
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
* Fix: `no-loop-func` rule allows functions at init part (fixes #2427) (Toru Nagashima)
* New: Add init command (fixes #2302) (Ilya Volodin)
* Fix: no-irregular-whitespace should work with irregular line breaks (fixes #2316) (Mathias Schreck)
* Fix: generator-star-spacing with class methods (fixes #2351) (Brandon Mills)
* New: no-unneeded-ternary rule to disallow boolean literals in conditional expressions (fixes #2391) (Gyandeep Singh)
* Docs: Add `restParams` to `ecmaFeatures` options list (refs: #2346) (Bogdan Savluk)
* Fix: space-in-brackets Cannot read property 'range' (fixes #2392) (Gyandeep Singh)
* Docs: Sort the rules (Lukas Böcker)
* Add: Exception option for `no-extend-native` and `no-native-reassign` (fixes #2355) (Gyandeep Singh)
* Fix: space-in-brackets import declaration  (fixes #2378) (Gyandeep Singh)
* Update: Add uninitialized and initialized options (fixes #2206) (Ian VanSchooten)
* Fix: brace-style to not warn about curly mix ifStatements (fixes #1739) (Gyandeep Singh)
* Fix: npm run profile script should use espree (fixes #2150) (Mathias Schreck)
* New: Add support for extending configurations (fixes #1637) (Espen Hovlandsdal)
* Fix: Include string literal keys in object-shorthand (Fixes #2374) (Jamund Ferguson)
* Docs: Specify language for all code fences, enable corresponding markdownlint rule. (David Anson)
* New: linebreak-style rule (fixes #1255) (Erik Müller)
* Update: Add "none" option to operator-linebreak rule (fixes #2295) (Casey Visco)
* Fix: sanitise Jekyll interpolation during site generation (fixes #2297) (Michael Ficarra)

v0.20.0 - April 24, 2015

* 0.20.0 (Nicholas C. Zakas)
* Fix: support arrow functions in no-extra-parens (fixes #2367) (Michael Ficarra)
* Fix: Column position in space-infix-ops rule (fixes #2354) (Gyandeep Singh)
* Fix: allow plugins to be namespaced (fixes #2360) (Seth Pollack)
* Update: one-var: enable let & const (fixes #2301) (Joey Baker)
* Docs: Add meteor to avaiable environments list (bartmichu)
* Update: Use `Object.assign()` polyfill for all object merging (fixes #2348) (Sindre Sorhus)
* Docs: Update markdownlint dependency, resolve/suppress new issues. (David Anson)
* Fix: newline-after-var declare and export (fixes #2325) (Gyandeep Singh)
* Docs: Some typos and grammar. (AlexKVal)
* Fix: newline-after-var to ignore declare in for specifiers (fixes #2317) (Gyandeep Singh)
* New: add --stdin-filename option (fixes #1950) (Mordy Tikotzky)
* Fix: Load .eslintrc in $HOME only if no other .eslintrc is found (fixes #2279) (Jasper Woudenberg)
* Fix: Add `v8` module to no-mixed-requires rule (fixes #2320) (Gyandeep Singh)
* Fix: key-spacing with single properties (fixes #2311) (Brandon Mills)
* Docs: `no-invalid-regexp`: add `ecmaFeatures` flags for `u`/`y` (Jordan Harband)
* New: object-shorthand rule (refs: #1617) (Jamund Ferguson)
* Update: backticks support for quotes rule (fixes #2153) (borislavjivkov)
* Fix: space-in-brackets to work with modules (fixes #2216) (Nicholas C. Zakas)

v0.19.0 - April 11, 2015

* 0.19.0 (Nicholas C. Zakas)
* Upgrade: Espree to 2.0.1 (Nicholas C. Zakas)
* Docs: Update one-var documentation (fixes #2210) (Nicholas C. Zakas)
* Update: Add test for no-undef (fixes #2214) (Nicholas C. Zakas)
* Fix: Report better location for padded-blocks error (fixes #2224) (Nicholas C. Zakas)
* Fix: Don't check concise methods in quote-props (fixes #2251) (Nicholas C. Zakas)
* Fix: Consider tabs for space-in-parens rule (fixes #2191) (Josh Quintana)
* Fix: block-scoped-var to work with classes (fixes #2280) (Nicholas C. Zakas)
* Docs: Remove trailing spaces, enable corresponding markdownlint rule. (David Anson)
* Fix: padded-blocks with ASI (fixes #2273) (Brandon Mills)
* Fix: Handle comment lines in newline-after-var (fixed #2237) (Casey Visco)
* Docs: Standardize on '*' for unordered lists, enable corresponding markdownlint rule. (David Anson)
* Fix: no-undef and no-underscore-dangle to use double quotes (fixes #2258) (Gyandeep Singh)
* Docs: Improve grammar and style in comma-dangle.md (Nate Eagleson)
* Docs: Improve grammar and style in padded-blocks.md (Nate Eagleson)
* Docs: Update URL in no-wrap-func.md to resolve 404 (Nate Eagleson)
* Docs: Fix typo in command-line-interface.md (Nate Eagleson)
* Docs: Fix typo in working-with-rules.md (Nate Eagleson)
* Docs: Remove hard tabs from *.md, enable corresponding markdownlint rule. (David Anson)
* Fix: Function id missing in parent scope when using ecmaFeature `modules` for rule block-scoped-var (fixes #2242) (Michael Ferris)
* Fix: Ignore single lines for vertical alignment (fixes #2018) (Ian VanSchooten)
* Fix: Allow inline comments in newline-after-var rule (fixes #2229) (Casey Visco)
* Upgrade: Espree 2.0.0 and escope 3.0.0 (fixes #2234, fixes #2201, fixes (Nicholas C. Zakas)
* Docs: Update --no-ignore warning (Brandon Mills)
* Build: Remove jshint files (fixes #2222) (Jeff Tan)
* Docs: no-empty fix comment change (refs #2188) (Gyandeep Singh)
* Fix: duplicate semi and no-extra-semi errors (fixes #2207) (Brandon Mills)
* Docs: Update processors description (Nicholas C. Zakas)
* Fix: semi error on export declaration (fixes #2194) (Brandon Mills)
* New: operator-linebreak rule (fixes #1405) (Benoît Zugmeyer)
* Docs: Fixing broken links in documentation (Ilya Volodin)
* Upgrade: Espree to 0.12.3 (fixes #2195) (Gyandeep Singh)
* Fix: camelcase rule with {properties: never} shouldn't check assignment (fixes #2189) (Gyandeep Singh)
* New: Allow modifying base config (fixes #2143) (Meo)
* New: no-continue rule (fixes #1945) (borislavjivkov)
* Fix: `no-empty` rule should allow any comments (fixes #2188) (Gyandeep Singh)
* Docs: Fix spell in camelcase doc (fixes #2190) (Gyandeep Singh)
* Fix: Require semicolon after import/export statements (fixes #2174) (Gyandeep Singh)
* Build: Add linting of Markdown files to "npm test" script (fixes #2182) (David Anson)
* Build: Fixing site generation (Ilya Volodin)
* Build: Fix gensite task to work even if files are missing (Nicholas C. Zakas)

v0.18.0 - March 28, 2015

* 0.18.0 (Nicholas C. Zakas)
* Fix: Mark variables as used in module scope (fixes #2137) (Nicholas C. Zakas)
* Fix: arrow functions need wrapping (fixes #2113) (Nicholas C. Zakas)
* Fix: Don't crash on empty array pattern item (fixes #2111) (Nicholas C. Zakas)
* Fix: Don't error on destructured params (fixes #2051) (Nicholas C. Zakas)
* Docs: Fixing broken links (Ilya Volodin)
* Fix: no-constant-condition should not flag += (fixes #2155) (Nicholas C. Zakas)
* Fix: Ensure piped in code will trigger correct errors (fixes #2154) (Nicholas C. Zakas)
* Fix: block-scoped-var to handle imports (fixes #2087) (Nicholas C. Zakas)
* Fix: no-dupe-args to work with destructuring (fixes #2148) (Nicholas C. Zakas)
* Fix: key-spacing crash on computed properties (fixes #2120) (Brandon Mills)
* Fix: indent crash on caseless switch (fixes #2144) (Brandon Mills)
* Fix: Don't warn about destructured catch params (fixes #2125) (Nicholas C. Zakas)
* Update: Omit setter param from no-unused-vars (fixes #2133) (Nicholas C. Zakas)
* Docs: Cleaning dead links (Ilya Volodin)
* Docs: Moving documentation out of the repository and modifying build scripts (Ilya Volodin)
* Docs: Update link to Documentation (Kate Lizogubova)
* Docs: Adding back deprecated space-unary-word-ops documentation (Ilya Volodin)
* Fix: Unused recursive functions should be flagged (issue2095) (Nicholas C. Zakas)
* Breaking: Remove JSX support from no-undef (fixes #2093) (Nicholas C. Zakas)
* Fix: markVariableAsUsed() should work in Node.js env (fixes #2089) (Nicholas C. Zakas)
* New: Add "always" and "never" options to "one-var" rule. (fixes #1619) (Danny Fritz)
* New: newline-after-var rule (fixes #2057) (Gopal Venkatesan)
* Fix: func-names with ES6 classes (fixes #2103) (Marsup)
* Fix: Add "Error" to the "new-cap" rule exceptions (fixes #2098) (Mickaël Tricot)
* Fix: vars-on-top conflict with ES6 import (fixes #2099) (Gyandeep Singh)
* Docs: Fixed JSON syntax (Sajin)
* New: space-before-function-paren rule (fixes #2028) (Brandon Mills)
* Breaking: rule no-empty also checking for empty catch blocks. (fixes #1841) (Dieter Oberkofler)
* Update: rule camelcase to allow snake_case in object literals. (fixes #1919) (Dieter Oberkofler)
* New: Added option int32Hint for space-infix-ops (fixes #1295) (Kirill Efimov)
* New: no-param-reassign rule (fixes #1599) (Nat Burns)

v0.17.1 - March 17, 2015

* 0.17.1 (Nicholas C. Zakas)
* Fix: no-func-assign should not fail on import declarations (fixes #2060) (Igor Zalutsky)
* Fix: block-scoped-var to work with destructuring (fixes #2059) (Nicholas C. Zakas)
* Fix: no-redeclare should check Node.js scope (fixes #2064) (Nicholas C. Zakas)
* Fix: space-before-function-parentheses generator methods (fixes #2082) (Brandon Mills)
* Fix: Method name resolution in complexity rule (fixes #2049) (Nicholas C. Zakas)
* Fix: no-unused-vars crash from escope workaround (fixes #2042) (Brandon Mills)
* Fix: restrict dot-notation keywords to actual ES3 keywords (fixes #2075) (Michael Ficarra)
* Fix: block-scoped-var to work with classes (fixes #2048) (Nicholas C. Zakas)
* Docs: Update no-new documentation (fixes #2044) (Nicholas C. Zakas)
* Fix: yoda range exceptions with this (fixes #2063) (Brandon Mills)
* Docs: Fix documentation on configuring eslint with comments (Miguel Ping)
* Fix: rule no-duplicate-case problem with MemberExpressions. (fixes #2038) (Dieter Oberkofler)
* Fix: Exempt \0 from no-octal-escape (fixes #1923) (Michael Ficarra)

v0.17.0 - March 14, 2015

* 0.17.0 (Nicholas C. Zakas)
* Fix: module import specifiers should be defined (refs #1978) (Nicholas C. Zakas)
* Fix: Ignore super in no-undef (refs #1968) (Nicholas C. Zakas)
* Upgrade: Espree to v0.12.0 (refs #1968) (Nicholas C. Zakas)
* Fix: destructured arguments should work in block-scoped-var (fixes #1996) (Nicholas C. Zakas)
* Fix: Line breaking with just carriage return (fixes #2005) (Nicholas C. Zakas)
* Fix: location of new-cap error messages (fixes #2025) (Mathias Schreck)
* Breaking: Stop checking JSX variable use, expose API instead (fixes #1911) (Glen Mailer)
* Fix: Check spacing of class methods (fixes #1989) (Nicholas C. Zakas)
* New: no-duplicate-case rule to disallow a duplicate case label (fixes #2015) (Dieter Oberkofler)
* Clarify issue requirement for doc pull requests (Ian)
* Add quotes around object key (Ian)
* Fix: Add comma-dangle allow-multiline (fixes #1984) (Keith Cirkel)
* Fix: Don't explode on default export function (fixes #1985) (Nicholas C. Zakas)
* Update: Add AST node exceptions to comma-style. (fixes #1932) (Evan Simmons)
* Docs: Add spread operator to available language options (Nicholas C. Zakas)
* New: generator-star-spacing rule (fixes #1680, fixes #1949) (Brandon Mills)

v0.16.2 - March 10, 2015

* 0.16.2 (Nicholas C. Zakas)
* Fix: Ensure globalReturn isn't on when node:false (fixes #1995) (Nicholas C. Zakas)
* Downgrade: escope pegged to 2.0.6 (refs #2001) (Nicholas C. Zakas)
* Upgrade: escope to 2.0.7 (fixes #1978) (Nicholas C. Zakas)
* Docs: Update descriptive text for --no-ignore option. (David Anson)
* Upgrade: estraverse to latest for ESTree support (fixes #1986) (Nicholas C. Zakas)
* Fix: Global block-scope-var check should work (fixes #1980) (Nicholas C. Zakas)
* Fix: Don't warn about parens around yield (fixes #1981) (Nicholas C. Zakas)

v0.16.1 - March 8, 2015

* 0.16.1 (Nicholas C. Zakas)
* Fix: Node.js scoping in block-scoped-var (fixes #1969) (Nicholas C. Zakas)
* Update: Enable ES6 scoping for more options (Nicholas C. Zakas)
* Fix: Ensure all export nodes are traversable (fixes #1965) (Nicholas C. Zakas)
* Fix: Ensure class names are marked as used (fixes #1967) (Nicholas C. Zakas)
* Fix: remove typo that caused a crash (fixes #1963) (Fabricio C Zuardi)
* Docs: Added missing "are" (Sean Wilkinson)

v0.16.0 - March 7, 2015

* 0.16.0 (Nicholas C. Zakas)
* Fix: Pass correct sourceType to escope (fixes #1959) (Nicholas C. Zakas)
* Fix: Scoping for Node.js (fixes #892) (Nicholas C. Zakas)
* Fix: strict rule should honor module code (fixes #1956) (Nicholas C. Zakas)
* New: Add es6 environment (fixes #1864, fixes #1944) (Nicholas C. Zakas)
* Docs: Update ecmaFeatures list (fixes #1942) (Nicholas C. Zakas)
* Fix: Make no-unused-vars ignore exports (fixes #1903) (Nicholas C. Zakas)
* Upgrade: Espree to v1.11.0 (Nicholas C. Zakas)
* Fix: Comment configuration of rule doesn't work (fixes #1792) (Jary)
* Fix: Rest args should work in no-undef and block-scoped-var (fixes #1543) (Nicholas C. Zakas)
* Breaking: change no-comma-dangle to comma-dangle (fixes #1350) (Mathias Schreck)
* Update: space-before-function-parentheses to support generators (fixes #1929) (Brandon Mills)
* New: Adding support for "// eslint-disable-line rule" style comments (Billy Matthews)
* Fix: Use unversioned sinon file in browser test (fixes #1947) (Nicholas C. Zakas)
* Docs: Add mention of compatible parsers (Nicholas C. Zakas)
* Fix: Better error when given null as rule config (fixes #1760) (Glen Mailer)
* Update: no-empty to check TryStatement.handler (fixes #1930) (Brandon Mills)
* Fix: space-before-function-parentheses and object methods (fixes #1920) (Brandon Mills)
* New: no-dupe-args rule (fixes #1880) (Jamund Ferguson)
* Fix: comma-spacing should ignore JSX text (fixes #1916) (Brandon Mills)
* Breaking: made eol-last less strict (fixes #1460) (Glen Mailer)
* New: generator-star middle option (fixes #1808) (Jamund Ferguson)
* Upgrade: Espree to 1.10.0 for classes support (Nicholas C. Zakas)
* Docs: no-plusplus.md - auto semicolon insertion (Miroslav Obradović)
* Docs: Use union types in TokenStore JSDoc (refs #1878) (Brandon Mills)
* Fix: block-scoped-var to work with destructuring (fixes #1863) (Nicholas C. Zakas)
* Docs: Update docs for token-related methods (fixes #1878) (Nicholas C. Zakas)
* Update: Remove preferGlobal from package.json (fixes #1877) (Nicholas C. Zakas)
* Fix: allow block bindings in no-inner-declarations (fixes #1893) (Roberto Vidal)
* Fix: getScope and no-use-before-define for arrow functions (fixes #1895) (Brandon Mills)
* Fix: Make no-inner-declarations look for arrow functions (fixes #1892) (Brandon Mills)
* Breaking: Change no-space-before-semi to semi-spacing and add "after" option (fixes #1671) (Mathias Schreck)
* Update: Add support for custom preprocessors (fixes #1817) (Ilya Volodin)

v0.15.1 - February 26, 2015

* 0.15.1 (Nicholas C. Zakas)
* Build: Fix release task (Nicholas C. Zakas)
* Fix: check all semicolons in no-space-before-semi (fixes #1885) (Mathias Schreck)
* Fix: Refactor comma-spacing (fixes #1587, fixes #1845) (Roberto Vidal)
* Fix: Allow globalReturn in consistent-return (fixes #1868) (Brandon Mills)
* Fix: semi rule should check throw statements (fixes #1873) (Mathias Schreck)
* Docs: Added HolidayCheck AG as user (0xPIT)
* Upgrade: `chalk` to 1.0.0 (Sindre Sorhus)
* Docs: Add CustomInk to the list of companies (Derek Lindahl)
* Docs: Alphabetize project & company usage list (Derek Lindahl)
* Docs: fix typo (Henry Zhu)
* Docs: Fix typo (Brenard Cubacub)

v0.15.0 - February 21, 2015

* 0.15.0 (Nicholas C. Zakas)
* Upgrade: Espree to 1.9.1 (fixes #1816, fixes #1805) (Nicholas C. Zakas)
* Fix: make rules work with for-of statements (fixes #1859) (Mathias Schreck)
* Fix: Enable globalReturn for Node.js environment (fixes #1158) (Nicholas C. Zakas)
* Fix: Location of extra paren message (fixes #1814) (Nicholas C. Zakas)
* Fix: Remove unnecessary file exists check (fixes #1831) (Nicholas C. Zakas)
* Fix: Don't count else-if in max-depth (fixes #1835) (Nicholas C. Zakas)
* Fix: Don't flag for-of statement (fixes #1852) (Nicholas C. Zakas)
* Build: Test using io.js as well (Nicholas C. Zakas)
* Change customformat value to path (suisho)
* Docs: Add a missing word in the Contributing doc (Ben Linskey)
* Docs: Fix typo in wrap-iife rule doc title (Ben Linskey)
* Docs: Update pages to fix rendering of lists (David Anson)
* Fix: new-cap should allow defining exceptions (fixes #1424) (Brian Di Palma)
* Update: Add requireReturnDescription for valid-jsdoc (fixes #1833) (Brian Di Palma)
* New: rule no-throw-literal added (fixes #1791) (Dieter Oberkofler)
* New: multi-line option for the curly rule (fixes #1812) (Hugo Wood)
* Docs: fix typo in configuring docs (mendenhallmagic)
* Update: Backslashes in path (fixes #1818) (Jan Schär)
* Docs: Update pages to fix rendering of lists and fenced code blocks (David Anson)
* Docs: add webpack loader to the docs/integrations page (Maxime Thirouin)
* Breaking: space-before-function-parentheses replaces space-after-function-name and checkFunctionKeyword (fixes #1618) (Mathias Schreck)

v0.14.1 - February 8, 2015

* 0.14.1 (Nicholas C. Zakas)
* Fix: Exit code should be 1 for any number of errors (fixes #1795) (Nicholas C. Zakas)
* Fix: Check indentation of first line (fixes #1796) (Nicholas C. Zakas)
* Fix: strict rules shouldn't throw on arrow functions (fixes #1789) (Nicholas C. Zakas)

v0.14.0 - February 7, 2015

* 0.14.0 (Nicholas C. Zakas)
* Update: Fix indentation of comment (Nicholas C. Zakas)
* Fix: comma-spacing for template literals (fixes #1736) (Nicholas C. Zakas)
* Build: Add Node.js 0.12 testing (Nicholas C. Zakas)
* Breaking: Remove node from results (fixes #957) (Nicholas C. Zakas)
* Breaking: Exit code is now error count (Nicholas C. Zakas)
* Docs: Correct getFormatter() documentation (refs #1723) (Nicholas C. Zakas)
* Update: Make rules work with arrow functions (fixes #1508, fixes #1509, fixes #1493) (Nicholas C. Zakas)
* Fix: Ensure template string references count (fixes #1542) (Nicholas C. Zakas)
* Fix: no-undef to work with arrow functions (fixes #1604) (Nicholas C. Zakas)
* Upgrade: Espree to version 1.8.0 (Nicholas C. Zakas)
* Fix: Don't throw error for arguments (fixes #1759) (Nicholas C. Zakas)
* Fix: Don't warn on computed nonliteral properties (fixes #1762) (Nicholas C. Zakas)
* New: Allow parser to be configured (fixes #1624) (Nicholas C. Zakas)
* Docs: Added double quotes for JSON keys for comma-spacing and key-spacing rule (Dmitry Polovka)
* New: Rule indent (fixes #1022) (Dmitriy Shekhovtsov)
* Revert "New: Rule indent (fixes #1022)" (Nicholas C. Zakas)
* Update: fix eslint indentations (fixes #1770) (Dmitriy Shekhovtsov)
* Fix: Scoping issues for no-unused-vars (fixes #1741) (Nicholas C. Zakas)
* Docs: Added `eslint-enable` inline (Ivan Fraixedes)
* New: Add predefined Meteor globals (fixes #1763) (Johan Brook)
* New: Rule indent (fixes #1022) (Dmitriy Shekhovtsov)
* Update: Check all assignments for consistent-this (fixes #1513) (Timothy Jones)
* Fix: Support exceptions in no-multi-spaces (fixes #1755) (Brandon Mills)
* Docs: Forgotten parentheses in code snippet (Ivan Fraixedes)
* Update: CLIEngine results include warning and error count (fixes #1732) (gyandeeps)
* Fix: Scoping issues for no-unused-vars (fixes #1733) (Nicholas C. Zakas)
* Update: Add getNodeByRangeIndex method (refs #1755) (Brandon Mills)
* Update: Replace getTokenByRange(Index->Start) (refs #1721) (Brandon Mills)
* Update: Fast-path for empty input (fixes #546) (Nicholas C. Zakas)
* Fix: Allow single line else-if (fixes #1739) (Nicholas C. Zakas)
* Fix: Don't crash when $HOME isn't set (fixes #1465) (Nicholas C. Zakas)
* Fix: Make no-multi-spaces work for every case (fixes #1603, fixes #1659) (Nicholas C. Zakas)
* Breaking: Show error and warning counts in stylish summary (fixes #1746) (Brandon Mills)
* Docs: fixed typo in no-lone-blocks docs (Vitor Balocco)
* Docs: fixed typo in consistent-return docs (Vitor Balocco)
* Breaking: remove implied eval check from no-eval (fixes #1202) (Mathias Schreck)
* Update: Improve CLIEngine.getFormatter() (refs #1723) (Nicholas C. Zakas)
* Docs: Add Backbone plugin link (Ilya Volodin)
* Docs: use npm's keyword route (Tom Vincent)
* Build: Update sitegen script (Closes #1725) (Ilya Volodin)

v0.13.0 - January 24, 2015

* 0.13.0 (Nicholas C. Zakas)
* Update: The rule spaced-line-comment now also allows tabs and not only spaces as whitespace. (fixes #1713) (Dieter Oberkofler)
* Docs: add Jasmine rules and eslintplugin npm links (Tom Vincent)
* Fix: Make no-redeclare work with let (fixes #917) (Nicholas C. Zakas)
* Update: Add CLIEngine.getFormatter() (fixes #1653) (Nicholas C. Zakas)
* Breaking: Update escope (fixes #1642) (Nicholas C. Zakas)
* Update: Switch to using estraverse-fb (fixes #1712) (Nicholas C. Zakas)
* Docs: Update README FAQ (Nicholas C. Zakas)
* Update: no-warning-comments matches on whole word only (fixes #1709) (Nick Fisher)
* Build: Add JSDoc generation (fixes #1363) (Nicholas C. Zakas)
* Docs: Add more info about context (fixes #1330) (Nicholas C. Zakas)
* Upgrade: Espree to 1.7.1 (fixes #1706) (Nicholas C. Zakas)
* Docs: Make CLA notice more prominent (Nicholas C. Zakas)
* Update: Added globals for: phantom,jquery, prototypejs, shelljs (fixes #1704) (Dmitriy Shekhovtsov)
* Docs: Fixed example for the space-return-throw-case rule (mpal9000)
* Fix: Except object literal methods from func-names (fixes #1699) (Brandon Mills)
* Update: use global strict mode everywhere (fixes #1691) (Brandon Mills)
* Update: Add allowPattern option for dot-notation rule (fixes #1679) (Tim Schaub)
* Fix: Missing undeclared variables in JSX (fixes #1676) (Yannick Croissant)
* Fix: no-unused-expressions rule incorrectly flagging  yield (fixes #1672) (Rémi Gérard-Marchant)
* Update: Combine strict mode rules (fixes #1246) (Brandon Mills)
* Fix: disregards leading './' in ignore pattern or file name (fixes #1685) (Chris Montrois)
* Upgrade: globals module to latest (fixes #1670) (Nicholas C. Zakas)
* Fix: generator-star should allow params (fixes #1677) (Brandon Mills)
* Fix: no-unused-vars for JSX (fixes #1673 and fixes #1534) (Yannick Croissant)
* Docs: Add angularjs-eslint link into the integration doc (Emmanuel DEMEY)

v0.12.0 - January 17, 2015

* 0.12.0 (Nicholas C. Zakas)
* Fix: Track JSX global variable correctly (fixes #1534) (Nicholas C. Zakas)
* Fix: Property regex flag checking (fixes #1537) (Nicholas C. Zakas)
* Docs: Add angularjs-eslint link into the integration doc (Emmanuel DEMEY)
* Update: Expose ecmaFeatures on context (fixes #1648) (Nicholas C. Zakas)
* Docs: Added Fitbit to the list of companies (Igor Zalutsky)
* New: gen-star rule (refs #1617) (Jamund Ferguson)
* New: no-var rule (refs #1617) (Jamund Ferguson)
* Fix: Support JSX spread operator (fixes #1634) (Nicholas C. Zakas)
* Docs: Document ecmaFeatures (Nicholas C. Zakas)
* Upgrade: several dependencies (fixes #1377) (Nicholas C. Zakas)
* Fix: Broken JSX test (Nicholas C. Zakas)
* Fix: no-bitwise reports on bitwise assignment expressions (fixes #1643) (Mathias Schreck)
* Fix: Find JSXIdentifier refs in no-unused-vars (fixes #1534) (Nicholas C. Zakas)
* Update: Add a couple JSX tests (Nicholas C. Zakas)
* Fix: quotes rule ignores JSX literals (fixes #1477) (Nicholas C. Zakas)
* Fix: Don't warn on JSX literals with newlines (fixes #1533) (Nicholas C. Zakas)
* Update: Fully enable JSX support (fixes #1640) (Nicholas C. Zakas)
* Breaking: Allow parser feature flips (fixes #1602) (Nicholas C. Zakas)
* Fix: Allow comments in key-spacing groups (fixes #1632) (Brandon Mills)
* Fix: block-scoped-var reports labels (fixes #1630) (Michael Ficarra)
* Docs: add newline to no-process-env (fixes #1627) (Tom Vincent)
* Fix: Update optionator, --no in help (fixes #1134) (George Zahariev)
* Fix: Allow individual newlines in space-in-brackets (fixes #1614) (Brandon Mills)
* Docs: Correct alignment in example project tree (Tim Schaub)
* Docs: Remove references to Esprima (Nicholas C. Zakas)
* Docs: Remove illegal code fence (Nicholas C. Zakas)

v0.11.0 - December 30, 2014

* 0.11.0 (Nicholas C. Zakas)
* Fix: Adding regexp literal exception (fixes #1589) (Greg Cochard)
* Fix: padded-blocks incorrectly complained on comments (fixes #1416) (Mathias Schreck)
* Fix: column location of key-spacing with additional tokens (fixes #1458) (Mathias Schreck)
* Build: tag correct commit (refs #1606) (Mathias Schreck)
* Upgrade: Updat Espree to 1.3.1 (Nicholas C. Zakas)
* Fix: add es3 config option to dot-notation rule (fixes #1484) (Michael Ficarra)
* Fix: valid-jsdoc should recognize @class (fixes #1585) (Nicholas C. Zakas)
* Update: Switch to use Espree (fixes #1595) (Nicholas C. Zakas)
* Fix: brace-style stroustrup should report on cuddled elseif (fixes #1583) (Ian Christian Myers)
* New: Configuration via package.json (fixes #698) (Michael Mclaughlin)
* Update: Set environments w/ globals (fixes #1577) (Elan Shanker)
* Fix: yoda treats negative numbers as literals (fixes #1571) (Brandon Mills)
* Fix: function arguments now count towards no-shadow check (fixes #1584) (Glen Mailer)
* Fix: check if next statement is on newline when warning against extra semicolons. (fixes #1580) (Evan You)
* Update: add yoda exception for range tests (fixes #1561) (Brandon Mills)
* New: space-after-function-name (fixes #1340) (Roberto Vidal)

v0.10.2 - December 12, 2014

* 0.10.2 (Nicholas C. Zakas)
* Fix: detect for...in in no-loop-func (fixes #1573) (Greg Cochard)
* Update: simplify comma-spacing logic (fixes #1562) (Brandon Mills)
* Fix: operator-assignment addition is non-commutative (fixes#1556) (Brandon Mills)
* 0.10.1 (Nicholas C. Zakas)
* Update: Add new-cap exception configurations. (Fixes #1487)  - `newCapsAllowed`  - `nonNewCapsAllowed` (Jordan Harband)

v0.10.1 - December 6, 2014

* 0.10.1 (Nicholas C. Zakas)
* Docs: Fix v0.10.0 changelog (Nicholas C. Zakas)
* Build: Ensure changelog works with large semver versions (Nicholas C. Zakas)
* Fix: comma-spacing and comma-style to work with array literals (fixes #1492) (Nicholas C. Zakas)
* Update: better operator regex in use-isnan rule (fixes #1551) (Michael Ficarra)
* Fix: wrong op index in no-multi-spaces (fixes #1547) (Brandon Mills)
* Fix: Restrict use-isnan violations to comparison operators. (Fixes #1535) (Jordan Harband)
* Fix: comma-spacing has false positives when parenthesis are used (fixes #1457) (Jamund Ferguson)
* Docs: alphabetize the "Stylistic Issues" section (Jeff Williams)
* Build: make the "gensite" target work when DOCS_DIR does not exist (fixes #1530) (Jeff Williams)
* Docs: badges should only refer to master branch (Mathias Schreck)
* Fix: prevent crash on empty blocks in no-else-return (fixes #1527) (Mathias Schreck)
* Build: Fix md to html conversion regex (fixes #1525) (Brandon Mills)
* 0.10.0 (Nicholas C. Zakas)

v0.10.0 - November 27, 2014

* 0.10.0 (Nicholas C. Zakas)
* Fix: Add Object and Function as exceptions in new-cap (refs #1487) (Nicholas C. Zakas)
* Breaking: Allow extensionless files to be passed on CLI (fixes #1131) (Nicholas C. Zakas)
* Fix: typo: iffe to iife, none to non (Michael Ficarra)
* Update: refactor tokens API (refs #1212) (Brandon Mills)
* New: Allow other file extensions (fixes #801) (Nicholas C. Zakas)
* Update: Add Event to browser globals (fixes #1474) (Nicholas C. Zakas)
* Fix: check function call arguments in comma-spacing (fixes #1515) (Mathias Schreck)
* Update: Add no-cond-assign option to disallow nested assignments in conditionals (fixes #1444) (Jeff Williams)
* Fix: crash in no-multi-spaces on empty array elements (fixes #1418) (Brandon Mills)
* Fix: Don't explode on directory traversal (fixes #1452) (Nicholas C. Zakas)
* Fix: no-fallthrough should work when semis are missing (fixes #1447) (Nicholas C. Zakas)
* Fix: JSDoc parsing by updating doctrine (fixes #1442) (Nicholas C. Zakas)
* Update: restore the "runs" global present in Jasmine 1.3 (fixes #1498) (Michał Gołębiowski)
* Fix: ignore undefined identifiers in typeof (fixes #1482) (Mathias Schreck)
* Fix: Ignoring empty comments. (fixes #1488) (Greg Cochard)
* New: Add space-unary-ops rules (#1346) (Marcin Kumorek)
* Update: Remove shebang workaround in spaced-line-comment (fixes #1433) (Michael Ficarra)
* Docs: change 'and' to 'an' in docs/rules/valid-jsdoc.md (fixes #1441) (Michael Ficarra)
* Update: Add `beforeAll` and `afterAll` to the Jasmine globals (fixes #1478) (Gyandeep Singh)
* Update: Add exception options to space-in-parens (fixes #1368) (David Clark)
* Build: Add check for license issues (fixes #782) (Brandon Mills)
* Docs: update badges (Yoshua Wuyts)
* Docs: Update pages to fix rendering of lists and fenced code blocks (David Anson)
* Fix: env rules merging for command line config (fixes #1271) (Roberto Vidal)
* Fix: Collect variables declare in switch-case.(fixes #1453) (chris)
* Fix: remove extra capture group (Nate-Wilkins)
* Update: allow distinct alignment groups in key-spacing (fixes #1439) (Brandon Mills)
* Fix: message for numeric property names in quote-props (fixes #1459) (Brandon Mills)
* Docs: Remove assumption about the rule config (Alexander Schmidt)
* New: Add ability to time individual rules (fixes #1437) (Brandon Mills)
* Fix: single quotes (Nate-Wilkins)
* Docs: Fix broken code fences in key-spacing docs (Brandon Mills)
* Docs: Explain .eslintignore features (fixes #1094) (Brandon Mills)
* Breaking: ignore node_modules by default (fixes #1163) (Brandon Mills)
* Fix: Adds clamping to getSource beforeCount (fixes #1427) (Greg Gianforcaro)
* New: add no-inline-comment rule (fixes #1366) (Greg Cochard)
* Fix: '.md' to '.html' with anchors (fixes #1415) (Nate-Wilkins)
* Build: Filter and sort versions in gensite (fixes #1430) (Brandon Mills)
* Build: Escape period in regex (fixes #1428) (Brandon Mills)
* Revert "Fix: '.md' to '.html' with anchors (fixes #1415)" (Nicholas C. Zakas)
* 0.9.2 (Nicholas C. Zakas)
* New: Add operator-assignment rule (fixes #1420) (Brandon Mills)

v0.9.2 - November 1, 2014

* 0.9.2 (Nicholas C. Zakas)
* Fix: '.md' to '.html' with anchors (fixes #1415) (Nate-Wilkins)
* Fix: Allow line breaks in key-spacing rule (fixes #1407) (Brandon Mills)
* Build: add coveralls integration (fixes #1411) (Mathias Schreck)
* Fix: add severity flag for ignored file warning (fixes #1401) (Mathias Schreck)
* Fix: Keep sinon at ~1.10.3 (fixes #1406) (Brandon Mills)
* Fix: ! negates .eslintignore patterns (fixes #1093) (Brandon Mills)
* Fix: let fs.stat throw if a file does not exist (fixes #1296) (Mathias Schreck)
* Fix: check switch statements in space-before-blocks (fixes #1397) (Mathias Schreck)
* Docs: fix rule name in example configuration (Mathias Schreck)
* Fix: disable colors during test run (fixes #1395) (Mathias Schreck)
* New: add isPathIgnored method to CLIEngine (fixes #1392) (Mathias Schreck)
* Docs: changing eslint to ESLint and add missing backtick (Mathias Schreck)
* Docs: Documents the functionality to load a custom formatter from a file (Adam Baldwin)
* 0.9.1 (Nicholas C. Zakas)
* Update: Option type for mixed tabs and spaces (fixes #1374) (Max Nordlund)
* Fix: Nested occurrences of no-else-return now show multiple reports (fixes #1369) (Jordan Hawker)

v0.9.1 - October 25, 2014

* 0.9.1 (Nicholas C. Zakas)
* Docs: fix link on governance model (azu)
* Fix: plugins without rulesConfig causes crash (fixes #1388) (Mathias Schreck)
* 0.9.0 (Nicholas C. Zakas)

v0.9.0 - October 24, 2014

* 0.9.0 (Nicholas C. Zakas)
* New: Allow reading from STDIN (fixes #368) (Nicholas C. Zakas)
* New: add --quiet option (fixes #905) (Mathias Schreck)
* Update: Add support for plugin default configuration (fixes #1358) (Ilya Volodin)
* Fix: Make sure shebang comment node is removed (fixes #1352) (Nicholas C. Zakas)
* New: Adding in rule for irregular whitespace checking. (fixes #1024) (Jonathan Kingston)
* Fix: space-in-parens should not throw for multiline statements (fixes #1351) (Jary)
* Docs: Explain global vs. local plugins (fixes #1238) (Nicholas C. Zakas)
* Docs: Add docs on Node.js API (fixes #1247) (Nicholas C. Zakas)
* Docs: Add recommended keywords for plugins (fixes #1248) (Nicholas C. Zakas)
* Update: Add CLIEngine#getConfigForFile (fixes #1309) (Nicholas C. Zakas)
* Update: turn on comma-style for project (fixes #1316) (Nicholas C. Zakas)
* Fix: Ensure messages are sorted by line (fixes #1343) (Nicholas C. Zakas)
* Update: Added arraysInObjects and objectsInObjects options to space-in-brackets rule (fixes #1265, fixes #1302) (vegetableman)
* Breaking: Removed comma spacing check from space-infix-ops (fixes #1361) (vegetableman)
* Fix: addressed linting errors (Nicholas C. Zakas)
* Docs: Add Contributor Model (fixes #1341) (Nicholas C. Zakas)
* Docs: Add reference to CLA (Nicholas C. Zakas)
* Build: add version numbers to docs (fixes #1170) (Mathias Schreck)
* Fix: no-fallthrough incorrectly flagged falls through annotations (fixes #1353) (Mathias Schreck)
* Build: separate site publishing form generation (fixes #1356) (Mathias Schreck)
* New: Add key-spacing rule (fixes #1280) (Brandon Mills)
* New: add spaced-line-comment rule (fixes #1345) (Greg Cochard)
* Docs: added more Related Rules sections (fixes #1347) (Delapouite)
* Fix: resolve linting issue in (fixes #1339) (Nicholas C. Zakas)
* New: add space-before-blocks rule (fixes #1277) (Mathias Schreck)
* Docs: Remove moot integration plugins (Sindre Sorhus)
* New: add rule for multiple empty lines (fixes #1254) (Greg Cochard)
* Fix: no-shadow rule should consider function expressions (fixes #1322) (Mathias Schreck)
* Update: remove globals present only in Jasmine plugins (fixes #1326) (Michał Gołębiowski)
* New: added no-multi-spaces rule (fixes #630) (vegetableman)
* New: Added comma-spacing rule (Fixes #628, Fixes #1319) (vegetableman)
* New: add rule for padded blocks (fixes #1278) (Mathias Schreck)
* Docs: fix eqeqeq isNullCheck comment (Denis Sokolov)
* Fix: no-comma-dangle violation in unit test and Makefile.js/lint not checking return codes (fixes #1306) (David Anson)
* Fix: allow comma-last with object properties having line breaks (fixes #1314) (vegetableman)
* New: Added comma-style rule (fixes #1282) (vegetableman)
* Update: add space after function keyword check (fixes #1276) (Mathias Schreck)
* Update: Add missing environments and fix sorting/grouping of rules (fixes #1307, fixes #1308) (David Anson)
* Docs: Fix sorting of rules within each section (David Anson)
* Docs: Correct a few misspelled words (David Anson)
* Docs: Update multiple pages to fix rendering of fenced code blocks (David Anson)
* New: Added no-process-env rule (fixes #657) (vegetableman)
* Fix: add rule ensuring #1258 is fixed by recent rewrite (fixes #1258) (Michael Ficarra)
* Update: split propertyName from singleValue in space-in-brackets (fixes #1253) (Michael Ficarra)
* Update: add "as-needed" option to quote-props rule (fixes #1279) (Michael Ficarra)
* Docs: fixed broken link and changed warning level to error level (vegetableman)
* Docs: Added "the native web" to the list of companies that use ESLint. (Golo Roden)
* Docs: Add BountySource badge to README (Nicholas C. Zakas)
* 0.8.2 (Nicholas C. Zakas)

v0.8.2 - September 20, 2014

* 0.8.2 (Nicholas C. Zakas)
* Docs: Updated contribution guidelines to add accepted/bounty issues descriptions (Nicholas C. Zakas)
* Docs: Update README with links and FAQs (Nicholas C. Zakas)
* Docs: add finally to space-after-keywords documentation (Mathias Schreck)
* New: add ignoreCase option to sort-vars (fixes #1272) (Mathias Schreck)
* Docs: fix typo (Barry Handelman)
* Docs: Fix broken Markdown on configuration page (Nicholas C. Zakas)
* Docs: Fix reference to wrong rule name (Harry Wolff)
* Upgrade: Most dev dependencies (Nicholas C. Zakas)
* Upgrade: shelljs to 0.3.0 (Nicholas C. Zakas)
* Upgrade: doctrine to 0.5.2 (Nicholas C. Zakas)
* Upgrade: esprima to 1.2.2 (Nicholas C. Zakas)
* Upgrade: eslint-tester to latest (Nicholas C. Zakas)
* Fix: Load .eslintrc in directory with $HOME as an ancestor (fixes #1266) (Beau Gunderson)
* Fix: load .eslintrc from HOME (fixes #1262) (Beau Gunderson)
* New: Add sharable rule settings (fixes #1233) (Ilya Volodin)
* Upgrade: upgrade outdated dependencies (fixes #1251) (Mathias Schreck)
* Docs: fix typo in no-ex-assign documentation (Michael Ficarra)
* Docs: add intellij plugin to integrations (ido)
* Docs: Changing NPM to npm (Peter deHaan)
* Fix: strict should check function expressions (fixes #1244) (Brandon Mills)
* Docs: fix vars-on-top documentation (fixes #1234) (Mathias Schreck)
* 0.8.1 (Nicholas C. Zakas)
* Docs: Fixed a typo in brace-style.md (Anton Antonov)

v0.8.1 - September 9, 2014

* 0.8.1 (Nicholas C. Zakas)
* Fix: Ensure exit code is 1 when there's a syntax error (fixes #1239) (Nicholas C. Zakas)
* Docs: fix up vars-on-top documentation (fixes #1234) (Michael Ficarra)
* Fix: vars-on-top directive support (fixes #1235) (Michael Ficarra)
* Fix: Avoid mutating node.range in max-len (fixes #1224) (Brandon Mills)
* Docs: Typo, add missing quotation mark (Ádám Lippai)
* Update: space-in-brackets to allow exceptions (fixes #1142) (Brandyn Bennett)
* 0.8.0 (Nicholas C. Zakas)

v0.8.0 - September 5, 2014

* 0.8.0 (Nicholas C. Zakas)
* Perf-related revert "Fix: Speed up tokens API (refs #1212)" (Nicholas C. Zakas)
* Fix: no-fallthrough: continue affects control flow, too (fixes #1220) (Michael Ficarra)
* Fix: rewrite no-unused-vars rule (refs #1212) (Michael Ficarra)
* Fix: Error when there's a \r in .eslintrc (#1172) (Gyandeep Singh)
* Added rule disallowing reserved words being used as keys (fixes #1144) (Emil Bay)
* Fix: rewrite no-spaced-func rule (refs #1212) (Michael Ficarra)
* Fix: Speed up getScope() (refs #1212) (Brandon Mills)
* Fix: no-extra-strict behavior for named function expressions (fixes #1209) (Mathias Schreck)
* Add Date.UTC to allowed capitalized functions (David Brockman Smoliansky)
* New:  Adding 'vars-on-top' rule (fixes #1148) (Gyandeep Singh)
* Fix: Speed up tokens API (refs #1212) (Brandon Mills)
* Docs: document plugin usage (fixes #1117) (Mathias Schreck)
* New: accept plugins from cli (fixes #1113) (Mathias Schreck)
* Docs: fix some typos. (Mathias Schreck)
* New: Load plugins from configs (fixes #1115). (Mathias Schreck)
* Fix: no-unused-expressions better directive detection (fixes #1195) (Michael Ficarra)
* Fix: no-unused-expressions directive support (fixes #1185) (Michael Ficarra)
* Update: Add 'allowSingleLine' option to brace-style (fixes #1089) (John Gozde)
* Docs: Spell checking and one extra closing curly in code example (Juga Paazmaya)
* Fix: mergeConfigs ensures the plugins property exists (fixes #1191). (Mathias Schreck)
* Update: Declare ES6 collections (Map, Set, WeakMap, WeakSet) as built-in globals (fixes #1189) (Michał Gołębiowski)
* New: Adding 'plugin' CLI option (fixes #1112) (Greg)
* Fix: Correct a typo in the error message in tests (Michał Gołębiowski)
* New: Add no-extra-bind rule to flag unnecessary bind calls (fixes #982) (Bence Dányi)
* Fix: Useless bind call in cli-engine (fixes #1181) (Bence Dányi)
* Docs: Updates `amd` description (fixes #1175) (James Whitney)
* New: Adds support for the `jasmine` env (fixes #1176) (James Whitney)
* Fix: for-in support to no-empty-label rule (fixes #1161) (Marc Harter)
* docs: Update link (Mathias Bynens)
* Fix: crash when loading empty eslintrc file (fixes #1164) (Michael Ficarra)
* Fix: no-unused-var should respect compound assignments (fixes #1166) (Michael Ficarra)
* Update: ES3 `ReservedWord`s (fixes #1151) Adds ES3 `ReservedWord`s to the list of keywords in the `dot-notation` rule (fixes #1151) (Emil Bay)
* Update: Update comment parser to read rule slashes (fixes #1116) (Jary)
* New: add no-void rule (fixes #1017). (Mike Sidorov)
* New: Add rules.import() (fixes #1114) (Mathias Schreck)
* New: Make mergeConfigs() merge plugin entries (fixes #1111) (Mathias Schreck)
* Breaking: Change no-global-strict to global-strict and add "always" option (fixes #989) (Brandon Mills)
* Fix: no-unreachable should check top-level statements (fixes #1138) (Brandon Mills)
* Fix: Speed up no-unreachable (fixes #1135) (Brandon Mills)
* New: advanced handle-callback-err configuration (fixes #1124) (Mathias Schreck)
* New: Expose CLIEngine (fixes #1083) (Gyandeep Singh)
* Docs: Add link to new Atom linter (fixes #1125) (Gil Pedersen)
* Fix: space-after-keywords checks finally of TryStatement (fixes #1122) (Michael Ficarra)
* Fix: space-after-keywords checks while of DoWhileStatement (fixes #1120) (Michael Ficarra)
* Fix: space-after-keywords w/ "never" should allow else-if (fixes #1118) (Michael Ficarra)
* Fix: dot-notation rule flags non-keyword reserved words (fixes #1102) (Michael Ficarra)
* Update: Use xml-escape instead of inline helper (Ref #848) (jrajav)
* Update: Added comments support to .eslintignore (fixes #1084) (Vitaly Puzrin)
* Update: enabled 'no-trailing-spaces' rule by default (fixes #1051) (Vitaly Puzrin)
* Breaking: Ignore children of all patterns by adding "/**" (Fixes #1069) (jrajav)
* Fix: skip dot files and ignored dirs on traverse (fixes #1077, related to #814) (Vitaly Puzrin)
* Docs: Added Gruntjs plugin on integrations page (Gyandeep Singh)
* Fix: don't break node offsets if hasbang present (fixes #1078) (Vitaly Puzrin)
* Build: Exclude readme/index from rules Resources generation (Fixes #1072) (jrajav)
* Docs: Change eol-last examples to `<pre>` (Fixes #1068) (jrajav)
* 0.7.4 (Nicholas C. Zakas)
* New: space-in-parens rule (Closes #627) (jrajav)

v0.7.4 - July 10, 2014

* 0.7.4 (Nicholas C. Zakas)
* Docs: Fix 'lintinging' typo and ref links (Tom Vincent)
* Fix: Transform envs option to object in Config (Fixes #1064) (jrajav)
* 0.7.3 (Nicholas C. Zakas)

v0.7.3 - July 9, 2014

* 0.7.3 (Nicholas C. Zakas)
* Update: Address code review comment for strict rule (refs #1011) (Nicholas C. Zakas)
* Docs: Update copyright policy (Nicholas C. Zakas)
* Docs: Update documentation for max-len to include description of second option (fixes #1006) (Nicholas C. Zakas)
* Fix: Avoid double warnings for strict rule (fixes #1011) (Nicholas C. Zakas)
* Fix: Check envs for true/false (Fixes #1059) (jrajav)
* 0.7.2 (Nicholas C. Zakas)

v0.7.2 - July 8, 2014

* 0.7.2 (Nicholas C. Zakas)
* Fix: no-mixed-spaces-and-tabs incorrectly flagging multiline comments (fixes #1055) (Nicholas C. Zakas)
* Fix: new-cap error that throws on non-string member (fixes #1056) (Nicholas C. Zakas)
* Fix: Always make globals an object (Fixes #1049) (jrajav)
* 0.7.1 (Nicholas C. Zakas)

v0.7.1 - July 7, 2014

* 0.7.1 (Nicholas C. Zakas)
* Docs: Add Related Rules sections (Fixes #990) (jrajav)
* Fix: Check output file isn't dir, fix tests (Fixes #1034) (jrajav)
* Docs: Updated documentation for several rules (Nicholas C. Zakas)
* Docs: Updated contributor guide and dev env setup guide (Nicholas C. Zakas)
* Breaking: Implement configuration hierarchy (fixes #963) (Nicholas C. Zakas)
* Update: greatly simplify eqeqeq's operator finding logic (fixes #1037) (Michael Ficarra)
* New: Add getSourceLines() to core and rule context (fixed #1005) (Jary)
* Build + Docs: Adding generated resource links to rule docs (Fixes #1021) (jrajav)
* Fix: Ignore unused params for args: 'none' (Fixes #1026) (jrajav)
* Fix: Point eqeqeq error at operator (Fixes #1029) (jrajav)
* New: report output to a file (fixes #1027) (Gyandeep Singh)
* Breaking: CLIEngine abstraction for CLI operations; formatters no longer are passed configs (fixes #935) (Nicholas C. Zakas)
* Fix: Allow stdout to drain before exiting (fixes #317) (Nicholas C. Zakas)
* New: add no-undefined rule (fixes #1020) (Michael Ficarra)
* New: Added no-mixed-spaces-and-tabs rule (fixes #1003) (Jary)
* New: Added no-trailing-spaces rule (fixes #995) (Vitaly Puzrin)
* Update: Factor ignores out of Config (fixes #958) (jrajav)
* Fix: rewrite eol-last rule (fixes #1007) (fixes #1008) (Michael Ficarra)
* Fix: add additional IIFE exception in no-extra-parens (fixes #1004) (Michael Ficarra)
* Docs: Removed reference to brace-style Stroustrup default (fixes #1000) (Caleb Troughton)
* New: Added eol-last rule (Fixes #996) (Vitaly Puzrin)
* Fix: Put rule severity in messages (Fixes #984); deprecates passing full config to Formatters (jrajav)
* Fix: no-unused-vars to check only file globals (fixes #975) (Aliaksei Shytkin)
* Build: Makefile - Check for rule ids in docs titles (Fixes #969) (Delapouite)
* Docs: guard-for-in - added missing id in title (Fixes #969) (Delapouite)
* Breaking: Change 'no-yoda' rule to 'yoda' and add "always" option (Fixes #959) (jrajav)
* Fix: Fixes no-unused-vars to check /*globals*/ (Fixes #955) (jrajav)
* Update: no-eval to also warn on setTimeout and setInterval (fixes #721) (Nicholas C. Zakas)
* Remove: experimental match() method (Nicholas C. Zakas)
* Update: space-in-brackets now always allows empty object and array literals to have no spaces (fixes #797) (Nicholas C. Zakas)
* New: Allow the cli parameter "color" and "no-color" (fixes #954) (Tom Gallacher)
* Fix: valid-jsdoc no more warning for multi-level params (Fixes #925) (Delapouite)
* Update: Search parent directories for .eslintignore (Fixes #933) (jrajav)
* Fix: Correct order of arguments passed to assert.equal (fixes #945) (Michał Gołębiowski)
* Update: Write the summary in stylish formatter in yellow if no errors (fixes #906); test coloring of messages (Michał Gołębiowski)
* Fix: Corrects configs merging into base config (Fixes #838) (jrajav)
* Fix: Adding check if char is non-alphabetic to new-cap (Fixes #940) (jrajav)
* Docs: Update about page description (fixes #936) (Nicholas C. Zakas)
* Docs: Add '/', forgotten in first commit (Fixes #931) (jrajav)
* Update: Rule `new-cap` checks capitalized functions (fixes #904) (Aliaksei Shytkin)
* Docs: Mention allowed semicolons in "never" mode for 'semi' rule (fixes #931) (jrajav)
* Docs: Mention Yeoman generator in dev setup (fixes #914) (Nicholas C. Zakas)
* Build: Remove flaky perf test from Travis (Nicholas C. Zakas)
* Breaking: Refactor .eslintignore functionality (refs #928, fixes #901, fixes #837, fixes #853) (Nicholas C. Zakas)
* 0.6.2 (Nicholas C. Zakas)
* Breaking: Remove JSON support for .eslintignore (fixes #883) (icebox)

v0.6.2 - May 23, 2014

* 0.6.2 (Nicholas C. Zakas)
* Fix: Adding per-environment rule configs to docs and doc validation (Fixes #918) (jrajav)
* Docs: Updated contribution guidelines (Nicholas C. Zakas)
* Docs: Update description of eqeqeq to mention special cases (fixes #924) (Nicholas C. Zakas)
* Fix: block-scoped-var CatchClause handling (fixes #922) (Michael Ficarra)
* Fix: block-scoped-var respects decls in for and for-in (fixes #919) (Michael Ficarra)
* Update: Implement eqeqeq option "allow-null" (fixes #910) (Michał Gołębiowski)
* Fix: new-cap should allow non-alpha characters (fixes #897) (Michael Ficarra)
* Update: Refactor ESLintTester to fix dependency hell (fixes #602) (Nicholas C. Zakas)
* Fix: Merge configs with ancestors (Fixes #820) (jrajav)
* Fix: no-fallthrough should respect block statements in case statements (fixes #893) (Nicholas C. Zakas)
* Docs: Fix layout issue in configuration docs (fixes #889) (Nicholas C. Zakas)
* Build: Enable default-case rule (fixes #881) (icebox)
* Build: Enable space-after-keywords (fixes #884) (icebox)
* Fix api double emit on comment nodes (fixes #876) (Aliaksei Shytkin)
* 0.6.1 (Nicholas C. Zakas)

v0.6.1 - May 17, 2014

* 0.6.1 (Nicholas C. Zakas)
* Upgrade: Optionator to 0.4.0 (fixes #885) (Nicholas C. Zakas)
* 0.6.0 (Nicholas C. Zakas)

v0.6.0 - May 17, 2014

* 0.6.0 (Nicholas C. Zakas)
* Fix: Remove -r alias for --rule (fixes #882) (Nicholas C. Zakas)
* Docs: Update dev setup, contributing, default-case descriptions (Nicholas C. Zakas)
* Update: valid-jsdoc now allows you to optionally turn off parameter description checks (fixes #822) (Nicholas C. Zakas)
* Breaking: brace-style now disallows block statements where curlies are on the same line (fixes #758) (Nicholas C. Zakas)
* Add linting Makefile.js (fixes #870) (icebox)
* add rule flag, closes #692 (George Zahariev)
* Add check between rules doc and index (fixes #865) (icebox)
* Add Build Next mention in integrations README. (icebox)
* document new IIFE exception for no-extra parens added as part of #655 (Michael Ficarra)
* (fixes #622) Add rule ID on documentation pages (Delapouite)
* fixes #655: add IIFE exception to no-extra-parens (Michael Ficarra)
* add new rule "no-new-require" (Wil Moore III)
* exit with non-zero status when tests fail (fixes #858) (Márton Salomváry)
* removed unicode zero width space character from messages (fixes #857) (Márton Salomváry)
* Change: --rulesdir now can be specified multiple times (fixes #830) (Nicholas C. Zakas)
* Update: Node 0.8 no longer supported (fixes #734) (Nicholas C. Zakas)
* Update: Add typed arrays into builtin environment globals (fixes #846) (Nicholas C. Zakas)
* Fix: Add prototype methods to global scope (fixes #700) (Nicholas C. Zakas)
* Rule: no-restricted-modules (fixes #791) (Christian)
* Upgrade: Esprima to 1.2 (fixes #842) (Nicholas C. Zakas)
* Docs: reporting level 2 is an error (fixes #843) (Brandon Mills)
* Upgrade: Esprima to 1.2, switch to using Esprima comment attachment (fixes #730) (Nicholas C. Zakas)
* Fix: Semi rule incorrectly flagging extra semicolon (fixes #840) (Nicholas C. Zakas)
* Build: Update Travis to only test Node 0.10 (refs #734) (Nicholas C. Zakas)
* Add "nofunc" option (fixes #829) (Conrad Zimmerman)
* Rule: no-inner-declarations (fixes #587) (Brandon Mills)
* Rule 'block-scoped-var': correct scope for functions, arguments (fixes #832) (Aliaksei Shytkin)
* Rule: default-case (fixes #787) (Aliaksei Shytkin)
* Ignored files are excluded unless --force is passed on the CLI (Nick Fisher)
* Fixes a typo and a broken link in the documentation (Nick Fisher)
* Replaces .some() with .indexOf() where appropriate (Nick Fisher)
* Fix correct config merge for array values (fixes #819) (Aliaksei Shytkin)
* Remove warning about ESLint being in Alpha (Nick Fisher)
* Adds `space-after-keywords` rule (fixes #807) (Nick Fisher)
* Rule: no-lonely-if (fixes #790) (Brandon Mills)
* Add ignore comments in file (fixes #305) (Aliaksei Shytkin)
* 0.5.1 (Nicholas C. Zakas)
* Change: no-unused-vars default to 'all' (fixes #760) (Nicholas C. Zakas)

v0.5.1 - April 17, 2014

* 0.5.1 (Nicholas C. Zakas)
* Fix general config not to be modified by comment config in files (fixes #806) (Aliaksei Shytkin)
* SVG badges (Ryuichi Okumura)
* fixes #804: clean up implementation of #803 (which fixed #781) (Michael Ficarra)
* Build: Fix perf test to take median of three runs (fixes #781) (Nicholas C. Zakas)
* Fix: --reset will now properly ignore default rules in environments.json (fixes #800) (Nicholas C. Zakas)
* Docs: Updated contributor guidelines (Nicholas C. Zakas)
* Added Mocha global variables for TDD style. Fixes #793. (Golo Roden)
* Rule: no-sequences (fixes #561) (Brandon Mills)
* Change .eslintignore to plain text (fixes #761) (Brandon Mills)
* Change 'no-spaced-func' message (fixes #762) (Aliaksei Shytkin)
* Rule 'block-scoped-var' works correct when object inits (fixes #783) (Aliaksei Shytkin)
* Build: Always build docs site on top of origin/master (Nicholas C. Zakas)
* 0.5.0 (Nicholas C. Zakas)

v0.5.0 - April 10, 2014

* 0.5.0 (Nicholas C. Zakas)
* Build: Bump perf limit so Travis won't fail every time (fixes #780) (Nicholas C. Zakas)
* Add tests to cover 100% of eslint.js (Aliaksei Shytkin)
* Fix: Make sure no-path-concat doesn't flag non-concat operations (fixes #776) (Nicholas C. Zakas)
* Rule 'no-unused-var' in functional expression with identifier (fixes #775) (Aliaksei Shytkin)
* Rule: valid-typeof (Ian Christian Myers)
* Add global cli flag (ref #692) (Brandon Mills)
* update to latest Optionator (George Zahariev)
* Add options for rule 'no-unused-vars' to check all arguments in functions (fixes #728) (Aliaksei Shytkin)
* Fix: Cleanup package.json (Nicholas C. Zakas)
* New: Experimental support for CSS Auron (fixes #765) (Nicholas C. Zakas)
* Lint tests on build (fixes #764) (Aliaksei Shytkin)
* Rule block-scoped-var works correct with object properties (fixes #755) (Aliaksei Shytkin)
* Breaking: implement eslint-env and remove jshint/jslint environment comment support (fixes #759) (Aliaksei Shytkin)
* readme: npm i -> npm install (Linus Unnebäck)
* Add env flag to cli options summary (fixes #752) (Brandon Mills)
* Fix: Give the perf test a better calculated budget (fixes #749) (Nicholas C. Zakas)
* give the `env` flag type `[String]`, improve code (fixes #748) (George Zahariev)
* fixes #735: add new, more efficient getTokens interfaces (Michael Ficarra)
* Add --env cli flag (ref #692) (Brandon Mills)
* Fixes #740 - Make sure callbacks exist before marking them as 'handled'. (mstuart)
* fixes #743: wrap-regex rule warns on regex used in dynamic member access (Michael Ficarra)
* replace tab indents with 4 spaces in lib/rules/handle-callback-err.js (Michael Ficarra)
* Adding homepage and bugs links to package.json (Peter deHaan)
* JSDoc for rules (Anton Rudeshko)
* 0.4.5 (Nicholas C. Zakas)

v0.4.5 - March 29, 2014

* 0.4.5 (Nicholas C. Zakas)
* Build: Add perf check into Travis build to better monitor performance regressions (fixes #732) (Nicholas C. Zakas)
* Fix: Make sure semi reports correct location of missing semicolon (fixes #726) (Nicholas C. Zakas)
* Add --no-eslintrc cli flag (ref #717) (Brandon Mills)
* Fix #716 crash with reset flag (Brandon Mills)
* Fixed JSON formatting and highlighting (Anton Rudeshko (Tesla))
* fixes #723: block-scoped-var throws on unnamed function expression (Michael Ficarra)
* Fix: Make stroustrup brace-style closing message make sense (fixes #719) (Nicholas C. Zakas)
* no-comma-dangle reports correct line number (Andrey Popp)
* Upgrade: Esprima to 1.1.1 and EScope to 1.0.1 (fixes #718) (Nicholas C. Zakas)
* Add reset cli flag (refs #692) (Brandon Mills)
* Relax eqeqeq null check (fixes #669) (Brandon Mills)
* 0.4.4 (Nicholas C. Zakas)
* New Rule: handle-callback-err (fixes #567) (Jamund Ferguson)

v0.4.4 - March 25, 2014

* 0.4.4 (Nicholas C. Zakas)
* Fix no-used-vars to report FunctionExpression params (fixes #697). (Andrey Popp)
* fixes #711: eslint reports wrong line number for files with shebang (Michael Ficarra)
* Fix for no-unused-vars and MemberExpression (Andrey Popp)
* added no-warning-comments rule (Alexander Schmidt)
* fixes #699: brace-style does not check function expressions (Michael Ficarra)
* rewrite block-scoped-var (Michael Ficarra)
* recommend using hasOwnProperty from Object.prototype in guard-for-in docs (Michael Ficarra)
* change conf/environments.json spacing to be simpler and more consistent (Michael Ficarra)
* Update API to use context.getFilename() instead of .filename. (Loren Segal)
* Small changes, JSDoc is clarified (Aliaksei Shytkin)
* Move FileFinder to separate file (Aliaksei Shytkin)
* Cache if file is not found (Aliaksei Shytkin)
* Use cache on config files seach (Aliaksei Shytkin)
* Added .eslintignore to load from parents folders (fixes #681) (Aliaksei Shytkin)
* fix 'node-modules' typo in docs (Fred K. Schott)
* Upgrade to the latest version of doctrine. (Brian Di Palma)
* Document optional filename and default it to `input`. (Loren Segal)
* Fix: Compatibility for Node 0.8 (Nicholas C. Zakas)
* Update: Makefile.js now uses shelljs-nodecli (Nicholas C. Zakas)
* #681 apply all .eslintignore exclusions (Aliaksei Shytkin)
* Add RuleContext.filename property (for eslint/eslint#468). (Loren Segal)
* 0.4.3 (Nicholas C. Zakas)

v0.4.3 - March 18, 2014

* 0.4.3 (Nicholas C. Zakas)
* fixes #682: rewrite no-constant-condition rule (Michael Ficarra)
* Fixes #673 allow configuration of @return errors via requireReturn - (fixes #673) (Brian Di Palma)
* Tweaking inline code formatting for "if, while, dowhile" (Peter deHaan)
* Fixes #677 getJSDocComment() should not search beyond FunctionExpression or FunctionDeclaration parent nodes. (Brian Di Palma)
* Relaxed enforcement of camelcase rule (Ian Christian Myers)
* Fixing issue #675. Incorrect triggering of no-else-return rule. (Brian Di Palma)
* Added style option for wrap-iife (Mathias Schreck)
* Fix: Issues with named function expressions in no-unused-vars and no-shadow (fixes #662) (Nicholas C. Zakas)
* Update: camelcase rule now doesn't flag function calls (fixes #656) (Nicholas C. Zakas)
* Updating documentation description for: no-space-before-semi rule, changing rules to exempt strings with semicolons and test for that condition. Fixes #629. (Jonathan Kingston)
* Adding in rule no-space-before-semi to prevent spaces before semicolons. fixes #629 (Jonathan Kingston)
* show NPM version (Paul Verest)
* adapt code formatting (Mathias Schreck)
* Added a TextMate 2 integration to the docs (Nate Silva)
* 0.4.2 (Nicholas C. Zakas)

v0.4.2 - March 3, 2014

* 0.4.2 (Nicholas C. Zakas)
* fixes #651: disable no-catch-shadow rule in node environment (Michael Ficarra)
* Fixed context.report message parsing (Ian Christian Myers)
* fixe #648: wrap-iife rule should actually check that IIFEs are wrapped (Michael Ficarra)
* Added "stroustrup" option for brace-style (Ian Christian Myers)
* 0.4.1 (Nicholas C. Zakas)

v0.4.1 - February 27, 2014

* 0.4.1 (Nicholas C. Zakas)
* Created space-in-brackets rule (Ian Christian Myers)
* Update: Allow valid-jsdoc to specify replacement tags (fixes #637) (Nicholas C. Zakas)
* Fix: Ensure getJSDocComment() works for all function declarations (fixes #638) (Nicholas C. Zakas)
* Added broccoli-eslint to integration docs (Christian)
* fixes #634: getters/setters shouldn't trigger no-dupe-keys (Michael Ficarra)
* Update: semi to also enforce not using semicolons (fixes #618) (Nicholas C. Zakas)
* New Rule: no-constant-condition  - removed SwitchStatement discriminant check  - removed AssignmentExpression with right Identifier  - fixed copy paste error  - added DoWhileStatement, ForStatement based on discussion: https://github.com/eslint/eslint/pull/624 (fixes #621) (Christian)
* New Rule: no-constant-condition (fixes #621) (Christian)
* Adding mimosa-eslint to Build System list (dbashford)
* Fix: Make sure semi flags return statements without a semicolon (fixes #616) (Nicholas C. Zakas)
* Fix: stylish formatter blue text -> white text (fixes #607) (Nicholas C. Zakas)
* Fix: radix rule should warn (not throw error) when parseInt() is called without arguments (fixes #611) (Nicholas C. Zakas)
* Update README.md (Dmitry)
* Adding JSDoc comments for TAP format helper functions (Jonathan Kingston)
* Updating documentation to include TAP format option (Jonathan Kingston)
* Fixing validation issues to TAP formatter (Jonathan Kingston)
* Adding TAP formatter and basic tests (Jonathan Kingston)
* Docs: Updated integrations page (Nicholas C. Zakas)
* 0.4.0 (Nicholas C. Zakas)

v0.4.0 - February 12, 2014

* 0.4.0 (Nicholas C. Zakas)
* Change: Switch :after to :exit (fixes #605) (Nicholas C. Zakas)
* Fix: Make sure no-unused-vars doesn't get confused by nested functions (fixes #584) (Nicholas C. Zakas)
* Update: .eslintrc to check more things (Nicholas C. Zakas)
* Fix: Make sure JSDoc parser accepts JSDoc3-style optional parameters (Nicholas C. Zakas)
* Docs: Update documentation with linking instructions for ESLintTester (Nicholas C. Zakas)
* New Rule: valid-jsdoc (fixes #536) (Nicholas C. Zakas)
* #595 improved func-names documentation (Kyle Nunery)
* #595 added more func-names tests (Kyle Nunery)
* #595 fix rule message and add more tests (Kyle Nunery)
* use optionator for option parsing, not optimist (George Zahariev)
* Include instructions for working with ESLintTester (Nicholas C. Zakas)
* #595 remove needless 'function Foo() {}' in tests (Kyle Nunery)
* #595 fix whitespace (Kyle Nunery)
* #595 fix markdown for js code blocks (Kyle Nunery)
* Adding information about Yeomen generator (Ilya Volodin)
* #595 add docs for rule func-names (Kyle Nunery)
* #595 add func-names rule (Kyle Nunery)
* migrate variables array to map (Brandon Mills)
* Perf: Move try-catch out of verify() function to allow V8 optimization (refs #574) (Nicholas C. Zakas)
* Docs: Added instructions for running npm run profile (Nicholas C. Zakas)
* refactor variable name lookup into a separate function (Brandon Mills)
* optimize findVariable() in no-unused-vars (Brandon Mills)
* move to tests/bench (Chris Dickinson)
* add `npm run profile`. (Chris Dickinson)
* #586 refactor based on https://github.com/eslint/eslint/pull/590#discussion_r9476367 (Christian)
* #586 added no-unreachable jsdoc, documentation note on hoisting case (Christian)
* #586 add hoisting check to no-unreachable (Christian)
* readme: Remove stray asterisk (Timo Tijhof)
* #580 Remove eslint.getAllComments(), related docs, related tests (Christian)
* Added test for bug fix #582. Test Passes (Shmueli Englard)
* Added curly braces to if statment (Shmueli Englard)
* Added new test for fix to #582 (fixes 582) (Shmueli Englard)
* Bug #582: Added check if node.value isn't a string just exit (Shmueli Englard)
* Update Rule: implement curly options for single-statement bodies (fixes #511) (Nicholas C. Zakas)
* New Rule: no-extra-boolean-cast (fixes #557) (Brandon Mills)
* New Rule: no-sparse-arrays (fixes #499) (Nicholas C. Zakas)
* Fix: no-spaced-func is now an error (Nicholas C. Zakas)
* New Rule: no-process-exit (fixes #568) (Nicholas C. Zakas)
* New Rule: no-labels (fixes #550) (Nicholas C. Zakas)
* New Rule: no-lone-blocks (fixes #512) (Brandon Mills)
* Added Emacs/Flycheck integration (Nikolai Prokoschenko)
* Build: Add perf test (Nicholas C. Zakas)
* Fix: no-cond-assign shouldn't throw error when there's a for loop with an empty conditional (fixes #53) (Nicholas C. Zakas)
* Docs: Add docs for no-regex-spaces and all doc errors now break build (closes #562) (Nicholas C. Zakas)
* Rename: regex-spaces to no-regex-spaces (Nicholas C. Zakas)
* Docs: Add docs for no-underscore-dangle (refs #562) (Nicholas C. Zakas)
* Docs: Add docs for no-undef-init (refs #562) (Nicholas C. Zakas)
* Docs: Add docs for no-return-assign (refs #562) (Nicholas C. Zakas)
* Fix: Misspelling in no-return-assign message (Nicholas C. Zakas)
* Docs: Add docs for no-new-wrappers (refs #562) (Nicholas C. Zakas)
* Docs: Add docs for no-new-object (refs #562) (Nicholas C. Zakas)
* Docs: Add docs for no-implied-eval (refs #562) (Nicholas C. Zakas)
* Docs: Updated documentation for developing rules (Nicholas C. Zakas)
* Testing: Move ESLintTester to be external dependency (fixes #480) (Nicholas C. Zakas)
* Docs: Add list of known integrations (Nicholas C. Zakas)
* Fix #570 (dmp42)
* document no-array-constructor rule (Michael Ficarra)
* fixes #500: no-array-constructor should not flag 1-argument construction (Michael Ficarra)
* fixes #501: no-array-constructor recognises CallExpression form (Michael Ficarra)
* rename no-new-array rule to no-array-constructor; ref #501 (Michael Ficarra)
* Fix: Make radix rule warn on invalid second parameter (fixes #563) (Nicholas C. Zakas)
* Docs: Added no-floating-decimal docs (refs #562) (Nicholas C. Zakas)
* New Rule: no-path-concat (fixes #540) (Nicholas C. Zakas)
* Docs: Add some missing rule docs (refs #562) (Nicholas C. Zakas)
* Fix: CLI should not output anything when there are no warnings (fixes #558) (Nicholas C. Zakas)
* New Rule: no-yoda (fixes #504) (Nicholas C. Zakas)
* New Rule: consistent-return (fixes #481) (Nicholas C. Zakas)
* Rewrite configuration documentation to include information about globals (fixes #555) (Nicholas C. Zakas)
* Allow YAML configuration files (fixes #491) (Nicholas C. Zakas)
* 0.3.0 (Nicholas C. Zakas)

v0.3.0 - January 20, 2014

* 0.3.0 (Nicholas C. Zakas)
* Config: Allow comments in JSON configuration files (fixes #492) (Nicholas C. Zakas)
* Bug: max-len fix to report correct line number (fixes #552) (Nicholas C. Zakas)
* Build: Use browserify to create browser-ready ESLint (fixes #119) (Nicholas C. Zakas)
* Docs: Ensure all rules have entry on top-level rules index page (Nicholas C. Zakas)
* Docs: Add docs for no-fallthrough rule (Nicholas C. Zakas)
For faster browsing, not all history is shown. View entire blame