Skip to content

Commit

Permalink
Release 0.2.4 (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: James D. Forrester <jforrester@wikimedia.org>
  • Loading branch information
jdforrester authored Apr 30, 2020
1 parent 57b7a9f commit cf914f5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# eslint-plugin-mediawiki release history

## v0.2.4
* Rule fix: `valid-package-file-require`: Allow ./ prefix when going up the dir tree (Jakob Warkotsch)
* Rule fix: `valid-package-file-require`: Check if require() arg looks like a path (Roan Kattouw)
* Rule fix: `valid-package-file-require`: Make fixable (Roan Kattouw)
* Rule fix: `valid-package-file-require`: Report correct file path in error message (Roan Kattouw)
* Rule fix: Link to documentation for `class-doc` & `msg-doc` rules (Ed Sanders)
* Add rule types (Ed Sanders)
* build: Add code coverage report and set threshold to 100% (Ed Sanders)
* build: Update devDependencies (Ed Sanders)
* code: Move rules and index.js to src (Ed Sanders)

## v0.2.3
* New rule: `no-vue-dynamic-i18n` (Roan Kattouw)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-mediawiki",
"version": "0.2.3",
"version": "0.2.4",
"description": "MediaWiki-specific linting rules, for use in MediaWiki core and extensions.",
"repository": {
"type": "git",
Expand Down

0 comments on commit cf914f5

Please sign in to comment.