Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
123456789101112131415161718192021222324252627282930313233343536373839
  1. 1.1.2 / 2017-05-11
  2. ==================
  3. * fix: should double check 0.0.0.0 and localhost (#20)
  4. * docs: ignore type of port when checking if it's occupied (#18)
  5. # 1.1.1 / 2017-03-17
  6. * fix: try to use next available port (#16)
  7. # 1.1.0 / 2016-01-17
  8. * Use server listen to detect port
  9. # 1.0.7 / 2016-12-11
  10. * Early return for rejected promise
  11. * Prevent promsie swallow in callback
  12. # 1.0.6 / 2016-11-29
  13. * Bump version for new Repo
  14. # 0.1.4 / 2015-08-24
  15. * Support promise
  16. # 0.1.2 / 2014-05-31
  17. * Fix commander
  18. # 0.1.1 / 2014-05-30
  19. * Add command line support
  20. # 0.1.0 / 2014-05-29
  21. * Initial release