Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Latest commit

 

History

History
114 lines (52 loc) · 3.69 KB

CHANGELOG.md

File metadata and controls

114 lines (52 loc) · 3.69 KB

Changelog

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

0.5.2 (2020-03-20)

Bug Fixes

  • enable no-this-in-fetch only for nuxt < 2.12 (66fc2e0)

0.5.1 (2020-02-09)

Features

  • rule: add require-func-head in recommended (#62) (7d0926f)

Bug Fixes

  • correct category for no-timing-in-fetch-data (bbf6ce9)

0.5.0 (2019-11-09)

Features

  • upgrade eslint-plugin-vue to v6 (ecf42f2)

0.4.3 (2019-03-12)

Bug Fixes

  • incompatible version of vue-eslint-parser (9bb12ae)

0.4.2 (2019-02-21)

Bug Fixes

  • use filename instead of full path (4c62a37)

0.3.0 (2018-12-19)

Bug Fixes

  • not-null check for hooks (daa93f3)

Features

0.2.0 (2018-12-10)

Features

0.1.3 (2018-12-10)

0.1.2 (2018-12-10)

Bug Fixes

  • rule not found (c63f657)
  • undefined value in nuxt/no-env-in-context (17cb2d9)

0.1.1 (2018-12-10)

Bug Fixes

0.1.0 (2018-12-10)

Features

  • add base config (bf0759a)
  • rule: add no-globals-in-created (d8736e9)
  • add no-env-in-context (71b09e9)
  • add no-this-in-fetch (fe4d381)
  • add no-timing-in-fetch-data (2945b70)
  • add rule no-this-in-async-data (9a56aae)
  • init no-this-in-async-data (e23f4ed)
  • init no-this-in-fetch (4bf0385)