All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.0.2 (2019-12-16)
- update linting docu to updates in package.json (e58015c)
- eslint-config: remove no-property-change-update (f20e924)
2.0.1 (2019-12-08)
Note: Version bump only for package @open-wc/eslint-config
2.0.0 (2019-12-02)
- eslint-config: lit-html templates are now linted as well
1.3.0 (2019-11-03)
- eslint-config: allow for-of loops in eslint (f6dc2c5)
1.2.0 (2019-10-28)
1.1.2 (2019-10-23)
1.1.1 (2019-08-15)
- eslint-config: set arrow-parens rule (af8f4c7)
1.1.0 (2019-08-14)
- eslint-config: resolve extended linting configurations (13ee4ba)
- eslint-config: update dependencies (52909e8)
1.0.0 (2019-07-08)
- use file extensions for imports to support import maps (c711b13)
- eslint-config: add import extensions linting rule (cd407e7)
- eslint-config: imports now require a file extension every import that is not a "pure" bare import requires a file extension
// before
import '../my-el';
import '@open-wc/testing/index-no-side-effects';
import '@open-wc/testing';
// after
import '../my-el.js';
import '@open-wc/testing/index-no-side-effects.js';
import '@open-wc/testing';
0.4.5 (2019-04-28)
0.4.4 (2019-04-28)
0.4.3 (2019-04-14)
- update generator usage (5d284d4)
0.4.2 (2019-03-24)
- adjust generator-open-wc links to create (cc014b1)
0.4.1 (2019-03-08)
Note: Version bump only for package @open-wc/eslint-config
0.4.0 (2019-03-01)
- eslint-config: add eslint-plugin-wc (be637a5)
0.3.12 (2019-02-24)
- eslint-config: allow usage of devDeps in *.config files (ad52be0)
0.3.11 (2019-02-16)
- update package repository fields with monorepo details (cb1acb7)
0.3.10 (2019-02-02)
- unify npm readme header for all open-wc packages (1bac939)
0.3.9 (2019-01-31)
- eslint-config: allow usage of devDeps in nested test/stories folders (e8663f3)
0.3.8 (2019-01-26)
- align all open-wc readme headers (b589429)
0.3.7 (2019-01-21)
- broken links in README (5685887)
0.3.6 (2019-01-20)
- refactor generators (1dab1f4)
0.3.5 (2019-01-19)
- restructure menu and improve docu (dd37e22)
0.3.4 (2019-01-16)
- improve documentation (4f5472f)
0.3.3 (2018-12-20)
- linting generators & documentation (5c29f7a)
0.3.2 (2018-12-13)
- apply prettier; add lint-staged (43acfad)
0.3.1 (2018-11-30)
- move documentation to READMEs of packages (b4a0426)
0.3.0 (2018-11-18)
- use es module chai version; auto-register side-effects (263f4ff)
0.2.1 (2018-10-28)
- use version ranges (694e137)
0.2.0 (2018-10-06)
- eslint-config: test/stories folder may import from devDependencies (80bd9e9)
- add minimal readme (9e52ca2)
- test: add karma and browserstack (5aff947)
0.1.1 (2018-09-29)
- eslint-config: Use babel-eslint to support dynamic imports (5826475)
- initial release (54d963d)