Skip to content

Latest commit

 

History

History
428 lines (276 loc) · 29.2 KB

CHANGELOG.md

File metadata and controls

428 lines (276 loc) · 29.2 KB

Changelog

Unreleased

v8.3.0-beta.2 (2023-06-27)

Full Changelog

Fixed:

  • chore: update typescript deps and co by @skjnldsv in #569

v8.3.0-beta.1 (2023-06-27)

Full Changelog

Features:

  • Provide config for vue files written in Typescript, use extends: "@nextcloud/eslint-config/typescript".
  • Fully support vue files using the Composition API <script setup>.

Fixed:

  • fix: Add Typescript overrides for all valid Typescript file extensions by @susnux in #567

v8.3.0-beta.0 (2023-05-12)

Full Changelog

Merged pull requests:

  • Typescript 5 support
  • Various dependencies upgrades

v8.2.1 (2023-01-30)

Full Changelog

Fixed:

  • Fix resolving packages that use the package exports feature by @susnux in #452

Merged pull requests:

  • Various dependencies upgrades

v8.2.0 (2023-01-11)

Full Changelog

Implemented enhancements:

  • feat: Add scripts for linting the config and fixed issues found #434 (susnux)
  • feat: Add sub config for TypeScript projects #433 (susnux)

Dependency updates:

v8.1.5 (2023-01-02)

Full Changelog

Dependency updates:

  • Bump json5 from 1.0.1 to 1.0.2 by @PVince81 in #430
  • Bump json5 from 2.2.1 to 2.2.3 by @PVince81 in #430

v8.1.4 (2022-11-17)

Full Changelog

Fixed:

v8.1.3 (2022-11-04)

Full Changelog

Fixed:

  • Allow TypeScript syntax in JSDoc comments by @Pytal in #413

Dependency updates:

  • Bump @babel/core from 7.18.10 to 7.19.6 by @dependabot in #404
  • Bump @babel/eslint-parser from 7.18.9 to 7.19.1 by @dependabot in #392
  • Bump eslint from 8.21.0 to 8.26.0 by @dependabot in #406
  • Bump eslint-plugin-jsdoc from 39.3.13 to 39.6.2 by @dependabot in #414
  • Bump eslint-plugin-n from 15.2.4 to 15.4.0 by @dependabot in #409
  • Bump eslint-plugin-promise from 6.0.0 to 6.1.1 by @dependabot in #405
  • Bump eslint-plugin-vue from 9.3.0 to 9.7.0 by @dependabot in #410

v8.1.2 (2022-08-09)

Full Changelog

Dependency updates:

v8.0.0 (2022-04-20)

Full Changelog

Breaking:

  • Require file extensions on import #292 (Pytal)

Dependency updates:

v7.0.2 (2022-01-20)

Full Changelog

Fixed:

  • Fix usual same-line vue attribute behaviour #272 (skjnldsv)

Dependency updates:

v7.0.1 (2022-01-17)

Full Changelog

Fixed bugs:

Dependency updates:

v7.0.0 (2022-01-12)

Full Changelog

Merged pull requests:

v6.1.2 (2021-12-20)

Full Changelog

Fixes:

  • Fix vue custom event name casing #249 (Pytal)

v6.1.1 (2021-12-02)

Full Changelog

Fixes:

v6.1.0 (2021-08-11)

Full Changelog

Fix dependency:

  • Remove undesired eslint-webpack-plugin (skjnldsv)

v6.0.1 (2021-08-11)

Full Changelog

Merged pull requests:

Full Changelog

Breaking

  • Require a space before async arrow function parentheses #146 (Pytal)

Features

Fixes

Full Changelog

v5.1.0 (2021-05-03)

Full Changelog

Merged pull requests:

Updated dependencies:

v5.1.0 (2021-05-01)

Full Changelog

Closed issues:

  • Inconsistency between package.json and package-lock.json? #106
  • Is eslint-plugin-standard still necessary as peerDependency? #101

v5.0.0 (2021-03-29)

Full Changelog

Implemented enhancements:

Merged pull requests:

Full Changelog

Breaking dependency upgrade:

  • Replace babel-eslint with @babel/eslint-parser #80 (st3iny)

Merged pull requests:

v3.0.0 (2020-11-03)

Full Changelog

v3.0.0-beta.1 (2020-11-03)

Full Changelog

Security fixes:

Merged pull requests:

v2.2.0 (2020-07-08)

Full Changelog

v2.1.0 (2020-07-07)

Full Changelog

Implemented enhancements:

Merged pull requests:

v2.0.0 (2020-03-25)

Full Changelog

Implemented enhancements:

v1.2.0 (2020-03-24)

Full Changelog

Merged pull requests:

v1.1.1 (2020-03-19)

Full Changelog

Security fixes:

v1.1.0 (2020-03-03)

Full Changelog

Merged pull requests:

v1.0.0 (2020-02-11)

Full Changelog

Merged pull requests:

v0.1.1 (2019-12-21)

Full Changelog

Merged pull requests:

v0.1.0 (2019-10-26)

Full Changelog

Merged pull requests:

v0.0.6 (2019-10-02)

Full Changelog

Merged pull requests:

v0.0.5 (2019-09-24)

Full Changelog

v0.0.4 (2019-09-24)

Full Changelog

v0.0.3 (2019-09-24)

Full Changelog

v0.0.2 (2019-09-24)

Full Changelog

Implemented enhancements:

* This Changelog was automatically generated by github_changelog_generator