1. fab102b Support the latest pkg:analyzer (#689) by Kevin Moore · 6 years ago 1.0.13
  2. 526eb5f Remove unneeded transformers section from pubspec. (#686) by Bob Nystrom · 6 years ago
  3. 45158d4 Fix an issue when running in Dart 2. (#685) by Bob Nystrom · 6 years ago 1.0.12
  4. d3adfd8 Force split in empty blocks in if statements with else clauses. (#683) by Bob Nystrom · 6 years ago 1.0.11
  5. fa27563 Fix version number. by Bob Nystrom · 6 years ago
  6. 30ada46 Update CHANGELOG.md correctly by Lasse R.H. Nielsen · 6 years ago
  7. 47537eb Update changelog by Lasse R.H. Nielsen · 6 years ago
  8. b195355 manual changes by Lasse R.H. Nielsen · 6 years ago
  9. 0aeeb75 update version number by Lasse R.H. Nielsen · 6 years ago
  10. 906741a update SDK version by Lasse R.H. Nielsen · 6 years ago
  11. 116b1d6 Remove usage of upper-case constants. by Lasse R.H. Nielsen · 6 years ago
  12. 21a04c5 Fix a Dart 2 runtime cast failure. (#677) by Bob Nystrom · 6 years ago
  13. 410c510 Delete PATENTS by Kevin Moore · 6 years ago
  14. cb19dce Bump to release 1.0.10. (#674) by Bob Nystrom · 6 years ago 1.0.10
  15. 2fc7724 Tweak how initialization lists are handled after trailing commas. (#673) by Bob Nystrom · 6 years ago
  16. a485216 Update CHANGELOG. by Bob Nystrom · 6 years ago
  17. 43832d2 Revise how initialization lists after trailing commas are handled. by Bob Nystrom · 6 years ago
  18. abd7914 Merge branch 'issue-658' of https://github.com/a14n/dart_style into a14n-issue-658 by Bob Nystrom · 6 years ago
  19. d3e5eaa Preserve metadata on for-in loop variables. (#670) by Bob Nystrom · 6 years ago
  20. 8126152 Don't split before "." when the target has a trailing comma. (#671) by Bob Nystrom · 6 years ago
  21. fb93c3b No new line before initializer list on constructor with trailling comma by Alexandre Ardhuin · 6 years ago
  22. b89b572 Support optional new/const. (#669) by Bob Nystrom · 6 years ago
  23. 96c65d9 Add tests for generalized void (which appears to already work fine). (#668) by Bob Nystrom · 6 years ago
  24. 13389c0 Support latest analyzer and async packages (#666) by Kevin Moore · 6 years ago 1.0.9+1
  25. 09788b6 Bump to 1.0.9. (#662) by Bob Nystrom · 6 years ago 1.0.9
  26. cc6a4b3 readme.md updated (Dart syntax) (#660) by jolkdarr · 6 years ago
  27. be0cdfd Stop using pkg/scheduled_test (#651) by Kevin Moore · 7 years ago
  28. 97d49af Prepare for 1.0.8 by Kevin Moore · 7 years ago 1.0.8
  29. ba8979b Bump use of pkg/args to <2.0.0. (#644) by Matan Lurey · 7 years ago
  30. e9b5a31 SDK constraint oops... by Kevin Moore · 7 years ago
  31. 842ce2a Remove -dev.infinity in SDK upper constraint by Kevin Moore · 7 years ago
  32. 3bddbe6 Fix to comparison in debug.dart by Kevin Moore · 7 years ago
  33. a09f542 Tiny tweak to import ordering by Kevin Moore · 7 years ago
  34. 8b24a1a Stop using deprecated ctor in from pkg/source_span by Kevin Moore · 7 years ago
  35. 3a04d15 support v2 dev SDKs by Kevin Moore · 7 years ago
  36. f35fb76 Rename analysis_options by Kevin Moore · 7 years ago
  37. ca1f427 Add Travis-CI support by Kevin Moore · 7 years ago
  38. 9f9efe2 Get ready to publish 1.0.7. (#642) by Bob Nystrom · 7 years ago 1.0.7
  39. 278e718 Format multiline strings as block arguments. (#634) by Natalie Weizenbaum · 7 years ago
  40. e04ba08 Support assert in initializer list experiment. (#639) by Bob Nystrom · 7 years ago
  41. 39d3426 Merge pull request #632 from dart-lang/fix-comment-token-accessor by Dan Rubel · 7 years ago
  42. 470d238 update change log and pubspec to 1.0.7-dev by Dan Rubel · 7 years ago
  43. 8aa4c5b replace .toString() with .lexeme by Dan Rubel · 7 years ago
  44. fdf9d12 Support URIs in part-of directives. (#626) by Bob Nystrom · 7 years ago 1.0.6
  45. 89a5c18 support the latest version of pkg/analyzer (#625) by Kevin Moore · 7 years ago 1.0.5
  46. d6834bb Preserve type arguments in generic typedefs. (#622) by Bob Nystrom · 7 years ago 1.0.4
  47. f1181dd Preserve type arguments in generic invocation expressions. by Bob Nystrom · 7 years ago
  48. 23e6720 Don't dump a stack trace on the user if the formatter had bad output. by Bob Nystrom · 7 years ago
  49. 2b241cb Ensure formatter throws instead of introducing non-whitespace changes. by Jacob Richman · 7 years ago
  50. 3aa02ea Don't drop type arguments on generic function typed parameters. (#614) by Bob Nystrom · 7 years ago 1.0.3
  51. 1fd45b1 Bump to 1.0.2. (#611) by Bob Nystrom · 7 years ago 1.0.2 1.0.2+1
  52. 1a06dec Support new generic function typedef syntax. (#610) by Bob Nystrom · 7 years ago
  53. 2c216d8 606 enum (#608) by Bob Nystrom · 7 years ago 1.0.1
  54. 4e45253 Ensure space between `-` and `--`. (#607) by Bob Nystrom · 7 years ago
  55. 15115fa Bump version to 1.0.0. (#605) by Bob Nystrom · 7 years ago 1.0.0
  56. 232ff2c Correct report unchanged formatting when reading from stdin. (#604) by Bob Nystrom · 7 years ago
  57. 1a26ab6 Tweak the rules for when a cascade splits a little more. (#603) by Bob Nystrom · 7 years ago
  58. e15cdaa Split the cascade (usually) if the cascade target contains a split. (#602) by Bob Nystrom · 7 years ago
  59. e510480 Force a split if the cascade target has non-obvious precedence. (#601) by Bob Nystrom · 7 years ago
  60. 1d6f72d Preserve a blank line between an annotation and the first directive. (#599) by Bob Nystrom · 7 years ago
  61. 1367b05 Don't add a spurious space after "native". (#597) by Bob Nystrom · 7 years ago
  62. 261e228 Allow splitting between a parameter name and type. (#600) by Bob Nystrom · 7 years ago
  63. d724f23 Don't split after '<' when a collection is in statement position. (#593) by Bob Nystrom · 7 years ago
  64. 11d7566 Handle parenthesized and immediately invoked functions better. (#598) by Bob Nystrom · 7 years ago
  65. 301f5f6 Handle mixed block and arrow bodied function arguments uniformly. (#595) by Bob Nystrom · 7 years ago
  66. 3a50bd0 Fix splitting in generic methods with "=>" body. (#592) by Bob Nystrom · 7 years ago
  67. e55a9b9 Don't drop type argument on method calls with closure arguments. (#583) by Bob Nystrom · 7 years ago 0.2.16
  68. e2273bb only run test bots with VM by Kevin Moore · 7 years ago
  69. 8b24a53 use pkg/test config for test bots by Kevin Moore · 7 years ago
  70. ca1910c Support "covariant" modifier. by Bob Nystrom · 7 years ago 0.2.15
  71. 869e0c2 Bump to release 0.2.14. (#575) by Bob Nystrom · 7 years ago 0.2.14
  72. 5b6899d Update SourceVisitor to extend ThrowingAstVisitor by Brian Wilkerson · 7 years ago
  73. 7c7a791 Support generic method parameters. by Bob Nystrom · 7 years ago 0.2.13
  74. 7759f2c Merge branch 'master' into bump by Bob Nystrom · 7 years ago 0.2.12
  75. d2428b2 Fix version number in CHANGELOG. by Bob Nystrom · 7 years ago
  76. 260f35e Bump version to release 0.2.12. by Bob Nystrom · 7 years ago
  77. 89c982a Update tests to use correct Windows file paths (#559) by William Hesse · 7 years ago
  78. f4eda51 Support generic methods. Fix #556. by Bob Nystrom · 7 years ago
  79. 19a3a7c Tighten the span around index operators. by Bob Nystrom · 7 years ago
  80. 34d6ff3 Correctly indent the RHS of 'is' and 'as' expressions. by Bob Nystrom · 7 years ago
  81. 12a34b1 Revert "Add tests for new langauge features:" by Bob Nystrom · 7 years ago
  82. b5c94a8 Add tests for new langauge features: by Bob Nystrom · 7 years ago
  83. f996186 Upgrade lockfile and fix analyzer error. by Bob Nystrom · 7 years ago
  84. 1eeb370 Merge branch 'master' into fix-deprecated-getter-use by Bob Nystrom · 7 years ago
  85. 8305011 Update CHANGELOG and start bumping version number. by Bob Nystrom · 7 years ago
  86. 1572597 Replace use of deprecated API by Brian Wilkerson · 7 years ago
  87. a2b84e4 Add TODOs. by Bob Nystrom · 7 years ago
  88. 744c6d2 revert accidental sorting by Brian Wilkerson · 7 years ago
  89. c0fca72 Implement a visitor method that will be added in the next version of the analyzer package by Brian Wilkerson · 7 years ago
  90. eca548c Fix test to not depend on analyzer error message. by Bob Nystrom · 8 years ago 0.2.11+1 v0.2.11+1
  91. 0ff4aa3 Widen dependency on analyzer to allow 0.29.x. by Konstantin Shcheglov · 8 years ago
  92. 120e24e Bump to 0.2.10 release. by Bob Nystrom · 8 years ago 0.2.10
  93. 3f83ada Add a command-line option to set the exit code on a formatting change. by Bob Nystrom · 8 years ago
  94. d9c6666 Regression test. by Bob Nystrom · 8 years ago
  95. 789e344 Handle metadata annotations in parameter lists with trailing commas. by Bob Nystrom · 8 years ago
  96. 1d024cf Widen dependency on analyzer to allow 0.28.0. by Bob Nystrom · 8 years ago
  97. 40bc1f6 Always split enum declarations if they end in a trailing comma. by Bob Nystrom · 8 years ago
  98. ac09b38 Regression test. by Bob Nystrom · 8 years ago
  99. dbb5c4a Regression test. by Bob Nystrom · 8 years ago
  100. 6c7a58a Update test utils to handle --packages flag and missing package root. by William Hesse · 8 years ago