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