1. 4d1d908 Bump actions/setup-go from 6.0.0 to 6.1.0 by dependabot[bot] · 3 months ago master
  2. 946f52d Bump actions/checkout from 5.0.0 to 5.0.1 by dependabot[bot] · 4 months ago
  3. 0cae565 Bump actions/setup-go from 5.5.0 to 6.0.0 by dependabot[bot] · 6 months ago
  4. ffe0709 Bump actions/checkout from 4.2.2 to 5.0.0 by dependabot[bot] · 7 months ago
  5. 402bd47 Don't mutate big comma parameter by Dustin Sallings · 8 months ago
  6. 47eb3ae Nix support for building by Dustin Sallings · 8 months ago
  7. ac832c7 Remove old travis config by Dustin Sallings · 8 months ago
  8. b48bc01 Bump actions/setup-go from 5.4.0 to 5.5.0 by dependabot[bot] · 10 months ago
  9. dc9fc6a Update comma.go by Michael Gunkoff · 10 months ago
  10. fd1124d renamed currentIndex => j back, j is int now by Mikhail Gunkov · 10 months ago
  11. 9b03e12 2,5 faster implementation of Comma() is added. by Mikhail Gunkov · 10 months ago
  12. 8a3c963 Add fuzzing (Go 1.18+) for Comma by Olivier Mengué · 10 months ago
  13. 1aa38bd Tweak documentation to make new functions easier to understand by Maxr1998 · 10 months ago
  14. 5ce95c5 Allow to specify minimum number of digits for bytes by Maxr1998 · 10 months ago
  15. 0efe7fd Bump actions/setup-go from 5.3.0 to 5.4.0 by dependabot[bot] · 12 months ago
  16. 3103293 Bump actions/setup-go from 4.0.0 to 5.3.0 by dependabot[bot] · 12 months ago
  17. 61ba8b0 Bump actions/checkout from 3.5.2 to 4.2.2 by dependabot[bot] · 12 months ago
  18. 0c01b54 Dependabot for actions by Dustin Sallings · 12 months ago
  19. 961771c Minor markdown formatting fix by Jille Timmermans · 2 years, 5 months ago
  20. 7ed3649 Replace RenderFloat with FormatFloat by Jille Timmermans · 2 years, 5 months ago
  21. 52939b8 Update go.yml by Joyce · 2 years, 7 months ago
  22. bd1b3e1 Create SECURITY.md by Joyce · 3 years ago
  23. ff30518 chore: update go.yml permissions by Joyce · 3 years ago
  24. 7d7c7aa Add a CI thing by Dustin Sallings · 3 years, 2 months ago
  25. 9ec74ab Don't strip zeroes from numbers that don't have decimal points by Dustin Sallings · 3 years, 2 months ago v1.0.1
  26. 269a863 Fix TestVeryVeryBigBytes by Dustin Sallings · 3 years, 2 months ago
  27. 463a095 Add new SI and IEC prefixes: ronto, quecto, ronna, quetta by maximal · 3 years, 2 months ago
  28. bd075d4 Fix staticcheck errors by Tom Preston · 3 years, 6 months ago
  29. d5090ed Add 3 more cases by Antoine GIRARD · 4 years ago
  30. 8c89973 Add more unit-test of Ordinal for confirmation by Antoine GIRARD · 4 years ago
  31. 249ff6c Add go.mod by Alexey Palazhchenko · 4 years, 8 months ago
  32. afde56e Renew godoc url to pkg.go.dev from godoc.org by kebhr · 6 years ago
  33. 9f541cc Adds commas to number formatting in english.Plural. by Chris Conway · 8 years ago v1.0.0
  34. 02af396 Added a quickcheck test for stripTrailingDigits by Dustin Sallings · 8 years ago
  35. 41f8089 Add a few methods for limiting the number of decimal places outputted. #18 by Andrew Brampton · 8 years ago
  36. bb3d318 Fix for reported off-by-one (nanosecond) error in RelTime by Dustin Sallings · 8 years ago
  37. 0b19b17 chore(comma): fixed typo by yyoshiki41 · 8 years ago
  38. 6d15c0a Adds package humanize/english for English-word manipulations. by Chris Conway · 8 years ago
  39. 77ed807 Remove .gitignore. by Dmitri Shuralyov · 8 years ago
  40. 79e699c Travis: Use latest patch versions. by Dmitri Shuralyov · 9 years ago
  41. 3833324 Updated .travis.yml to use the latest Go releases by Andrew Brampton · 9 years ago
  42. 259d2a1 Add space between numbers and units in README, package documentation. by Dmitri Shuralyov · 9 years ago
  43. 7a41df0 Handle formatting floats on 32-bit systems by Dustin Sallings · 9 years ago
  44. 904a494 Special case Comma(math.MinInt64). by Dustin Sallings · 9 years ago
  45. ef638b6 Remove unnecessary caching of slice length by Daniel Lohse · 9 years ago
  46. 2064d2b Fix panicking `CustomRelTime` when magnitude list is incomplete by Daniel Lohse · 9 years ago
  47. bd88f87 Handle commas in bytes parsing. by Dustin Sallings · 9 years ago
  48. 2fcb520 Removed misleading/incorrect docs. by Dustin Sallings · 10 years ago
  49. 3143592 Implement CustomRelTime by Dustin Sallings · 10 years ago
  50. b54b505 Caculate time in nanoseconds by hurf · 10 years ago
  51. df564ff Allow custom defined relative time format. by hurf · 10 years ago
  52. fef948f Fix typo in comment. (#41) by Delweng Zheng · 10 years ago
  53. 499693e Make commaf only apply to go 1.6+ by Dustin Sallings · 10 years ago
  54. ea614bb Remove go 1.4.3 by Dustin Sallings · 10 years ago
  55. 5435a2b Add some prior go versions by Dustin Sallings · 10 years ago
  56. 5fe2da1 Add Travis CI. by Dmitri Shuralyov · 10 years ago
  57. 88e58c2 Make it compatible again with go < 1.5 by Tugdual Saunier · 10 years ago
  58. 9436b7a Remove %% from time formats. by Dustin Sallings · 10 years ago
  59. e3794cb Note missing coverage for time format thing. by Dustin Sallings · 10 years ago
  60. c447c0d adds BigCommaf by Abdulelah Alfuntukh · 10 years ago
  61. f3565c9 Use math.Abs and math.Copysign to maintain sign by Dustin Sallings · 10 years ago
  62. f9013f1 SI: handle negative numbers by Steve Perkins · 10 years ago
  63. 8929fe9 Syntax highlighting in README.markdown by Bruno Bigras · 10 years ago
  64. 64dbdae Add space between the numbers and units. by Dustin Sallings · 10 years ago
  65. c20a8bd Merge pull request #20 from fkautz/pr_out_running_gofmt by Dmitri Shuralyov · 11 years ago
  66. 1c212aa Use https for godoc link by Dustin Sallings · 11 years ago
  67. 30d6a8e point to godocs in the README by Dustin Sallings · 11 years ago
  68. c128122 s/KB/kB/ by Dustin Sallings · 11 years ago
  69. 637cf04 Seven elements are enough for max value of int64. by Mitsuhiro Setoguchi · 11 years ago
  70. 4d78de1 Running gofmt by Frederick F. Kautz IV · 11 years ago
  71. 00897f0 Bit of style cleanups and doc fix by Dustin Sallings · 11 years ago
  72. 2b41dc5 Add number.go: FormatFloat/FormatInteger by Kristoffer Berdal · 11 years ago
  73. 8cc1aaa Negligble performance difference, but a lot cleaner commaf by Dustin Sallings · 11 years ago
  74. 1338222 still yet faster commaf by Dustin Sallings · 11 years ago
  75. b5b44e9 Rewrote Commaf to be a lot faster by Dustin Sallings · 11 years ago
  76. 72bb32e Added benchmark for Commaf by Dustin Sallings · 11 years ago
  77. 8bbaf2d Added Commaf by Dustin Sallings · 11 years ago
  78. 145fabd Update docs to more clearly indicate reversability by Dustin Sallings · 11 years ago
  79. b198514 Removed some unnecessary casts and string appends by Dustin Sallings · 11 years ago
  80. 598462b Use left shift and iota for simpler constant assignments by sendyHalim · 11 years ago
  81. cbc4167 Verify the right thing happens at the maximum range by Dustin Sallings · 11 years ago
  82. 5196117 Compute the longest value, too. by Dustin Sallings · 11 years ago
  83. 1f6b54a Use a table for the relative time stuff by Dustin Sallings · 11 years ago
  84. e1e59d4 Added relative time with custom clock function by Dustin Sallings · 11 years ago
  85. 2741ef0 Verify the 10MB case, too by Dustin Sallings · 11 years ago
  86. 0074145 10KB test by Dustin Sallings · 11 years ago
  87. 5466972 Change 10.0KB into 10KB by Taco de Wolff · 11 years ago
  88. cb7b800 Benchmarks for bytes things by Dustin Sallings · 12 years ago
  89. c82f662 Predefine the ParseSI regex failure parse error by Dustin Sallings · 12 years ago
  90. 49f98b2 Precompute the power in the reverse map by Dustin Sallings · 12 years ago
  91. d6e66fe Parse SI by Dustin Sallings · 12 years ago
  92. 145455a Doc cleanup by Dustin Sallings · 12 years ago
  93. ff8faa2 Export ComputeSI by Dustin Sallings · 12 years ago
  94. 8fe50e4 Get rid of fmt from SI by Dustin Sallings · 12 years ago
  95. 12f1745 Got rid of siNumber in favor of just two results by Dustin Sallings · 12 years ago
  96. 7586f6b Get rid of regex and fmt from Ftoa by Dustin Sallings · 12 years ago
  97. 57295dc Lowercase filenames by Dustin Sallings · 12 years ago
  98. ae3c5a4 Coverage for SI at 0 by Dustin Sallings · 12 years ago
  99. 6aa3332 Lowercase newSI by Dustin Sallings · 12 years ago
  100. 8d0f218 Fix a couple lint warnings by Dustin Sallings · 12 years ago