1. e322686 Merge branch 'master' into optimize-tests by Robert Nystrom · 4 years ago
  2. 1f82c7c Merge pull request #920 from dart-lang/legacy-output by Bob Nystrom · 4 years ago
  3. 968feb5 Generate native executables to use when running the integration tests. by Robert Nystrom · 4 years ago
  4. 4fb234b Restore the command line output inadvertently removed in 1.3.4. by Robert Nystrom · 4 years ago
  5. 046b78a Merge pull request #914 from dart-lang/changelog by Bob Nystrom · 4 years ago
  6. a6ed85e Remove unnecessary changelog entries. by Robert Nystrom · 4 years ago 1.3.4
  7. a49023f Merge pull request #913 from dart-lang/bump by Bob Nystrom · 4 years ago
  8. a2b9fa7 Bump version to 1.3.4. by Robert Nystrom · 4 years ago
  9. 2142e3a Merge pull request #912 from dart-lang/null-aware-index by Bob Nystrom · 4 years ago
  10. 78d953f Set min SDK to 2.7.0. by Robert Nystrom · 4 years ago
  11. cd81a14 Update SDK version used by Travis. by Robert Nystrom · 4 years ago
  12. d82a288 Update to use the new null-aware subscript syntax. by Robert Nystrom · 4 years ago
  13. 25d74d9 Merge pull request #911 from dart-lang/new-cli by Bob Nystrom · 4 years ago
  14. 796742d Add a new (hidden) library exposing a Command to run the formatter. by Robert Nystrom · 4 years ago
  15. 9149104 Move to a new architecture for handling command line options and output. by Robert Nystrom · 4 years ago
  16. d9fb13e Reorganize the old command line code to get ready for the new CLI. by Robert Nystrom · 4 years ago
  17. 9e8e360 Merge pull request #907 from dart-lang/indent-multiple-variable-blocks by Bob Nystrom · 4 years ago
  18. cce1060 Indent blocks in initializers of multiple variable declarations. by Robert Nystrom · 4 years ago
  19. 71c3833 Merge pull request #906 from dart-lang/if-element-comment-split by Bob Nystrom · 4 years ago
  20. 84adcf7 Merge branch 'master' into if-element-comment-split by Robert Nystrom · 4 years ago
  21. 2fbd00e Merge pull request #905 from dart-lang/blank-line-after-script by Bob Nystrom · 4 years ago
  22. 79784cc Merge branch 'master' into blank-line-after-script by Robert Nystrom · 4 years ago
  23. 6d9e9eb Don't add unneeded splits on if elements near comments. by Robert Nystrom · 4 years ago
  24. 8cd12c3 Merge pull request #904 from dart-lang/split-nested-control-flow by Bob Nystrom · 4 years ago
  25. e5ad7d8 Update CHANGELOG. by Robert Nystrom · 4 years ago
  26. e80fe47 Reformat and update CHANGELOG. by Robert Nystrom · 4 years ago
  27. 89c704f Always insert a blank line after script tags. by Robert Nystrom · 4 years ago
  28. 6ffc8c4 For split control flow elements that contain other ones. by Robert Nystrom · 4 years ago
  29. 6c98c13 Remove references to dartlang.org (#903) by Kevin Moore · 4 years ago
  30. 7cc47a7 Update dependencies again (#899) by Kevin Moore · 4 years, 1 month ago
  31. 061f619 Merge pull request #893 from scheglov/use-parseString by Konstantin Scheglov · 4 years, 1 month ago
  32. 209ae9c Use parseString() API instead of internal Parser. by Konstantin Shcheglov · 4 years, 1 month ago
  33. 20d5ff0 Pub upgrade (#897) by Nate Bosch · 4 years, 1 month ago
  34. 9864ea5 Introduce the verbose flag into dart_style (#887) by Jaime Wren · 4 years, 2 months ago
  35. ff816f2 Fix newly enforce package:pedantic lints (#880) by Nate Bosch · 4 years, 4 months ago
  36. 1f1a7dd Merge pull request #874 from dart-lang/doc-comment-fix-indentation by Bob Nystrom · 4 years, 4 months ago
  37. c05b4f9 Preserve leading indentation in fixed doc comments (#821). by Robert Nystrom · 4 years, 4 months ago
  38. 84927f8 Merge pull request #873 from dart-lang/var-in-fix-typedef by Bob Nystrom · 4 years, 4 months ago
  39. c116744 Merge branch 'master' into var-in-fix-typedef by Robert Nystrom · 4 years, 4 months ago
  40. f2666f9 Merge pull request #872 from dart-lang/bump by Bob Nystrom · 4 years, 4 months ago
  41. 6b46c22 Correctly handle "var" in --fix-function-typedefs. by Robert Nystrom · 4 years, 4 months ago
  42. f3a6055 Bump version number and update CHANGELOG. by Robert Nystrom · 4 years, 4 months ago
  43. 302882a Merge pull request #871 from dart-lang/cpelling-master by Bob Nystrom · 4 years, 4 months ago
  44. 9543e31 Add tests, cover more expression types, and a few other tweaks. by Robert Nystrom · 4 years, 4 months ago
  45. 65cc796 Merge branch 'master' of https://github.com/cpelling/dart_style into cpelling-master by Robert Nystrom · 4 years, 4 months ago
  46. ea55d48 Support analyzer 0.39.0 (#868) by Nate Bosch · 4 years, 5 months ago 1.3.3
  47. 95dd408 Merge pull request #863 from dart-lang/dropped-comma by Bob Nystrom · 4 years, 5 months ago 1.3.2
  48. 15bee0d Merge branch 'master' into dropped-comma by Robert Nystrom · 4 years, 5 months ago
  49. 6985f6b Preserve commas after nullable function-typed parameters. by Robert Nystrom · 4 years, 5 months ago
  50. f3664b8 Fix inconsistencies after revert (#858) by Nate Bosch · 4 years, 6 months ago
  51. 79c55f8 Merge pull request #854 from dart-lang/revert-787-remove_npm_bits by Bob Nystrom · 4 years, 6 months ago
  52. de3285f Merge branch 'master' into revert-787-remove_npm_bits by Derek Xu · 4 years, 6 months ago
  53. 188a3ca Documented this revert by updating version number and adding a description in the changelog by Derek Xu · 4 years, 6 months ago
  54. e8f8e91 Merge pull request #856 from dart-lang/fix-type by Bob Nystrom · 4 years, 6 months ago 1.3.1
  55. 6ece43c Merge branch 'master' into fix-type by Robert Nystrom · 4 years, 6 months ago
  56. 1240942 Fix crash on hanging property calls following block arguments. by Robert Nystrom · 4 years, 6 months ago
  57. 728ff54 Revert "Remove npm bits (#787)" by Derek Xu · 4 years, 6 months ago
  58. 9ec1dfd Simplify dep version constraints (#853) by Nate Bosch · 4 years, 6 months ago
  59. c3e59a8 Merge pull request #852 from dart-lang/bump by Bob Nystrom · 4 years, 6 months ago 1.3.0
  60. a0691fc Get ready to publish 1.3.0. by Robert Nystrom · 4 years, 6 months ago
  61. 42a8221 Merge pull request #851 from dart-lang/unsplit-parentheses by Bob Nystrom · 4 years, 6 months ago
  62. cf6cee6 Don't force a split before "." on parenthesized targets. by Robert Nystrom · 4 years, 6 months ago
  63. 00f1756 Merge pull request #850 from dart-lang/better-empty-spread-collection by Bob Nystrom · 4 years, 6 months ago
  64. 538266f Merge branch 'master' into better-empty-spread-collection by Robert Nystrom · 4 years, 6 months ago
  65. d96022d Format the new "required" modifier. (#847) by Bob Nystrom · 4 years, 6 months ago
  66. 43fde6b Add tests for formatting "?..". (#848) by Bob Nystrom · 4 years, 6 months ago
  67. cca728d Don't give empty spread collections block-like formatting. by Robert Nystrom · 4 years, 6 months ago
  68. e884e41 Add tests for null-aware index expressions. (#849) by Bob Nystrom · 4 years, 6 months ago
  69. 04c0301 Format the new "required" modifier. by Robert Nystrom · 4 years, 6 months ago
  70. bc9f3dc Format "?" in types. (#846) by Bob Nystrom · 4 years, 6 months ago
  71. b8dbaeb Format the "late" modifier. (#845) by Bob Nystrom · 4 years, 6 months ago
  72. bbbe750 Update to analyzer 0.38.3. (#844) by Bob Nystrom · 4 years, 6 months ago
  73. da3842d Add support for formatting extension methods. (#842) by Bob Nystrom · 4 years, 7 months ago
  74. 527dd78 update outdated links (#841) by Kevin Moore · 4 years, 7 months ago
  75. 3f40f37 Update to analyzer 0.38.0 (#840) by Keerti Parthasarathy · 4 years, 7 months ago 1.2.10
  76. f5e7553 Optimize _looksLikeClassName() in AOT builds. (#835) by Bob Nystrom · 4 years, 8 months ago
  77. 2540ce9 Add --fix-single-cascade-statements flag. by Chloe Pelling · 4 years, 8 months ago
  78. b1c1475 Format null-assertion operators. (#832) by Bob Nystrom · 4 years, 8 months ago
  79. 713971a Support latest pkg:analyzer, prepare to release 1.2.9 (#828) by Kevin Moore · 4 years, 9 months ago 1.2.9
  80. 247d79b Bump version to release 1.2.8. (#823) by Bob Nystrom · 4 years, 10 months ago 1.2.8
  81. a0df252 Avoid needless indentation on chained if-else elements. (#822) by Bob Nystrom · 4 years, 10 months ago
  82. ac991a4 Add more tests and update CHANGELOG. by Robert Nystrom · 4 years, 10 months ago
  83. 94ea901 Merge branch 'expression-function-as-arg' of https://github.com/a14n/dart_style into a14n-expression-function-as-arg by Robert Nystrom · 4 years, 10 months ago
  84. c614e81 Use featureSet parameter to configure the parser. (#816) by Paul Berry · 4 years, 10 months ago
  85. 1dd019e Don't indent adjacent strings directly inside "=>" functions. (#803) by Bob Nystrom · 5 years ago 1.2.7
  86. 7aef928 Bump version to publish. (#801) by Bob Nystrom · 5 years ago 1.2.6
  87. f4459d9 Better indentation of adjacent strings in argument lists. (#800) by Bob Nystrom · 5 years ago
  88. f6bdf13 no extra-indent of expression function as argument with trailing comma by Alexandre Ardhuin · 5 years ago
  89. 96454b7 Bump version and update CHANGELOG. by Bob Nystrom · 5 years ago
  90. 1919a3e handle trailing comma in asserts by Alexandre Ardhuin · 5 years ago
  91. c7c00e0 Update to analyzer 0.36.0 and get ready to publish. (#789) by Bob Nystrom · 5 years ago 1.2.5
  92. 8a6990b Remove npm bits (#787) by Kevin Moore · 5 years ago
  93. f4d918c Update lints & Travis-CI (#786) by Kevin Moore · 5 years ago
  94. 4958848 Collection for (#784) by Bob Nystrom · 5 years ago
  95. 4d94831 Merge pull request #783 from dart-lang/spread-and-if by Bob Nystrom · 5 years ago
  96. 93d70a5 Test different expressions inside a spread. by Bob Nystrom · 5 years ago
  97. e0a7cd3 Formatting support for spread and if control flow elements. by Bob Nystrom · 5 years ago
  98. f9917df Merge pull request #781 from dart-lang/bump-1.2.4 by Bob Nystrom · 5 years ago 1.2.4
  99. fa9ce2a Get ready to publish 1.2.4. by Bob Nystrom · 5 years ago
  100. 1fa1df6 Merge pull request #780 from dart-lang/switch-to-new-ast-structures by Paul Berry · 5 years ago