Skip to content

Releases: harryi3t/eslint-plugin-callback-function

Release 1.3.0-beta

14 Jan 20:09
Compare
Choose a tag to compare
Release 1.3.0-beta Pre-release
Pre-release

Refactors the code. Now the auto fix much more stable.
Still more work and testing has to be done on it.

Release 1.2.4

08 Jan 18:18
Compare
Choose a tag to compare

Fixed few errors coz of absence of null value check

Release 1.2.2

08 Jan 18:04
Compare
Choose a tag to compare
Release 1.2.2 Pre-release
Pre-release
  • Added Support for auto-fix (disabled by default)
  • Added schema so invalid options will throw error

Release 1.1.0

24 Dec 12:48
Compare
Choose a tag to compare
  • Added support for case where callee is MemberExpression (eg. in underscore's chain expression)
  • separated the rules case by case basis
  • added shippable and travis CI

version 1.0.0 -- pre-release

22 Dec 16:57
Compare
Choose a tag to compare
Pre-release

Releasing the first version which includes a single rule to enforce callback functions to be declared on new lines.