Skip to content

Latest commit

 

History

History
217 lines (180 loc) · 8.9 KB

CHANGELOG.md

File metadata and controls

217 lines (180 loc) · 8.9 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. This change log adheres to standards from Keep a CHANGELOG.

Added

  • Added lodash-fp to recommended preset ([#66], thanks @iddan]).
  • Added [no-extraneous-partials] rule (#68).

Misc

  • Upgraded xo/ava etc (#73).

Fixed

2.1.3 - 2016-11-08

Fixed

Misc

2.1.2 - 2016-11-03

Fixed

2.1.1 - 2016-10-14

Fixed

2.1.0 - 2016-10-10

NOTE

  • This was published as a minor version by accident. It should have been a patch.

Fixed

  • Fixed incorrect errors for use-fp on package names starting with lodash- ([#41, thanks @penny-five)

2.0.1 - 2016-08-24

Fixed

  • Fixed crash in no-extraneous-function-wrapping when using return without an argument.
  • Fixed false report in no-extraneous-function-wrapping when using the last argument twice in the arguments (#38, thanks @godu).

2.0.0 - 2016-07-15

Removed

  • Breaking: Removed support for Node.js versions < v4.

Fixed

Changed

  • Removed eslint as a dependency.

1.3.0 - 2016-05-26

Added

Fixed

Changed

1.2.0 - 2016-05-08

Added

Fixed

Changed

  • no-extraneous-args now recommends an alternative whenever possible, and tells when to use an array for method that used rest args.

1.1.3 - 2016-05-02

Fixed

1.1.2 - 2016-05-01

Fixed

1.1.1 - 2016-04-30

Fixed

  • Problems with npm while publishing, added missing files.

1.1.0 - 2016-04-30

Added

1.0.2 - 2016-04-29

Fixed

1.0.1 - 2016-04-28

Fixed

  • Problems with npm while publishing, added missing files.

1.0.0 - 2016-04-28

Added

0.1.0 - 2016-04-20

Added

0.0.3 - 2016-04-15

Added

0.0.2 - 2016-04-14

Added

0.0.1 - 2016-04-12

Added