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