Skip to content

Releases: prettier/prettier-eslint

v2.3.1

20 Jan 19:16
Compare
Choose a tag to compare

<a name"2.3.1">

2.3.1 (2017-01-20)

Bug Fixes

  • modules: use prettier-eslint versions of modules if needed (dc496602)

v2.3.0

20 Jan 18:28
Compare
Choose a tag to compare

<a name"2.3.0">

2.3.0 (2017-01-20)

Features

  • modules: find modules based on filePath (aed2daf7)

v2.2.1

19 Jan 16:51
Compare
Choose a tag to compare

<a name"2.2.1">

2.2.1 (2017-01-19)

Bug Fixes

  • deps: force usage of latest prettier (5080569a)

v2.2.0

19 Jan 05:01
Compare
Choose a tag to compare

<a name"2.2.0">

2.2.0 (2017-01-19)

Features

  • options: add sillyLogs option (3922b028, closes #7)

v2.1.1

18 Jan 19:01
Compare
Choose a tag to compare

<a name"2.1.1">

2.1.1 (2017-01-18)

Bug Fixes

  • eslint: if no fix is necessary, do not return undefined (9129c8fe)

v2.1.0

18 Jan 05:29
Compare
Choose a tag to compare

<a name"2.1.0">

2.1.0 (2017-01-18)

Features

  • path: add eslintPath and prettierPath options (#6) (6fd8f234, closes #3)

v2.0.2

17 Jan 23:44
Compare
Choose a tag to compare

<a name"2.0.2">

2.0.2 (2017-01-17)

Bug Fixes

  • eslint: config will not use eslintrc from this project (#4) (9048d173)

v2.0.1

15 Jan 07:00
Compare
Choose a tag to compare

<a name"2.0.1">

2.0.1 (2017-01-15)

Bug Fixes

  • error: throw the full error (rather than the stack) (c75290cc)

v2.0.0

15 Jan 06:48
Compare
Choose a tag to compare

<a name"2.0.0">

2.0.0 (2017-01-15)

Features

  • errors: propogate errors (rather than swallow them) (503a3ddd)

Breaking Changes

  • if you weren't wrapping format in a try/catch, you'll
    need to now!

    (503a3ddd)

v1.1.0

15 Jan 05:03
Compare
Choose a tag to compare

<a name"1.1.0">

1.1.0 (2017-01-15)

Features

  • options: add disableLog option (71a7ea30)