Skip to content

Commit

Permalink
3.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey Visco committed Sep 18, 2016
1 parent 3c3290a commit 1609b8d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
### v3.0.0-rc1 - September 18, 2016

* Breaking: Convert rules to new format (fixes #81) (Casey Visco)
* New: Export `plugin:requirejs/recommended` config (Casey Visco)
* Update: Refactor codebase to ES6 (Casey Visco)
* Chore: Extract generic AST functions to own file (Casey Visco)
* Chore: Convert all `var` to `const` or `let` (Casey Visco)
* Chore: Update ESLint Dev and Peer versions to 3.x (fixes #95) (Casey Visco)
* Chore: Replace custom `repeat` function with native ES6 (fixes #94) (Casey Visco)
* Chore: Update eslintrc to support Node 4 ES6 features (fixes #92) (Casey Visco)
* Chore: Remove old node versions from Travis CI (fixes #90) (Casey Visco)
* Build: Improve Test Coverage of no-assign-require rule (Casey Visco)
* Build: Refactor error message creators for amd-function-arity (Casey Visco)
* Build: Add wrapper around ESLint RuleTester (Casey Visco)
* Build: Move test fixtures to a single file (fixes #93) (Casey Visco)
* Docs: Format rule list into tables (Casey Visco)
* Docs: Update version note in README (Casey Visco)

### v2.0.1 - July 16, 2016

* Chore: Add .npmignore (fixes #91) (Casey Visco)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-requirejs",
"author": "Casey Visco <cvisco@gmail.com>",
"version": "2.0.1",
"version": "3.0.0-rc1",
"description": "Enforce code conventions for RequireJS modules with ESLint",
"homepage": "https://github.com/cvisco/eslint-plugin-requirejs",
"main": "index.js",
Expand Down

0 comments on commit 1609b8d

Please sign in to comment.