项目原始demo,不改动
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Это архивный репозиторий. Вы можете его клонировать или просматривать файлы, но не вносить изменения или открывать задачи/запросы на слияние.

4 лет назад
1234567891011121314151617181920212223242526
  1. # Change Log
  2. All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
  3. <a name="2.0.0"></a>
  4. # [2.0.0](https://github.com/nexdrew/which-module/compare/v1.0.0...v2.0.0) (2017-05-01)
  5. ### Features
  6. * remove Node < 4 from official testing/support ([#22](https://github.com/nexdrew/which-module/issues/22)) ([ee7aff4](https://github.com/nexdrew/which-module/commit/ee7aff4))
  7. ### BREAKING CHANGES
  8. * Node 0.10 or 0.12 no longer supported, please update to Node 4+ or use which-module@1.0.0
  9. <a name="1.0.0"></a>
  10. # 1.0.0 (2016-06-06)
  11. ### Features
  12. * initial code ([08074cd](https://github.com/nexdrew/which-module/commit/08074cd))