1. 39d3426 Merge pull request #632 from dart-lang/fix-comment-token-accessor by Dan Rubel · 7 years ago
  2. 470d238 update change log and pubspec to 1.0.7-dev by Dan Rubel · 7 years ago
  3. 8aa4c5b replace .toString() with .lexeme by Dan Rubel · 7 years ago
  4. fdf9d12 Support URIs in part-of directives. (#626) by Bob Nystrom · 7 years ago 1.0.6
  5. 89a5c18 support the latest version of pkg/analyzer (#625) by Kevin Moore · 7 years ago 1.0.5
  6. d6834bb Preserve type arguments in generic typedefs. (#622) by Bob Nystrom · 7 years ago 1.0.4
  7. f1181dd Preserve type arguments in generic invocation expressions. by Bob Nystrom · 7 years ago
  8. 23e6720 Don't dump a stack trace on the user if the formatter had bad output. by Bob Nystrom · 7 years ago
  9. 2b241cb Ensure formatter throws instead of introducing non-whitespace changes. by Jacob Richman · 7 years ago
  10. 3aa02ea Don't drop type arguments on generic function typed parameters. (#614) by Bob Nystrom · 7 years ago 1.0.3
  11. 1fd45b1 Bump to 1.0.2. (#611) by Bob Nystrom · 7 years ago 1.0.2 1.0.2+1
  12. 1a06dec Support new generic function typedef syntax. (#610) by Bob Nystrom · 7 years ago
  13. 2c216d8 606 enum (#608) by Bob Nystrom · 7 years ago 1.0.1
  14. 4e45253 Ensure space between `-` and `--`. (#607) by Bob Nystrom · 7 years ago
  15. 15115fa Bump version to 1.0.0. (#605) by Bob Nystrom · 7 years ago 1.0.0
  16. 232ff2c Correct report unchanged formatting when reading from stdin. (#604) by Bob Nystrom · 7 years ago
  17. 1a26ab6 Tweak the rules for when a cascade splits a little more. (#603) by Bob Nystrom · 7 years ago
  18. e15cdaa Split the cascade (usually) if the cascade target contains a split. (#602) by Bob Nystrom · 7 years ago
  19. e510480 Force a split if the cascade target has non-obvious precedence. (#601) by Bob Nystrom · 7 years ago
  20. 1d6f72d Preserve a blank line between an annotation and the first directive. (#599) by Bob Nystrom · 7 years ago
  21. 1367b05 Don't add a spurious space after "native". (#597) by Bob Nystrom · 7 years ago
  22. 261e228 Allow splitting between a parameter name and type. (#600) by Bob Nystrom · 7 years ago
  23. d724f23 Don't split after '<' when a collection is in statement position. (#593) by Bob Nystrom · 7 years ago
  24. 11d7566 Handle parenthesized and immediately invoked functions better. (#598) by Bob Nystrom · 7 years ago
  25. 301f5f6 Handle mixed block and arrow bodied function arguments uniformly. (#595) by Bob Nystrom · 7 years ago
  26. 3a50bd0 Fix splitting in generic methods with "=>" body. (#592) by Bob Nystrom · 7 years ago
  27. e55a9b9 Don't drop type argument on method calls with closure arguments. (#583) by Bob Nystrom · 7 years ago 0.2.16
  28. e2273bb only run test bots with VM by Kevin Moore · 7 years ago
  29. 8b24a53 use pkg/test config for test bots by Kevin Moore · 7 years ago
  30. ca1910c Support "covariant" modifier. by Bob Nystrom · 7 years ago 0.2.15
  31. 869e0c2 Bump to release 0.2.14. (#575) by Bob Nystrom · 7 years ago 0.2.14
  32. 5b6899d Update SourceVisitor to extend ThrowingAstVisitor by Brian Wilkerson · 7 years ago
  33. 7c7a791 Support generic method parameters. by Bob Nystrom · 7 years ago 0.2.13
  34. 7759f2c Merge branch 'master' into bump by Bob Nystrom · 7 years ago 0.2.12
  35. d2428b2 Fix version number in CHANGELOG. by Bob Nystrom · 7 years ago
  36. 260f35e Bump version to release 0.2.12. by Bob Nystrom · 7 years ago
  37. 89c982a Update tests to use correct Windows file paths (#559) by William Hesse · 7 years ago
  38. f4eda51 Support generic methods. Fix #556. by Bob Nystrom · 7 years ago
  39. 19a3a7c Tighten the span around index operators. by Bob Nystrom · 7 years ago
  40. 34d6ff3 Correctly indent the RHS of 'is' and 'as' expressions. by Bob Nystrom · 7 years ago
  41. 12a34b1 Revert "Add tests for new langauge features:" by Bob Nystrom · 7 years ago
  42. b5c94a8 Add tests for new langauge features: by Bob Nystrom · 7 years ago
  43. f996186 Upgrade lockfile and fix analyzer error. by Bob Nystrom · 7 years ago
  44. 1eeb370 Merge branch 'master' into fix-deprecated-getter-use by Bob Nystrom · 7 years ago
  45. 8305011 Update CHANGELOG and start bumping version number. by Bob Nystrom · 7 years ago
  46. 1572597 Replace use of deprecated API by Brian Wilkerson · 7 years ago
  47. a2b84e4 Add TODOs. by Bob Nystrom · 7 years ago
  48. 744c6d2 revert accidental sorting by Brian Wilkerson · 7 years ago
  49. c0fca72 Implement a visitor method that will be added in the next version of the analyzer package by Brian Wilkerson · 7 years ago
  50. eca548c Fix test to not depend on analyzer error message. by Bob Nystrom · 8 years ago 0.2.11+1 v0.2.11+1
  51. 0ff4aa3 Widen dependency on analyzer to allow 0.29.x. by Konstantin Shcheglov · 8 years ago
  52. 120e24e Bump to 0.2.10 release. by Bob Nystrom · 8 years ago 0.2.10
  53. 3f83ada Add a command-line option to set the exit code on a formatting change. by Bob Nystrom · 8 years ago
  54. d9c6666 Regression test. by Bob Nystrom · 8 years ago
  55. 789e344 Handle metadata annotations in parameter lists with trailing commas. by Bob Nystrom · 8 years ago
  56. 1d024cf Widen dependency on analyzer to allow 0.28.0. by Bob Nystrom · 8 years ago
  57. 40bc1f6 Always split enum declarations if they end in a trailing comma. by Bob Nystrom · 8 years ago
  58. ac09b38 Regression test. by Bob Nystrom · 8 years ago
  59. dbb5c4a Regression test. by Bob Nystrom · 8 years ago
  60. 6c7a58a Update test utils to handle --packages flag and missing package root. by William Hesse · 8 years ago
  61. f2551f5 Oops. Fix version reported by "--version". by Bob Nystrom · 8 years ago 0.2.9+1
  62. e16661a Merge pull request #516 from DanTup/patch-1 by Bob Nystrom · 8 years ago
  63. f262995 Fix broken link to style article in README. by Danny Tuppeny · 8 years ago
  64. b963018 Bump analyzer to 0.27.4. by Bob Nystrom · 8 years ago 0.2.9
  65. 2a66a28 Format parameter lists with trailing commas like argument lists. by Bob Nystrom · 8 years ago 0.2.8
  66. f117187 Bump to release 0.2.7. by Bob Nystrom · 8 years ago 0.2.7
  67. 8b5aa7e Enforce a blank line after local function declarations. by Bob Nystrom · 8 years ago
  68. 2b4d8df Gracefully handle IO errors when failing to overwrite a file. by Bob Nystrom · 8 years ago
  69. 5ba7520 Regression test for #489. by Bob Nystrom · 8 years ago
  70. 915cc55 Split before a single named argument if the argument itself splits. by Bob Nystrom · 8 years ago
  71. d2afb60 Better formatting for labels. by Bob Nystrom · 8 years ago
  72. 4f9e884 Better indentation on very long return types. by Bob Nystrom · 8 years ago
  73. ad69e8a Always split collections and argument lists with trailing commas. by Bob Nystrom · 8 years ago
  74. 6ecb3e4 Handle comments after "," in an argument list. by Bob Nystrom · 8 years ago
  75. aa4b714 Don't allow blank lines after script tags. by Bob Nystrom · 8 years ago
  76. 6839ce6 Avoid passing an invalid file URI to analyzer on Windows. by Bob Nystrom · 8 years ago
  77. b05e706 Fix two failing asserts. by Bob Nystrom · 8 years ago
  78. cada5d9 Improve indentation in non-block-bodied control flow statements. by Bob Nystrom · 8 years ago
  79. bd93f26 Split a conditional expression if the condition splits. by Bob Nystrom · 8 years ago
  80. 649147f Preserve trailing commas in argument and parameter lists. by Bob Nystrom · 8 years ago
  81. d8f0b5f Upgrade dependencies and fix a few static warnings. by Bob Nystrom · 8 years ago
  82. 9b8ce7d Try to pick the best error to show on a parse error with the JS API. by Bob Nystrom · 8 years ago
  83. 700b86d Make dart_style mostly strong mode clean. by Bob Nystrom · 8 years ago
  84. fd89540 Support deploying an npm package exporting a formatCode method. by Jacob Richman · 8 years ago
  85. 656695e Better performance on long lists containing comments. by Bob Nystrom · 8 years ago 0.2.4
  86. 2ec1272 Bump to 0.2.3. by Bob Nystrom · 8 years ago 0.2.3
  87. 0665729 Support messages in assert(). by Bob Nystrom · 8 years ago
  88. 1c6b6d7 Regression test. by Bob Nystrom · 8 years ago
  89. 9efbfba Don't put spaces around magic generic method annotation comments. by Bob Nystrom · 8 years ago
  90. fd53e2a Indent functions in named argument lists with non-functions. by Bob Nystrom · 8 years ago
  91. 5d3d95b Simplify and tweak how argument splitting is handled. by Bob Nystrom · 8 years ago
  92. 33f5279 Always put member metadata annotations on their own line. by Bob Nystrom · 8 years ago
  93. 2fdfe08 Regression test for #481. by Bob Nystrom · 8 years ago
  94. 8b4b2c5 Upgrade to analyzer 0.27.0. by Bob Nystrom · 8 years ago 0.2.2
  95. e709021 Bump to 0.2.1. by Bob Nystrom · 8 years ago 0.2.1
  96. 43d8304 Better handling for binary operators in => bodies. by Bob Nystrom · 8 years ago
  97. dd200c1 Allow splitting in redirecting constructors. by Bob Nystrom · 8 years ago
  98. 642f28c Merge pull request #471 from dart-lang/readme by Shams Zakhour · 8 years ago
  99. e3182d5 Fixing a typo. by Shams Zakhour · 8 years ago
  100. 1171322 Make sure collection elements can be split independently. by Bob Nystrom · 8 years ago