Skip to content

Releases: prettier/prettier-eslint

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)

v1.0.2

13 Jan 22:21
Compare
Choose a tag to compare

<a name"1.0.2">

1.0.2 (2017-01-13)

Bug Fixes

  • deps: move eslint from devDeps to deps. 😅 (b562626d)

v1.0.1

13 Jan 06:32
Compare
Choose a tag to compare

<a name"1.0.1">

1.0.1 (2017-01-13)

Bug Fixes

  • eslint: add globals array to fix weird issue (9f59905a)

v1.0.0

13 Jan 05:49
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2017-01-13)

Features