1. 05 11月, 2020 3 次提交
  2. 20 9月, 2020 1 次提交
  3. 28 8月, 2020 2 次提交
  4. 02 4月, 2020 1 次提交
  5. 19 3月, 2020 1 次提交
  6. 04 12月, 2019 2 次提交
    • C
      Update README.md · 9fdf4aa8
      Corey Butler 提交于
      9fdf4aa8
    • R
      Update path to npm install · 778fccd5
      Ryan Clarke 提交于
      For some reason Github Flavored Markdown can't handle back slashes and angle brackets.
      
      BAD: `Users\<user>\AppData` becomes `Users<user\AppData`
      BAD: `Users\\<user>\AppData` becomes `Users\\AppData`
      BAD: `Users\&lt;user&gt;\AppData` becomes `Users&lt;user>\AppData`
      OK:   `Users\\&lt;user&gt;\AppData` becomes `Users\<user>\AppData`
      778fccd5
  7. 26 11月, 2019 1 次提交
  8. 15 11月, 2019 1 次提交
    • T
      Convert ambiguous date into ISO standard format. · 18eda819
      Tom 提交于
      Sorry to be picky, but I got bitten by some ambiguous date format problems recently so...
      
      The date I am converting (9/6/19) is Sep 6th if it is in US format and is June 9th for all other English speaking countries (I'm highlighting English countries only because this text is in English).  I determined that it is US format by looking at the date of the commit.
      
      I suggest that stuff like this use [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format because it is unambiguous, it is popular amongst developers, it is getting wider adoption, and it is a great format!  Thanks.
      18eda819
  9. 07 9月, 2019 1 次提交
  10. 18 8月, 2019 1 次提交
  11. 16 8月, 2019 2 次提交
  12. 30 6月, 2019 1 次提交
  13. 26 6月, 2019 1 次提交
  14. 23 12月, 2018 1 次提交
  15. 14 8月, 2018 2 次提交
  16. 01 8月, 2018 1 次提交
  17. 25 5月, 2018 3 次提交
  18. 22 2月, 2018 1 次提交
  19. 19 2月, 2018 1 次提交
  20. 27 9月, 2017 2 次提交
  21. 10 9月, 2017 1 次提交
  22. 30 7月, 2017 1 次提交
  23. 19 4月, 2017 1 次提交
  24. 04 4月, 2017 2 次提交
  25. 05 3月, 2017 1 次提交
  26. 23 2月, 2017 1 次提交
  27. 09 1月, 2017 1 次提交
  28. 13 12月, 2016 1 次提交
  29. 04 11月, 2016 2 次提交