@@ -4,11 +4,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
5
5
6
6
## [ Unreleased]
7
+
8
+
9
+ ## [ 1.14.0] - 2016-08-22
7
10
### Added
8
- - [ ` import/parsers ` setting] : parse some dependencies (i.e. TypeScript!) with a different parser than the ESLint-configured parser.
11
+ - [ ` import/parsers ` setting] : parse some dependencies (i.e. TypeScript!) with a different parser than the ESLint-configured parser. ( [ # 503 ] )
9
12
10
13
### Fixed
11
- - [ ` namespace ` ] exception for get property from ` namespace ` import, which are re-export from commonjs module ([ #416 ] )
14
+ - [ ` namespace ` ] exception for get property from ` namespace ` import, which are re-export from commonjs module ([ #499 ] fixes [ # 416 ] , thanks [ @ wKich ] )
12
15
13
16
## [ 1.13.0] - 2016-08-11
14
17
### Added
@@ -287,6 +290,8 @@ for info on changes for earlier releases.
287
290
[ `prefer-default-export` ] : ./docs/rules/prefer-default-export.md
288
291
[ `no-restricted-paths` ] : ./docs/rules/no-restricted-paths.md
289
292
293
+ [ #503 ] : https://github.com/benmosher/eslint-plugin-import/pull/503
294
+ [ #499 ] : https://github.com/benmosher/eslint-plugin-import/pull/499
290
295
[ #461 ] : https://github.com/benmosher/eslint-plugin-import/pull/461
291
296
[ #444 ] : https://github.com/benmosher/eslint-plugin-import/pull/444
292
297
[ #428 ] : https://github.com/benmosher/eslint-plugin-import/pull/428
@@ -328,6 +333,7 @@ for info on changes for earlier releases.
328
333
[ #453 ] : https://github.com/benmosher/eslint-plugin-import/issues/453
329
334
[ #441 ] : https://github.com/benmosher/eslint-plugin-import/issues/441
330
335
[ #423 ] : https://github.com/benmosher/eslint-plugin-import/issues/423
336
+ [ #416 ] : https://github.com/benmosher/eslint-plugin-import/issues/416
331
337
[ #415 ] : https://github.com/benmosher/eslint-plugin-import/issues/415
332
338
[ #386 ] : https://github.com/benmosher/eslint-plugin-import/issues/386
333
339
[ #373 ] : https://github.com/benmosher/eslint-plugin-import/issues/373
@@ -356,7 +362,8 @@ for info on changes for earlier releases.
356
362
[ #119 ] : https://github.com/benmosher/eslint-plugin-import/issues/119
357
363
[ #89 ] : https://github.com/benmosher/eslint-plugin-import/issues/89
358
364
359
- [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.13.0...HEAD
365
+ [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.14.0...HEAD
366
+ [ 1.14.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.13.0...v1.14.0
360
367
[ 1.13.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.12.0...v1.13.0
361
368
[ 1.12.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.11.1...v1.12.0
362
369
[ 1.11.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.11.0...v1.11.1
@@ -414,3 +421,4 @@ for info on changes for earlier releases.
414
421
[ @rhettlivingston ] : https://github.com/rhettlivingston
415
422
[ @zloirock ] : https://github.com/zloirock
416
423
[ @rhys-vdw ] : https://github.com/rhys-vdw
424
+ [ @wKich ] : https://github.com/wKich
0 commit comments