Skip to content

Releases: ilyavolodin/eslint-plugin-backbone

v1.0.0

22 Feb 05:35
Compare
Choose a tag to compare

This library is stable and no issues has been reported in a while, so releasing v1.0.0.

Adding options to `no-native-jquery` and turning it on by default

22 Feb 05:21
Compare
Choose a tag to compare

no-native-jquery now has two options: all and 'selector.allwill warn about all usages of jQuery inside views.selectorwill only warn about use of jQuery object with literal parameter ($(".test")). If you use jQuery and pass it an object,selectoroptions will not warn about it ($(e.target)). Default configuration has been updated.no-native-jqueryis now warning by default withselector` option.

Default configuration for plugin

25 Oct 00:53
Compare
Choose a tag to compare

Adding default configuration for this plugin and updating documentation.

First official release

17 Oct 01:26
Compare
Choose a tag to compare
Merge pull request #28 from ilyavolodin/render-return

Fixing empty return bug (Fixes #27)

New rules

14 Oct 01:01
Compare
Choose a tag to compare
New rules Pre-release
Pre-release

Added additional new rules. All tickets are closed as of now.

New rules

29 Sep 22:59
Compare
Choose a tag to compare
New rules Pre-release
Pre-release

Adding no-changed-set, no-collection-models, no-model-attributes, no-view-collection-models and no-view-model-attributes rules

Support settings

28 Sep 00:25
Compare
Choose a tag to compare
Support settings Pre-release
Pre-release

This release adds support for settings. You can now create your own mapping for base models/views/collection. In order to use settings, upgrade ESLint to version 0.8.2 or higher.

Fix existing rules

20 Sep 21:49
Compare
Choose a tag to compare
Fix existing rules Pre-release
Pre-release

Some minor fixes for existing rules

Adding all backbone rules

16 Sep 02:04
Compare
Choose a tag to compare
Pre-release
0.0.2

Up npm version

Initial release

16 Sep 01:37
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

This is an alpha release of backbone rules for eslint