1. 6bb4905 Format the guard in an if-case to split if the pattern block splits. (#1836) by Bob Nystrom · 26 hours ago main
  2. f1d10e1 Allow block formatting "as", "is", and "is!" expressions. (#1835) by Bob Nystrom · 3 days ago
  3. 0b95649 Tests with 'final' or 'var' are unsupported by 3.13. (#1834) by Kallen Tu · 3 days ago
  4. acfe706 Optimize Solution state tracking by lazifying and sharing state. (#1824) by Kevin Moore · 4 days ago
  5. c365f88 Support block-formatting parameter lists. (#1832) by Bob Nystrom · 4 days ago
  6. 91f85cc Handle unsupported language versions in formatter tests. (#1829) by Bob Nystrom · 4 days ago
  7. 155c6ae Fix bug in list splitting optimization. (#1828) by Bob Nystrom · 4 days ago
  8. 8d9e0b7 Don't add a blank line before a comment at the end of a file or body. (#1831) by Bob Nystrom · 4 days ago
  9. 0868041 Update workflows and SDK constraint to 3.11. (#1830) by Bob Nystrom · 4 days ago
  10. 7133478 Add a script to run a single test. (#1827) by Bob Nystrom · 12 days ago
  11. c9975c6 Require analyzer ^13.0.0, with breaking changes. (#1821) by Konstantin Scheglov · 2 weeks ago v3.1.9
  12. 4b77cd8 Support primary constructors in short style. (#1823) by Kallen Tu · 3 weeks ago
  13. f510a0a Fix tests with final and/or var parameters. (#1822) by Kallen Tu · 3 weeks ago
  14. 25880b1 Bump dart-lang/setup-dart in the github-actions group (#1819) by dependabot[bot] · 4 weeks ago
  15. 5ed5aad Fix IOFileSystemPath printing during package resolution exceptions (#1818) by Kevin Moore · 5 weeks ago
  16. f662cf6 Unit tests for mixins, enums and extensions with a `;` body. (#1817) by Kallen Tu · 6 weeks ago
  17. 2d8c5dc Bump version to 3.1.8 (#1816) by Kevin Moore · 6 weeks ago v3.1.8
  18. 9b302dd Require analyzer ^12.0.0, with breaking changes. (#1815) by Konstantin Scheglov · 7 weeks ago
  19. 3359fea Primary constructors (#1807) by Bob Nystrom · 8 weeks ago
  20. a0f21e8 v3.1.7: support the latest pkg:analyzer (#1812) by Kevin Moore · 8 weeks ago v3.1.7
  21. 4f93caf Bump version to get ready to publish. (#1811) by Bob Nystrom · 9 weeks ago v3.1.6
  22. a6b10dc Add enum trailing comma fix to CHANGELOG. (#1810) by Bob Nystrom · 10 weeks ago
  23. a1458c4 Fix enum semicolon moved to new line with trailing_commas: preserve (#1806) by Barbirosha · 10 weeks ago
  24. b9867aa Bump the latest supported language version to 3.12. (#1808) by Bob Nystrom · 10 weeks ago
  25. 0d56d85 Fix package resolution error to include file path (#1799) by Naman Goyal · 3 months ago
  26. 726465d Bump actions/checkout from 6.0.1 to 6.0.2 in the github-actions group (#1800) by dependabot[bot] · 3 months ago
  27. 4d4c889 fix: new analyzer lints (#1804) by Kevin Moore · 3 months ago
  28. f4d6e4d Retire experiments that are now released. (#1779) by Lasse R.H. Nielsen · 3 months ago
  29. f624489 Add support for language version 3.11. (#1798) by Bob Nystrom · 3 months ago v3.1.5
  30. bdae98c Require analyzer 10.0.0, stop using deprecated nodes and properties. (#1795) by Konstantin Scheglov · 4 months ago v3.1.4
  31. af2e770 Bump actions/checkout from 6.0.0 to 6.0.1 in the github-actions group (#1793) by dependabot[bot] · 4 months ago
  32. d1c9edc Bump actions/checkout from 5.0.0 to 6.0.0 in the github-actions group (#1790) by dependabot[bot] · 5 months ago
  33. f9825b8 Test that private named initializing formals can be formatted. (#1788) by Bob Nystrom · 6 months ago
  34. e8190bf Remove uses of internal analyzer implementation. (#1787) by Bob Nystrom · 6 months ago
  35. de7e726 Clean up use of pkg:args, bump args dep (#1784) by Kevin Moore · 6 months ago v3.1.3
  36. ade6076 Latest analyzer, prepare release (#1783) by Kevin Moore · 6 months ago
  37. ec0048b Fix stray backtick in markdown documentation (#1761) by Martino Yovo · 7 months ago
  38. 34742d7 Bump actions/checkout from 4.2.2 to 5.0.0 in the github-actions group (#1767) by dependabot[bot] · 8 months ago
  39. ca019b0 Use "@dart=" comment when determining which style rules to apply. (#1766) by Bob Nystrom · 8 months ago
  40. 3499c1e Synchronize the dart_style version in its own help output. (#1759) by Bob Nystrom · 9 months ago
  41. bacc9bf Remove tests of invalid import syntax. (#1758) by Bob Nystrom · 9 months ago
  42. b5a166e Remove special case handling of dot shorthands in null aware elements. (#1757) by Bob Nystrom · 9 months ago
  43. 00b5f3f Update deps to their lowest allowed, prepare release (#1756) by Kevin Moore · 9 months ago v3.1.2
  44. 5cb5627 Make preserved trailing commas apply to record types too. (#1751) by Bob Nystrom · 9 months ago
  45. a1e405f Add a regression test for an idempotency bug. (#1752) by Bob Nystrom · 9 months ago
  46. 7278eff Preserve trailing commas enum with members (#1750) by Bob Nystrom · 9 months ago
  47. 5d2ad56 Preserve space between "?" and "." in null aware element dot shorthand. (#1748) by Bob Nystrom · 9 months ago
  48. 4f2fe38 Enable language version 3.10 and format dot shorthands. (#1745) by Bob Nystrom · 9 months ago
  49. 05215a6 Bump version to publish 3.1.1. (#1746) by Bob Nystrom · 10 months ago v3.1.1
  50. 6c4166a Smarter versioned tests (#1744) by Bob Nystrom · 10 months ago
  51. ac2650a Get the test updater script working again. (#1743) by Bob Nystrom · 10 months ago
  52. 44e8cfe Bump latest supported language version to 3.9. (#1740) by Bob Nystrom · 10 months ago
  53. 2a6c97b Add configurable category to `FormatCommand` (#1735) by Daco Harkes · 10 months ago
  54. 90227c5 Fix permissions in the CI publish workflow. (#1720) by Bob Nystrom · 12 months ago v3.1.0
  55. 121e5e3 Bump version to publish 3.1.0. (#1719) by Bob Nystrom · 12 months ago
  56. e7264fc Add regression test for #1712. (#1715) by Bob Nystrom · 1 year ago
  57. 7c16cf2 Update the README. (#1713) by Bob Nystrom · 1 year ago
  58. 100db45 Language version all of the formatting changes since Dart 3.7. (#1707) by Bob Nystrom · 1 year, 1 month ago
  59. c7f6131 Don't invalidate solutions from pinned pieces. (#1706) by Bob Nystrom · 1 year, 1 month ago
  60. eaa3f2d Make the eager argument list splitting heuristic more conservative. (#1700) by Bob Nystrom · 1 year, 1 month ago
  61. cd73f3e Add regression test for #1645. (#1697) by Bob Nystrom · 1 year, 1 month ago
  62. 8dd0e3b Add issue templates. (#1698) by Bob Nystrom · 1 year, 1 month ago
  63. 4d5edfc Fix bug with comments being reordered. (#1696) by Bob Nystrom · 1 year, 1 month ago
  64. 71421b3 Allow shape to propagate through AssignPieces. (#1694) by Bob Nystrom · 1 year, 1 month ago
  65. 8a17214 Eagerly split argument lists based on their contents. (#1690) by Bob Nystrom · 1 year, 1 month ago
  66. d8eb9c9 Avoid splitting chains containing only properties. (#1689) by Bob Nystrom · 1 year, 1 month ago
  67. 496740a Add regression tests for issues that are fixed now. (#1688) by Bob Nystrom · 1 year, 1 month ago
  68. da2d0fa Smarter handling of "block" and "headline" formatting. (#1687) by Bob Nystrom · 1 year, 1 month ago
  69. 71ac085 Add an optional configuration to preserve trailing commas. (#1672) by Bob Nystrom · 1 year, 2 months ago
  70. 2772c8d Update the SDK constraint and move onto the new formatter. (#1669) by Bob Nystrom · 1 year, 2 months ago
  71. 348a146 Format null-aware elements (#1663) by Chloe Stefantsova · 1 year, 2 months ago
  72. 852e54f Bump dart-lang/setup-dart in the github-actions group (#1662) by dependabot[bot] · 1 year, 2 months ago
  73. 1a6119a Allow block formatting record types in typedefs. (#1661) by Bob Nystrom · 1 year, 2 months ago
  74. 33aefe3 Revamp conditional expression indentation. (#1626) by Bob Nystrom · 1 year, 2 months ago
  75. 02c6ca6 Drop support for macros (#1643) by Kevin Moore · 1 year, 3 months ago
  76. 110b9f7 Don't add a trailing comma in lists that shouldn't have one. (#1640) by Bob Nystrom · 1 year, 3 months ago
  77. cea5a1a Add tests for digit separators. (#1633) by Bob Nystrom · 1 year, 3 months ago
  78. d76b6ee Bump version number to publish 3.0.1. (#1631) by Bob Nystrom · 1 year, 4 months ago v3.0.1
  79. 21de99e Add regression test for #1628. (#1629) by Bob Nystrom · 1 year, 5 months ago
  80. b6e6bfc Update grinder script. (#1627) by Bob Nystrom · 1 year, 5 months ago
  81. 67ba681 Better debug diagnostics in the solver. (#1624) by Bob Nystrom · 1 year, 5 months ago
  82. e9bd213 Don't crash on doc comments inside local variable declarations. (#1623) by Bob Nystrom · 1 year, 5 months ago
  83. 7c4a960 Format `||` patterns like fallthrough cases in switch expressions. (#1620) by Bob Nystrom · 1 year, 5 months ago
  84. 47bcc07 Add benchmark and regression test for #1521. (#1619) by Bob Nystrom · 1 year, 5 months ago
  85. e12c007 Add regression test for #624. (#1618) by Bob Nystrom · 1 year, 5 months ago
  86. 1198bf7 Handle trailing commas in for-loop updaters. (#1616) by Bob Nystrom · 1 year, 5 months ago
  87. 04883d6 Better indentation for property access as binary operator operand. (#1615) by Bob Nystrom · 1 year, 5 months ago
  88. e3aaaf2 Fix the name of a regression test directory. (#1614) by Bob Nystrom · 1 year, 5 months ago
  89. f270828 Handle comments and metadata before variables more gracefully. (#1612) by Bob Nystrom · 1 year, 5 months ago
  90. 1208f9e Ensure comment formatting is idempotent. (#1610) by Bob Nystrom · 1 year, 5 months ago
  91. c57d49c Bump to publish 3.0.0. (#1609) by Bob Nystrom · 1 year, 5 months ago v3.0.0
  92. 1de89eb Allow analyzer ^7.0.0 dep (#1608) by Sam Rawlins · 1 year, 5 months ago
  93. a5f9e21 Bump dart-lang/setup-dart in the github-actions group (#1607) by dependabot[bot] · 1 year, 5 months ago
  94. f6d020e Remove an unused import. (#1601) by Bob Nystrom · 1 year, 6 months ago
  95. 6753ab4 Make "// @dart=" version comments affect the applied style. (#1600) by Bob Nystrom · 1 year, 6 months ago
  96. 02957e6 Use FastHash on Piece. (#1598) by Bob Nystrom · 1 year, 6 months ago
  97. ecfc0cb Support a list of include paths in analysis options (#1594) by Sam Rawlins · 1 year, 6 months ago
  98. e62313b Simplify ChainPiece. (#1595) by Bob Nystrom · 1 year, 6 months ago
  99. 4e6f44d Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (#1593) by dependabot[bot] · 1 year, 6 months ago
  100. cab6976 Clean up README and TODO comments. (#1592) by Bob Nystrom · 1 year, 6 months ago