1. 79c55f8 Merge pull request #854 from dart-lang/revert-787-remove_npm_bits by Bob Nystrom · 4 years, 7 months ago
  2. de3285f Merge branch 'master' into revert-787-remove_npm_bits by Derek Xu · 4 years, 7 months ago
  3. 188a3ca Documented this revert by updating version number and adding a description in the changelog by Derek Xu · 4 years, 7 months ago
  4. e8f8e91 Merge pull request #856 from dart-lang/fix-type by Bob Nystrom · 4 years, 7 months ago 1.3.1
  5. 6ece43c Merge branch 'master' into fix-type by Robert Nystrom · 4 years, 7 months ago
  6. 1240942 Fix crash on hanging property calls following block arguments. by Robert Nystrom · 4 years, 7 months ago
  7. 728ff54 Revert "Remove npm bits (#787)" by Derek Xu · 4 years, 7 months ago
  8. 9ec1dfd Simplify dep version constraints (#853) by Nate Bosch · 4 years, 7 months ago
  9. c3e59a8 Merge pull request #852 from dart-lang/bump by Bob Nystrom · 4 years, 7 months ago 1.3.0
  10. a0691fc Get ready to publish 1.3.0. by Robert Nystrom · 4 years, 7 months ago
  11. 42a8221 Merge pull request #851 from dart-lang/unsplit-parentheses by Bob Nystrom · 4 years, 7 months ago
  12. cf6cee6 Don't force a split before "." on parenthesized targets. by Robert Nystrom · 4 years, 7 months ago
  13. 00f1756 Merge pull request #850 from dart-lang/better-empty-spread-collection by Bob Nystrom · 4 years, 7 months ago
  14. 538266f Merge branch 'master' into better-empty-spread-collection by Robert Nystrom · 4 years, 7 months ago
  15. d96022d Format the new "required" modifier. (#847) by Bob Nystrom · 4 years, 7 months ago
  16. 43fde6b Add tests for formatting "?..". (#848) by Bob Nystrom · 4 years, 7 months ago
  17. cca728d Don't give empty spread collections block-like formatting. by Robert Nystrom · 4 years, 7 months ago
  18. e884e41 Add tests for null-aware index expressions. (#849) by Bob Nystrom · 4 years, 7 months ago
  19. 04c0301 Format the new "required" modifier. by Robert Nystrom · 4 years, 7 months ago
  20. bc9f3dc Format "?" in types. (#846) by Bob Nystrom · 4 years, 7 months ago
  21. b8dbaeb Format the "late" modifier. (#845) by Bob Nystrom · 4 years, 7 months ago
  22. bbbe750 Update to analyzer 0.38.3. (#844) by Bob Nystrom · 4 years, 7 months ago
  23. da3842d Add support for formatting extension methods. (#842) by Bob Nystrom · 4 years, 8 months ago
  24. 527dd78 update outdated links (#841) by Kevin Moore · 4 years, 8 months ago
  25. 3f40f37 Update to analyzer 0.38.0 (#840) by Keerti Parthasarathy · 4 years, 8 months ago 1.2.10
  26. f5e7553 Optimize _looksLikeClassName() in AOT builds. (#835) by Bob Nystrom · 4 years, 9 months ago
  27. 2540ce9 Add --fix-single-cascade-statements flag. by Chloe Pelling · 4 years, 9 months ago
  28. b1c1475 Format null-assertion operators. (#832) by Bob Nystrom · 4 years, 9 months ago
  29. 713971a Support latest pkg:analyzer, prepare to release 1.2.9 (#828) by Kevin Moore · 4 years, 10 months ago 1.2.9
  30. 247d79b Bump version to release 1.2.8. (#823) by Bob Nystrom · 5 years ago 1.2.8
  31. a0df252 Avoid needless indentation on chained if-else elements. (#822) by Bob Nystrom · 5 years ago
  32. ac991a4 Add more tests and update CHANGELOG. by Robert Nystrom · 5 years ago
  33. 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
  34. c614e81 Use featureSet parameter to configure the parser. (#816) by Paul Berry · 5 years ago
  35. 1dd019e Don't indent adjacent strings directly inside "=>" functions. (#803) by Bob Nystrom · 5 years ago 1.2.7
  36. 7aef928 Bump version to publish. (#801) by Bob Nystrom · 5 years ago 1.2.6
  37. f4459d9 Better indentation of adjacent strings in argument lists. (#800) by Bob Nystrom · 5 years ago
  38. f6bdf13 no extra-indent of expression function as argument with trailing comma by Alexandre Ardhuin · 5 years ago
  39. 96454b7 Bump version and update CHANGELOG. by Bob Nystrom · 5 years ago
  40. 1919a3e handle trailing comma in asserts by Alexandre Ardhuin · 5 years ago
  41. c7c00e0 Update to analyzer 0.36.0 and get ready to publish. (#789) by Bob Nystrom · 5 years ago 1.2.5
  42. 8a6990b Remove npm bits (#787) by Kevin Moore · 5 years ago
  43. f4d918c Update lints & Travis-CI (#786) by Kevin Moore · 5 years ago
  44. 4958848 Collection for (#784) by Bob Nystrom · 5 years ago
  45. 4d94831 Merge pull request #783 from dart-lang/spread-and-if by Bob Nystrom · 5 years ago
  46. 93d70a5 Test different expressions inside a spread. by Bob Nystrom · 5 years ago
  47. e0a7cd3 Formatting support for spread and if control flow elements. by Bob Nystrom · 5 years ago
  48. f9917df Merge pull request #781 from dart-lang/bump-1.2.4 by Bob Nystrom · 5 years ago 1.2.4
  49. fa9ce2a Get ready to publish 1.2.4. by Bob Nystrom · 5 years ago
  50. 1fa1df6 Merge pull request #780 from dart-lang/switch-to-new-ast-structures by Paul Berry · 5 years ago
  51. deb4c74 Adjust test expectations by Paul Berry · 5 years ago
  52. 17dc794 Address code review comments by Paul Berry · 5 years ago
  53. 4b939dd Stop using deprecated AST classes/methods. by Paul Berry · 5 years ago
  54. 9f6f274 remove enableSetLiterals flag (#774) by Dan Rubel · 5 years ago
  55. 44b49aa Support pkg:analyzer v0.35, prepare for release (#770) by Kevin Moore · 5 years ago 1.2.3
  56. 577eeaa Merge pull request #762 from dart-lang/set-literals by Bob Nystrom · 5 years ago 1.2.2
  57. 30211e1 Add support for set literals. by Bob Nystrom · 5 years ago
  58. 3c206cb Merge pull request #761 from dart-lang/bump by Bob Nystrom · 5 years ago 1.2.1
  59. 95e5333 Upgrade to analyzer 0.34.0 and get ready to publish 1.2.1. by Bob Nystrom · 5 years ago
  60. 22991b5 Merge pull request #747 from dart-lang/lrhn-fix-typedef by Bob Nystrom · 5 years ago
  61. d088d38 Update CHANGELOG and pubspec. by Bob Nystrom · 5 years ago
  62. 2757875 Clean up a few things: by Bob Nystrom · 5 years ago
  63. 8b6d11b Merge branch 'fix-typedef' of https://github.com/lrhn/dart_style into lrhn-fix-typedef by Bob Nystrom · 5 years ago
  64. 06c3636 Align naming of helper functions. Put comments before "dynamic". More tests. by Lasse R.H. Nielsen · 6 years ago
  65. 4de088a Fix typo by Lasse R.H. Nielsen · 6 years ago
  66. b2bd997 Refactor to put reused code in helper functions. by Lasse R.H. Nielsen · 6 years ago
  67. 2401ecc Add tests by @lucyget by Lasse R.H. Nielsen · 6 years ago
  68. e08ef55 Ensure consistency by inlining the code that would be run by actual Function. by Lasse R.H. Nielsen · 6 years ago
  69. 9a9195a Don't TODO what's done. by Lasse R.H. Nielsen · 6 years ago
  70. 111df54 Dart-format. by Lasse R.H. Nielsen · 6 years ago
  71. 502c503 Add --fix-typedefs to Dart formatter. by Lasse R.H. Nielsen · 6 years ago
  72. 8d5848a Bump version to publish 1.2.0. (#742) by Bob Nystrom · 6 years ago 1.2.0
  73. 011ac71 Add more tests for doc comment fix and fix an edge case. (#741) by Bob Nystrom · 6 years ago
  74. 6622671 Let users control name shown in errors when reading from stdin. (#740) by Bob Nystrom · 6 years ago
  75. 9c64adb Handle all metadata annotations for optional "const". (#738) by Bob Nystrom · 6 years ago
  76. b06add8 Add support for new Dart 2.1 mixin syntax. (#737) by Bob Nystrom · 6 years ago
  77. 623ff91 Revise doc comment fix (#735) by Bob Nystrom · 6 years ago
  78. 6f3efd2 Update map literal formatting test (#725) by Dan Rubel · 6 years ago
  79. 2fecd0e Update covariant modifier test (#726) by Dan Rubel · 6 years ago
  80. 789e7f2 Tweak for style. by Bob Nystrom · 6 years ago
  81. f8153c0 Ignore all non syntactic errors by danrubel · 6 years ago
  82. a3463a2 misc: drop pkg:browser dependency and web project (#723) by Kevin Moore · 6 years ago
  83. de25254 Fix a few static warnings and lints. (#718) by Bob Nystrom · 6 years ago
  84. 04e179c Merge branch 'chalin-max-sdk-to-3-0714' of https://github.com/chalin/dart_style into chalin-chalin-max-sdk-to-3-0714 by Bob Nystrom · 6 years ago 1.1.3
  85. 7d80e60 Hard split in interpolation (#714) by Bob Nystrom · 6 years ago
  86. ae95bde chore: set max SDK version to <3.0.0 by Patrice Chalin · 6 years ago
  87. 2b344e3 Don't split inside string interpolation. (#709) by Bob Nystrom · 6 years ago 1.1.2
  88. da96011 Reformat expressions inside interpolated expressions. (#708) by Bob Nystrom · 6 years ago 1.1.1
  89. bedad78 Remove old VM flag from Travis config. (#706) by Bob Nystrom · 6 years ago
  90. 0219b07 Bump to 1.1.0. (#703) by Bob Nystrom · 6 years ago 1.1.0
  91. f6a3482 Fix runtime cast failure when run in Dart 2 mode. (#702) by Bob Nystrom · 6 years ago
  92. 8d6511e Don't remove "new" and "const" from dartfmt itself yet. (#701) by Bob Nystrom · 6 years ago
  93. aa9eefa Add const fix to CHANGELOG. (#700) by Bob Nystrom · 6 years ago
  94. d80a1ea Dogfood the new "--fix" stuff. (#699) by Bob Nystrom · 6 years ago
  95. d852341 Attempt to uniformly format code with or without "new"/"const". (#698) by Bob Nystrom · 6 years ago
  96. b4c40cf Add style fix to remove "const" from inside const contexts. (#696) by Bob Nystrom · 6 years ago
  97. 7e7516d Add style fix to remove "new" keyword. (#695) by Bob Nystrom · 6 years ago
  98. 9eb5c5d Add support for non-whitespace opt-in "style fixes". (#694) by Bob Nystrom · 6 years ago
  99. 674d6eb grammar fix (#692) by Robert Jack Will · 6 years ago
  100. f210011 Add support for metadata on enum cases. (#690) by Bob Nystrom · 6 years ago 1.0.14