Skip to content

Latest commit

 

History

History
63 lines (32 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

63 lines (32 loc) · 2.48 KB

Changelog

All notable changes to this project will be documented in this file. See [our coding standards][commit-messages] for commit guidelines.

2.5.0 (2024-12-10)

Features

  • allow array access in fluent chainging (#54) (c112091)

Bug Fixes

  • lint chained expressions after class or awaited expression (#62) (7f69d18)

2.3.0-rc.0 (2020-01-22)

Bug Fixes

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.