1. 9f541cc Adds commas to number formatting in english.Plural. by Chris Conway · 6 years ago main master v1.0.0
  2. 02af396 Added a quickcheck test for stripTrailingDigits by Dustin Sallings · 6 years ago
  3. 41f8089 Add a few methods for limiting the number of decimal places outputted. #18 by Andrew Brampton · 7 years ago
  4. bb3d318 Fix for reported off-by-one (nanosecond) error in RelTime by Dustin Sallings · 6 years ago
  5. 0b19b17 chore(comma): fixed typo by yyoshiki41 · 7 years ago
  6. 6d15c0a Adds package humanize/english for English-word manipulations. by Chris Conway · 7 years ago
  7. 77ed807 Remove .gitignore. by Dmitri Shuralyov · 7 years ago
  8. 79e699c Travis: Use latest patch versions. by Dmitri Shuralyov · 7 years ago
  9. 3833324 Updated .travis.yml to use the latest Go releases by Andrew Brampton · 7 years ago
  10. 259d2a1 Add space between numbers and units in README, package documentation. by Dmitri Shuralyov · 7 years ago
  11. 7a41df0 Handle formatting floats on 32-bit systems by Dustin Sallings · 7 years ago
  12. 904a494 Special case Comma(math.MinInt64). by Dustin Sallings · 7 years ago
  13. ef638b6 Remove unnecessary caching of slice length by Daniel Lohse · 7 years ago
  14. 2064d2b Fix panicking `CustomRelTime` when magnitude list is incomplete by Daniel Lohse · 7 years ago
  15. bd88f87 Handle commas in bytes parsing. by Dustin Sallings · 8 years ago
  16. 2fcb520 Removed misleading/incorrect docs. by Dustin Sallings · 8 years ago
  17. 3143592 Implement CustomRelTime by Dustin Sallings · 8 years ago
  18. b54b505 Caculate time in nanoseconds by hurf · 9 years ago
  19. df564ff Allow custom defined relative time format. by hurf · 9 years ago
  20. fef948f Fix typo in comment. (#41) by Delweng Zheng · 8 years ago
  21. 499693e Make commaf only apply to go 1.6+ by Dustin Sallings · 8 years ago
  22. ea614bb Remove go 1.4.3 by Dustin Sallings · 8 years ago
  23. 5435a2b Add some prior go versions by Dustin Sallings · 8 years ago
  24. 5fe2da1 Add Travis CI. by Dmitri Shuralyov · 8 years ago
  25. 88e58c2 Make it compatible again with go < 1.5 by Tugdual Saunier · 8 years ago
  26. 9436b7a Remove %% from time formats. by Dustin Sallings · 8 years ago
  27. e3794cb Note missing coverage for time format thing. by Dustin Sallings · 8 years ago
  28. c447c0d adds BigCommaf by Abdulelah Alfuntukh · 8 years ago
  29. f3565c9 Use math.Abs and math.Copysign to maintain sign by Dustin Sallings · 8 years ago
  30. f9013f1 SI: handle negative numbers by Steve Perkins · 8 years ago
  31. 8929fe9 Syntax highlighting in README.markdown by Bruno Bigras · 8 years ago
  32. 64dbdae Add space between the numbers and units. by Dustin Sallings · 8 years ago
  33. c20a8bd Merge pull request #20 from fkautz/pr_out_running_gofmt by Dmitri Shuralyov · 9 years ago
  34. 1c212aa Use https for godoc link by Dustin Sallings · 9 years ago
  35. 30d6a8e point to godocs in the README by Dustin Sallings · 9 years ago
  36. c128122 s/KB/kB/ by Dustin Sallings · 9 years ago
  37. 637cf04 Seven elements are enough for max value of int64. by Mitsuhiro Setoguchi · 9 years ago
  38. 4d78de1 Running gofmt by Frederick F. Kautz IV · 9 years ago
  39. 00897f0 Bit of style cleanups and doc fix by Dustin Sallings · 9 years ago
  40. 2b41dc5 Add number.go: FormatFloat/FormatInteger by Kristoffer Berdal · 9 years ago
  41. 8cc1aaa Negligble performance difference, but a lot cleaner commaf by Dustin Sallings · 9 years ago
  42. 1338222 still yet faster commaf by Dustin Sallings · 9 years ago
  43. b5b44e9 Rewrote Commaf to be a lot faster by Dustin Sallings · 9 years ago
  44. 72bb32e Added benchmark for Commaf by Dustin Sallings · 9 years ago
  45. 8bbaf2d Added Commaf by Dustin Sallings · 9 years ago
  46. 145fabd Update docs to more clearly indicate reversability by Dustin Sallings · 9 years ago
  47. b198514 Removed some unnecessary casts and string appends by Dustin Sallings · 10 years ago
  48. 598462b Use left shift and iota for simpler constant assignments by sendyHalim · 10 years ago
  49. cbc4167 Verify the right thing happens at the maximum range by Dustin Sallings · 10 years ago
  50. 5196117 Compute the longest value, too. by Dustin Sallings · 10 years ago
  51. 1f6b54a Use a table for the relative time stuff by Dustin Sallings · 10 years ago
  52. e1e59d4 Added relative time with custom clock function by Dustin Sallings · 10 years ago
  53. 2741ef0 Verify the 10MB case, too by Dustin Sallings · 10 years ago
  54. 0074145 10KB test by Dustin Sallings · 10 years ago
  55. 5466972 Change 10.0KB into 10KB by Taco de Wolff · 10 years ago
  56. cb7b800 Benchmarks for bytes things by Dustin Sallings · 10 years ago
  57. c82f662 Predefine the ParseSI regex failure parse error by Dustin Sallings · 10 years ago
  58. 49f98b2 Precompute the power in the reverse map by Dustin Sallings · 10 years ago
  59. d6e66fe Parse SI by Dustin Sallings · 10 years ago
  60. 145455a Doc cleanup by Dustin Sallings · 10 years ago
  61. ff8faa2 Export ComputeSI by Dustin Sallings · 10 years ago
  62. 8fe50e4 Get rid of fmt from SI by Dustin Sallings · 10 years ago
  63. 12f1745 Got rid of siNumber in favor of just two results by Dustin Sallings · 10 years ago
  64. 7586f6b Get rid of regex and fmt from Ftoa by Dustin Sallings · 10 years ago
  65. 57295dc Lowercase filenames by Dustin Sallings · 10 years ago
  66. ae3c5a4 Coverage for SI at 0 by Dustin Sallings · 10 years ago
  67. 6aa3332 Lowercase newSI by Dustin Sallings · 10 years ago
  68. 8d0f218 Fix a couple lint warnings by Dustin Sallings · 10 years ago
  69. e5f3ee2 SI and Ftoa by Steve Perkins · 10 years ago
  70. 3cd90eb Added quotes around expected/actual output by Matt · 10 years ago
  71. 4539fc6 Time now handles long ago and a while from now by Matt · 10 years ago
  72. b925560 Cleaner and more table-driven tests for time by Matt · 10 years ago
  73. 152bd44 Some lint fixes by Dustin Sallings · 10 years ago
  74. abd2a20 Refactored common big stuff into big.go by Dustin Sallings · 11 years ago
  75. 597a149 Fixed incorrect error message in failed test by Dustin Sallings · 11 years ago
  76. d8e78b1 Don't overflow counters on 32-bit systems by Dustin Sallings · 11 years ago
  77. 05f1c89 Benchmark BigComma by Dustin Sallings · 11 years ago
  78. f27b846 Shove commas into big.Ints by Dustin Sallings · 11 years ago
  79. c709caa Now happily formats exceedingly large sizes by Dustin Sallings · 11 years ago
  80. 0d881e5 Big number byte sizes by Dustin Sallings · 11 years ago
  81. 7871478 Error on excessively large byte values by Tommi Virtanen · 11 years ago
  82. 9821972 Don't allocate room for more commas than necessary by Dustin Sallings · 11 years ago
  83. b77c54b got and exp fields were swapped in testing by Dustin Sallings · 11 years ago
  84. e40f8ba Convert all the asserts to test tables by Dustin Sallings · 11 years ago
  85. 6b69cfa Coverage -> 100% by Dustin Sallings · 11 years ago
  86. 5aee045 Increased coverage of time formatter by Dustin Sallings · 11 years ago
  87. 4123e5c Getting rid of .travis.yml by Dustin Sallings · 11 years ago
  88. fd314a9 Some doc updates to make golint happier. by Dustin Sallings · 11 years ago
  89. 713ea84 Fix broken span test. by Dustin Sallings · 11 years ago
  90. b9e8917 More time testing. by Dustin Sallings · 11 years ago
  91. 9b45da3 Increase coverage in byte parser. by Dustin Sallings · 11 years ago
  92. 2300fd4 Replacing make with a direct buffer is faster. by Dustin Sallings · 11 years ago
  93. b718ef0 Increase coverage of comma code. by Dustin Sallings · 11 years ago
  94. b92278b A faster Comma implementation. by Dustin Sallings · 11 years ago
  95. e7ed15b Added license. by Dustin Sallings · 11 years ago
  96. d4ac3d6 Don't need both Error and Fail by Dustin Sallings · 11 years ago
  97. b91de15 Travising. by Dustin Sallings · 12 years ago
  98. d289688 Added ParseBytes. by Dustin Sallings · 12 years ago
  99. 5257854 Include tenths in all < 10 cases except for Bytes. by Dustin Sallings · 12 years ago
  100. f990b29 For non-zero tenth fractions on vals < 10, show the tenths place. by Dustin Sallings · 12 years ago