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