You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1.2 KiB

4 years ago
  1. v1.3.0 - June 19, 2020
  2. * [`c92dd7f`](https://github.com/eslint/eslint-visitor-keys/commit/c92dd7ff96f0044dba12d681406a025b92b4c437) Update: add `ChainExpression` node (#12) (Toru Nagashima)
  3. v1.2.0 - June 4, 2020
  4. * [`21f28bf`](https://github.com/eslint/eslint-visitor-keys/commit/21f28bf11be5329d740a8bf6bdbcd0ef13bbf1a2) Update: added exported in exportAllDeclaration key (#10) (Anix)
  5. v1.1.0 - August 13, 2019
  6. * [`9331cc0`](https://github.com/eslint/eslint-visitor-keys/commit/9331cc09e756e65b9044c9186445a474b037fac6) Update: add ImportExpression (#8) (Toru Nagashima)
  7. * [`5967f58`](https://github.com/eslint/eslint-visitor-keys/commit/5967f583b04f17fba9226aaa394e45d476d2b8af) Chore: add supported Node.js versions to CI (#7) (Kai Cataldo)
  8. * [`6f7c60f`](https://github.com/eslint/eslint-visitor-keys/commit/6f7c60fef2ceec9f6323202df718321cec45cab0) Upgrade: eslint-release@1.0.0 (#5) (Teddy Katz)
  9. v1.0.0 - December 18, 2017
  10. * 1f6bd38 Breaking: update keys (#4) (Toru Nagashima)
  11. v0.1.0 - November 17, 2017
  12. * 17b4a88 Chore: update `repository` field in package.json (#3) (Toru Nagashima)
  13. * a5a026b New: eslint-visitor-keys (#1) (Toru Nagashima)
  14. * a1a48b8 Update: Change license to Apache 2 (#2) (Ilya Volodin)
  15. * 2204715 Initial commit (Toru Nagashima)