项目原始demo,不改动
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

преди 4 години
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # Change Log
  2. All notable changes to this resolver will be documented in this file.
  3. This project adheres to [Semantic Versioning](http://semver.org/).
  4. This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).
  5. ## Unreleased
  6. ## v0.3.2 - 2018-01-05
  7. ### Added
  8. - `.mjs` extension detected by default to support `experimental-modules` (#939)
  9. ### Deps
  10. - update `debug`, `resolve`
  11. ## v0.3.1 - 2017-06-23
  12. ### Changed
  13. - bumped `debug` dep to match other packages
  14. ## v0.3.0 - 2016-12-15
  15. ### Changed
  16. - bumped `resolve` to fix issues with Node builtins (thanks [@SkeLLLa] and [@ljharb])
  17. ### Fixed
  18. - use `files` in `package.json` to ship only `index.js` ([#531], thanks for noticing [@lukeapage])
  19. ## v0.2.3 - 2016-08-20
  20. ### Added
  21. - debug logging (use `DEBUG=eslint-plugin-import:resolver:node eslint [...]`)
  22. ## v0.2.2 - 2016-07-14
  23. ### Fixed
  24. - Node resolver no longer declares the import plugin as a `peerDependency`. See [#437]
  25. for a well-articulated and thoughtful expression of why this doesn't make sense.
  26. Thanks [@jasonkarns] for the issue and the PR to fix it ([#438]).
  27. Also, apologies to the others who expressed this before, but I never understood
  28. what the problem was.😅
  29. ## v0.2.1
  30. ### Fixed
  31. - find files with `.json` extensions (#333, thanks for noticing @jfmengels)
  32. [#438]: https://github.com/benmosher/eslint-plugin-import/pull/438
  33. [#939]: https://github.com/benmosher/eslint-plugin-import/issues/939
  34. [#531]: https://github.com/benmosher/eslint-plugin-import/issues/531
  35. [#437]: https://github.com/benmosher/eslint-plugin-import/issues/437
  36. [@jasonkarns]: https://github.com/jasonkarns
  37. [@lukeapage]: https://github.com/lukeapage
  38. [@SkeLLLa]: https://github.com/SkeLLLa
  39. [@ljharb]: https://github.com/ljharb