Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Releases: meteor/eslint-plugin-meteor

v3.1.0

11 Mar 10:10
Compare
Choose a tag to compare

<a name"3.1.0">

3.1.0 (2016-03-11)

Bug Fixes

  • template-names: be more restrictive for snake-case (d623a799)

Features

v3.0.2

10 Mar 10:57
Compare
Choose a tag to compare

<a name"3.0.2">

3.0.2 (2016-03-10)

Bug Fixes

  • rule: allow overwriting only one param in options of eventmap-params (4bd25a9f)

v3.0.1

09 Mar 18:12
Compare
Choose a tag to compare

<a name"3.0.1">

3.0.1 (2016-03-09)

Bug Fixes

v3.0.0

09 Mar 17:43
Compare
Choose a tag to compare

<a name"3.0.0">

3.0.0 (2016-03-09)

Bug Fixes

  • do not force jsx parser in recommended configuration (0eff6904)

Breaking Changes

  • Rule names have changed.

    (faefe6c5)

  • ecmaFeatures (jsx) has been removed from the ESLint parser options.

    (0eff6904)

v2.2.0

08 Mar 17:30
Compare
Choose a tag to compare

<a name"2.2.0">

2.2.0 (2016-03-08)

Features

  • rule: add rule template-naming-convention (12036a2d, closes #22)

v2.1.0

07 Mar 17:00
Compare
Choose a tag to compare

<a name"2.1.0">

2.1.0 (2016-03-07)

Features

  • rules: add rule prefer-session-equals (a06d2db7, closes #118)

v2.0.0

02 Mar 16:57
Compare
Choose a tag to compare

<a name"2.0.0">

2.0.0 (2016-03-02)

This release is a clear cut between the previous strategy of ESLint-plugin-Meteor. Previously, the plugin tried to understand where your code will run. This turned out to be hugely complicated while offering little actual benefit. It also made the setup overly complicated.

Going forward, the plugin will be kept simple. It will focus on offering rules which help ensure best practices are being followed.

For v2 most of the documentation has been rewritten. Check out /docs/guides for information on how to get started.

To get this release out the door, a lot of previously existing API-focued rules have been deleted. They may eventually come back.

Breaking Changes

v1.7.0

29 Oct 17:36
Compare
Choose a tag to compare

<a name"1.7.0">

1.7.0 (2015-10-29)

Bug Fixes

  • internal: Remove console statement (d3c0cca0)

Features

  • integration: Add support for SublimeLinter (24a5f2f6, closes #49)

v1.6.0

28 Oct 20:26
Compare
Choose a tag to compare

<a name"1.6.0">

1.6.0 (2015-10-28)

Features

  • blaze-consistent-eventmap-params: Add rule (be73ffa0, closes #12, #33)

v1.5.0

25 Oct 14:12
Compare
Choose a tag to compare

<a name"1.5.0">

1.5.0 (2015-10-25)

Features