@@ -5,7 +5,10 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
5
5
6
6
## Unreleased
7
7
### Fixed
8
- - [ ` no-named-as-default-member ` ] don't crash on rest props. ([ #281 ] , thanks [ @SimenB ] )
8
+ - [ ` no-named-as-default-member ` ] : don't crash on rest props. ([ #281 ] , thanks [ @SimenB ] )
9
+ - support for Node 6: don't pass ` null ` to ` path ` functions.
10
+ Thanks to [ @strawbrary ] for bringing this up ([ #272 ] ) and adding OSX support to the Travis
11
+ config ([ #288 ] ).
9
12
10
13
## resolvers/webpack: Unreleased
11
14
### Changed
@@ -182,6 +185,7 @@ for info on changes for earlier releases.
182
185
[ `named` ] : ./docs/rules/named.md
183
186
184
187
[ #289 ] : https://github.com/benmosher/eslint-plugin-import/pull/289
188
+ [ #288 ] : https://github.com/benmosher/eslint-plugin-import/pull/288
185
189
[ #287 ] : https://github.com/benmosher/eslint-plugin-import/pull/287
186
190
[ #278 ] : https://github.com/benmosher/eslint-plugin-import/pull/278
187
191
[ #261 ] : https://github.com/benmosher/eslint-plugin-import/pull/261
@@ -199,6 +203,7 @@ for info on changes for earlier releases.
199
203
200
204
[ #286 ] : https://github.com/benmosher/eslint-plugin-import/issues/286
201
205
[ #281 ] : https://github.com/benmosher/eslint-plugin-import/issues/281
206
+ [ #272 ] : https://github.com/benmosher/eslint-plugin-import/issues/272
202
207
[ #216 ] : https://github.com/benmosher/eslint-plugin-import/issues/216
203
208
[ #214 ] : https://github.com/benmosher/eslint-plugin-import/issues/214
204
209
[ #210 ] : https://github.com/benmosher/eslint-plugin-import/issues/210
@@ -240,4 +245,5 @@ for info on changes for earlier releases.
240
245
[ @jquense ] : https://github.com/jquense
241
246
[ @jonboiser ] : https://github.com/jonboiser
242
247
[ @taion ] : https://github.com/taion
248
+ [ @strawbrary ] : https://github.com/strawbrary
243
249
[ @SimenB ] : https://github.com/SimenB
0 commit comments