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