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