Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

42 lines (23 loc) · 1.57 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.2.1 (2019-04-05)

Fixes

  • Allow multiple cases for a single block inside switch statements (c5feca0)

2.2.0 (2019-02-06)

Features

  • Add fork of max-statements-per-line (c0f82e8)

2.1.0 (2018-12-31)

Features

  • Add fork of brace-style rule to support one line arrow functions (c631354)

2.0.1 (2018-12-18)

Fixes

  • Fixed a bunch of weird NPM madness (b8f9cf0)

2.0.0 (2018-12-17)

Version 2.0.0 was a major "rethink" of our rules, changing some past decisions, but primarily focusing on what we needed to change to add support for newer ES* features and TypeScript.