1. 1605477 Add support for a sorting order option. (#107) by gus-nx · 8 days ago main
  2. c5af544 refactor: Simplify some conditional logic to remove unreachable branches. (#105) by Jeffrey Faer · 5 weeks ago
  3. 975d9a8 doc: add regexp template example (#100) by Brad Forschinger · 3 months ago
  4. 8a4bf35 add template rewrites to by_regex (#96) by Brad Forschinger · 3 months ago
  5. 291966e chore: Finish bumping go's version to 1.23. (#99) by Jeffrey Faer · 4 months ago
  6. bb2569d refactor: bump pflag to v1.0.10 which includes the fix to stop printing ErrHelp (#98) by Jeffrey Faer · 4 months ago
  7. 80b6daf fix: Stop printing "pflag: help requested" when asked for help. (#95) by Jeffrey Faer · 4 months ago
  8. 3743a86 doc: Remove a bad newline in README. (#94) by Jeffrey Faer · 4 months ago
  9. c71803f chore: Prepare for v0.7.1. (#93) by Jeffrey Faer · 4 months ago v0.7.1
  10. 138231b doc: Fix regular expression link. (#91) by Jeffrey Faer · 5 months ago
  11. 876e158 fix: Stop panicking when the start directive skips directly to the end directive. (#92) by Jeffrey Faer · 5 months ago
  12. ee5e55f chore: Prepare for v0.7.0. (#90) by Jeffrey Faer · 5 months ago v0.7.0
  13. 6c80cd9 Revert "blocks: add double single quote block recognition (#78)" (#89) by Jeffrey Faer · 5 months ago
  14. 304f054 refactor: Make keep-sorted debug output a bit more useful for figuring out why things were sorted a certain way. (#88) by Jeffrey Faer · 5 months ago
  15. 488401a refactor: Move sorting logic from block.go to line_group.go. (#87) by Jeffrey Faer · 5 months ago
  16. 24d2c00 refactor: Rename some methods and types related to ByRegex. (#86) by Jeffrey Faer · 5 months ago
  17. 3c1b7cd refactor: Move prefix ordering logic to a separate type to better encapsulate it. (#85) by Jeffrey Faer · 5 months ago
  18. debebf9 feat: Change newline_separated support multiple newlines (#84) by Mingzhou Joe Sun · 5 months ago
  19. 3f9cf7d chore: Prepare for v0.6.1. (#82) by Jeffrey Faer · 9 months ago v0.6.1
  20. 6c448bb fix: Return a non-zero error code if there are any warnings during fix. (#81) by Jeffrey Faer · 9 months ago
  21. 1e5a257 blocks: add double single quote block recognition (#78) by Paul Meyer · 9 months ago
  22. 421ebc4 docs: Document some more edge case behaviors of keep-sorted. (#72) by Jeffrey Faer · 10 months ago
  23. 532b4b5 test: Add tests for trailing comma behavior. (#73) by Jeffrey Faer · 10 months ago
  24. 4935a89 chore: Add a workflow to automatically build and upload binaries for releases. (#74) by Jeffrey Faer · 10 months ago
  25. f247ac7 chore: Test on macos and windows. (#75) by Jeffrey Faer · 10 months ago
  26. 799ca64 doc: Add an example for sorting abbreviated numeric values (#71) by Vojo Tenev · 11 months ago
  27. 8d64151 doc: Add a missing `diff` syntax directive to a code block. (#68) by Jeffrey Faer · 11 months ago
  28. 8f99129 doc: Add a couple more example usages of by_regex. (#66) by Jeffrey Faer · 11 months ago
  29. 31879fb docs: Fix a couple README typos. (#65) by Jeffrey Faer · 12 months ago
  30. df93c27 chore: Prepare for v0.6.0 (#64) by Jeffrey Faer · 12 months ago v0.6.0
  31. ba6ba52 feat: Add a new by_regex option. (#62) by Jeffrey Faer · 12 months ago
  32. 7ae1dfa refactor: Re-use the lineGroup.joinedLines calculation. (#61) by Jeffrey Faer · 12 months ago
  33. 1655d56 fix: Make prefix_order case insensitive when case=no. (#60) by Jeffrey Faer · 12 months ago
  34. d1e137d fix: Make ignore_prefixes, sticky_prefixes, group_prefixes case insensitive when case=no. (#59) by Jeffrey Faer · 12 months ago
  35. 50eef69 refactor: Move comparator functionality to a new file and introduce a CmpFunc type to make things a little more fluent. (#58) by Jeffrey Faer · 12 months ago
  36. 65bfea4 feat: Add a --version flag to keep-sorted. (#57) by Jeffrey Faer · 1 year ago
  37. cfd64db fix: Do not automatically remove unmatched start/end directives when fixing. (#56) by Jeffrey Faer · 1 year ago
  38. a361ef4 fix: Ignore leading whitespace after applying ignore_prefixes. (#55) by Jeffrey Faer · 1 year ago
  39. 6a58996 fix: Continue to group nested keep-sorted blocks together if both group=yes and block=yes are set. (#53) by Jeffrey Faer · 1 year, 1 month ago
  40. ed2a943 Add usage string and document stdin/stdout behavior. (#51) by Nathan Naze · 1 year, 1 month ago
  41. bac77d0 doc: Update block=yes docs. (#49) by Jeffrey Faer · 1 year, 2 months ago
  42. 0341d0f fix: Print options correctly when their lists or sets need to be YAML lists. (#48) by Jeffrey Faer · 1 year, 2 months ago
  43. ff41f8e chore: Prepare for v0.5.1. (#46) by Jeffrey Faer · 1 year, 2 months ago v0.5.1
  44. 3180202 fix: Sort nested keep-sorted blocks a bit more naturally. (#47) by Jeffrey Faer · 1 year, 2 months ago
  45. 3436ef5 fix: Calculate the initial indent correctly in a couple edge cases. (#45) by Jeffrey Faer · 1 year, 2 months ago
  46. fa250d9 chore: Prepare for v0.5.0 (#43) by Jeffrey Faer · 1 year, 3 months ago v0.5.0
  47. 74cee98 refactor: Remove the undocumented Lint option. (#42) by Jeffrey Faer · 1 year, 3 months ago
  48. ac4af49 feat: Allow for spaces and commas in string-valued options. (#29) by Jeffrey Faer · 1 year, 3 months ago
  49. 29d0a49 feat: Surface option parsing warnings via findings. (#41) by Jeffrey Faer · 1 year, 3 months ago
  50. 9926a35 refactor: Rework how we parse the option string. (#40) by Jeffrey Faer · 1 year, 3 months ago
  51. 71c288e chore: Bump go to 1.23 (#39) by Jeffrey Faer · 1 year, 3 months ago
  52. aad93f3 feat: Allow default options to be customzied with a flag. (#35) by Jeffrey Faer · 1 year, 9 months ago
  53. 0b7d0f8 refactor(options): Define default options as an explicit instance. (#34) by Jeffrey Faer · 1 year, 9 months ago
  54. 08685ef chore: Remove unused protobuf dependency. (#32) by Jeffrey Faer · 1 year, 9 months ago
  55. 62dd144 chore: Add more detail to the README's installation instructions. (#30) by Jeffrey Faer · 1 year, 10 months ago
  56. 40cacc8 chore: Remove unnecessary IFTTT statement. (#27) by Jeffrey Faer · 1 year, 10 months ago
  57. 15e6c2f Prepare for v0.4.0. (#26) by Jeffrey Faer · 1 year, 10 months ago v0.4.0
  58. 81b3eac Add group_prefixes option. (#25) by wachsler-google · 1 year, 10 months ago
  59. 2b55a36 Add skip_lines option. (#24) by wachsler-google · 1 year, 10 months ago
  60. e6d51e5 Prepare for v0.3.1. (#23) by Jeffrey Faer · 1 year, 11 months ago v0.3.1
  61. dcb7a03 Have pre-commit bootstrap go so that GitHub actions don't need to (#21) by Jeffrey Faer · 1 year, 11 months ago
  62. e1b107b Prepare for v0.3.0. (#20) by Jeffrey Faer · 2 years ago v0.3.0
  63. 438980b Keep nested keep-sorted blocks together in the same group, regardless of indentation level. (#19) by Jeffrey Faer · 2 years ago
  64. 59afe99 Allow for nested keep-sorted blocks. (#14) by Jeffrey Faer · 2 years ago
  65. a30924a go: update module, various cleanup (#18) by Paul Meyer · 2 years ago
  66. b6f85fe Let newlines be considered for grouping if the next non-empty line has the proper indent. (#15) by Jeffrey Faer · 2 years ago
  67. a75a96a Fix the big.Int parsing so it works with leading zeros. (#16) by Jeffrey Faer · 2 years ago
  68. 9fd0a48 Stop panicking when trying to parse numbers bigger than 2^64. (#13) by Jeffrey Faer · 2 years ago
  69. 8890132 Update README.md (#12) by Jeffrey Faer · 2 years, 1 month ago
  70. 8c6ebc8 Only recognize well-known comment markers (#11) by Cole Faust · 2 years, 2 months ago v0.2.0
  71. b048cb7 Tweak the workflow name for go.yml so that the badge is a little more descriptive. (#7) by Jeffrey Falgout · 2 years, 10 months ago
  72. c3e0687 Ensure that golden_test fails if it doesn't find any goldens. (#6) by Jeffrey Falgout · 2 years, 10 months ago
  73. e5d7293 Move golden_test into a proper test directory. (#5) by Jeffrey Falgout · 2 years, 10 months ago v0.1.1
  74. 2403430 Use a slightly different augmentedtree implementation. (#4) by Jeffrey Falgout · 2 years, 10 months ago
  75. 9e25fc1 Fix a typo in the README. (#3) by Jeffrey Falgout · 2 years, 10 months ago v0.1.0
  76. 23f0fa4 Integrate with https://pre-commit.com/ (#2) by Jeffrey Falgout · 2 years, 10 months ago
  77. 58faa5d Add github actions to automatically build and test (#1) by Jeffrey Falgout · 2 years, 10 months ago
  78. 3cd2f45 Port code from internal repository. by Jeffrey Falgout · 2 years, 10 months ago
  79. cf740f1 Add README.md by Jeffrey Falgout · 2 years, 10 months ago
  80. 87127c9 Initial commit. by Jeffrey Falgout · 2 years, 10 months ago