Release Notes for Cordova ESLint

5.1.0 (Mar 25, 2024)

Features:

  • GH-42 feat: disable no-var for browser usage

Chores:

  • GH-40chore(deps): package-lock rebuild & GHA versions

CI:

  • GH-43 ci: add release audit workflow

5.0.0 (Jan 16, 2023)

Breaking:

  • GH-35 dep!: bump all available packages
    • eslint@^8.31.0
    • eslint-config-standard@^17.0.0
    • eslint-plugin-import@^2.27.2
    • eslint-plugin-promise@^6.1.1
    • jasmine@^4.5.0
  • GH-37 chore!: update node engine requirement for external users
  • GH-34 chore!: bump node engine requirement >=16.0.0

Other Changes:

  • GH-33 ci(gh-actions): update workflow and dependencies
  • GH-30 chore(deps): bump minimist from 1.2.5 to 1.2.6

4.0.0 (Oct 27, 2021)

Breaking:

  • GH-22 feat!: bump node engine requirement >=12.0.0
  • GH-26 dep!: drop eslint-plugin-standard
  • GH-23 dep!: bump eslint, configs & plugins
    • eslint@^7.32.0
    • eslint-config-standard@^16.0.3
    • GH-27 eslint-plugin-import@^2.25.2
    • eslint-plugin-node@^11.1.0
    • GH-28 eslint-plugin-promise@^5.1.1

Other Changes:

  • GH-29 dep(dev): bump jasmine@3.10.0
  • GH-16 dep(dev): bump nyc@^15.1.0
  • GH-24 ci: fix workflow typo
  • GH-13 ci: apply random missing minor changes
  • GH-20 chore: rebuilt package-lock w/ version 2
  • GH-18 chore: npmrc
  • chore(asf): update git notification settings

3.0.0 (Mar 24, 2020)

  • GH-12 breaking: bump package version to 3.0.0-dev & dependencies upgrade
    • eslint@^6.8.0
    • eslint-config-standard@^14.1.1
    • eslint-plugin-import@^2.20.1
    • eslint-plugin-node@^11.0.0
  • GH-11 chore(dependency): drop eslint-config-semistandard

2.0.0 (Nov 11, 2019)

  • chore: update node requirement >= 10.13.0 & eslint@6.6.0
  • GH-10 feat: make base rules stricter & closer to semistandard
  • GH-9 docs: use new ‘overrides’ directive in sample config
  • GH-8 chore: update dependencies
  • GH-7 chore: increment package version to 2.0.0-dev
  • GH-5 Test all exported configurations
  • GH-6 Add GitHub Actions CI

1.0.0 (Nov 07, 2019)

  • GH-4 chore: updated package-lock & added RELEASENOTES.md
  • GH-3 chore: add .npmignore
  • GH-1 chore: added missing package repo & bug field
  • GH-2 chore: add .asf.yaml
  • chore: format, lint, & add Apache license
  • Release candidate
  • chore: create eslint config for cordova@9.x
  • Initial commit