1. c7c00e0 Update to analyzer 0.36.0 and get ready to publish. (#789) by Bob Nystrom · 5 years ago 1.2.5
  2. 8a6990b Remove npm bits (#787) by Kevin Moore · 5 years ago
  3. f4d918c Update lints & Travis-CI (#786) by Kevin Moore · 5 years ago
  4. 4958848 Collection for (#784) by Bob Nystrom · 5 years ago
  5. 4d94831 Merge pull request #783 from dart-lang/spread-and-if by Bob Nystrom · 5 years ago
  6. 93d70a5 Test different expressions inside a spread. by Bob Nystrom · 5 years ago
  7. e0a7cd3 Formatting support for spread and if control flow elements. by Bob Nystrom · 5 years ago
  8. f9917df Merge pull request #781 from dart-lang/bump-1.2.4 by Bob Nystrom · 5 years ago 1.2.4
  9. fa9ce2a Get ready to publish 1.2.4. by Bob Nystrom · 5 years ago
  10. 1fa1df6 Merge pull request #780 from dart-lang/switch-to-new-ast-structures by Paul Berry · 5 years ago
  11. deb4c74 Adjust test expectations by Paul Berry · 5 years ago
  12. 17dc794 Address code review comments by Paul Berry · 5 years ago
  13. 4b939dd Stop using deprecated AST classes/methods. by Paul Berry · 5 years ago
  14. 9f6f274 remove enableSetLiterals flag (#774) by Dan Rubel · 5 years ago
  15. 44b49aa Support pkg:analyzer v0.35, prepare for release (#770) by Kevin Moore · 5 years ago 1.2.3
  16. 577eeaa Merge pull request #762 from dart-lang/set-literals by Bob Nystrom · 5 years ago 1.2.2
  17. 30211e1 Add support for set literals. by Bob Nystrom · 5 years ago
  18. 3c206cb Merge pull request #761 from dart-lang/bump by Bob Nystrom · 5 years ago 1.2.1
  19. 95e5333 Upgrade to analyzer 0.34.0 and get ready to publish 1.2.1. by Bob Nystrom · 5 years ago
  20. 22991b5 Merge pull request #747 from dart-lang/lrhn-fix-typedef by Bob Nystrom · 5 years ago
  21. d088d38 Update CHANGELOG and pubspec. by Bob Nystrom · 5 years ago
  22. 2757875 Clean up a few things: by Bob Nystrom · 5 years ago
  23. 8b6d11b Merge branch 'fix-typedef' of https://github.com/lrhn/dart_style into lrhn-fix-typedef by Bob Nystrom · 5 years ago
  24. 06c3636 Align naming of helper functions. Put comments before "dynamic". More tests. by Lasse R.H. Nielsen · 6 years ago
  25. 4de088a Fix typo by Lasse R.H. Nielsen · 6 years ago
  26. b2bd997 Refactor to put reused code in helper functions. by Lasse R.H. Nielsen · 6 years ago
  27. 2401ecc Add tests by @lucyget by Lasse R.H. Nielsen · 6 years ago
  28. e08ef55 Ensure consistency by inlining the code that would be run by actual Function. by Lasse R.H. Nielsen · 6 years ago
  29. 9a9195a Don't TODO what's done. by Lasse R.H. Nielsen · 6 years ago
  30. 111df54 Dart-format. by Lasse R.H. Nielsen · 6 years ago
  31. 502c503 Add --fix-typedefs to Dart formatter. by Lasse R.H. Nielsen · 6 years ago
  32. 8d5848a Bump version to publish 1.2.0. (#742) by Bob Nystrom · 6 years ago 1.2.0
  33. 011ac71 Add more tests for doc comment fix and fix an edge case. (#741) by Bob Nystrom · 6 years ago
  34. 6622671 Let users control name shown in errors when reading from stdin. (#740) by Bob Nystrom · 6 years ago
  35. 9c64adb Handle all metadata annotations for optional "const". (#738) by Bob Nystrom · 6 years ago
  36. b06add8 Add support for new Dart 2.1 mixin syntax. (#737) by Bob Nystrom · 6 years ago
  37. 623ff91 Revise doc comment fix (#735) by Bob Nystrom · 6 years ago
  38. 6f3efd2 Update map literal formatting test (#725) by Dan Rubel · 6 years ago
  39. 2fecd0e Update covariant modifier test (#726) by Dan Rubel · 6 years ago
  40. 789e7f2 Tweak for style. by Bob Nystrom · 6 years ago
  41. f8153c0 Ignore all non syntactic errors by danrubel · 6 years ago
  42. a3463a2 misc: drop pkg:browser dependency and web project (#723) by Kevin Moore · 6 years ago
  43. de25254 Fix a few static warnings and lints. (#718) by Bob Nystrom · 6 years ago
  44. 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
  45. 7d80e60 Hard split in interpolation (#714) by Bob Nystrom · 6 years ago
  46. ae95bde chore: set max SDK version to <3.0.0 by Patrice Chalin · 6 years ago
  47. 2b344e3 Don't split inside string interpolation. (#709) by Bob Nystrom · 6 years ago 1.1.2
  48. da96011 Reformat expressions inside interpolated expressions. (#708) by Bob Nystrom · 6 years ago 1.1.1
  49. bedad78 Remove old VM flag from Travis config. (#706) by Bob Nystrom · 6 years ago
  50. 0219b07 Bump to 1.1.0. (#703) by Bob Nystrom · 6 years ago 1.1.0
  51. f6a3482 Fix runtime cast failure when run in Dart 2 mode. (#702) by Bob Nystrom · 6 years ago
  52. 8d6511e Don't remove "new" and "const" from dartfmt itself yet. (#701) by Bob Nystrom · 6 years ago
  53. aa9eefa Add const fix to CHANGELOG. (#700) by Bob Nystrom · 6 years ago
  54. d80a1ea Dogfood the new "--fix" stuff. (#699) by Bob Nystrom · 6 years ago
  55. d852341 Attempt to uniformly format code with or without "new"/"const". (#698) by Bob Nystrom · 6 years ago
  56. b4c40cf Add style fix to remove "const" from inside const contexts. (#696) by Bob Nystrom · 6 years ago
  57. 7e7516d Add style fix to remove "new" keyword. (#695) by Bob Nystrom · 6 years ago
  58. 9eb5c5d Add support for non-whitespace opt-in "style fixes". (#694) by Bob Nystrom · 6 years ago
  59. 674d6eb grammar fix (#692) by Robert Jack Will · 6 years ago
  60. f210011 Add support for metadata on enum cases. (#690) by Bob Nystrom · 6 years ago 1.0.14
  61. fab102b Support the latest pkg:analyzer (#689) by Kevin Moore · 6 years ago 1.0.13
  62. 526eb5f Remove unneeded transformers section from pubspec. (#686) by Bob Nystrom · 6 years ago
  63. 45158d4 Fix an issue when running in Dart 2. (#685) by Bob Nystrom · 6 years ago 1.0.12
  64. d3adfd8 Force split in empty blocks in if statements with else clauses. (#683) by Bob Nystrom · 6 years ago 1.0.11
  65. fa27563 Fix version number. by Bob Nystrom · 6 years ago
  66. 30ada46 Update CHANGELOG.md correctly by Lasse R.H. Nielsen · 6 years ago
  67. 47537eb Update changelog by Lasse R.H. Nielsen · 6 years ago
  68. b195355 manual changes by Lasse R.H. Nielsen · 6 years ago
  69. 0aeeb75 update version number by Lasse R.H. Nielsen · 6 years ago
  70. 906741a update SDK version by Lasse R.H. Nielsen · 6 years ago
  71. 116b1d6 Remove usage of upper-case constants. by Lasse R.H. Nielsen · 6 years ago
  72. 21a04c5 Fix a Dart 2 runtime cast failure. (#677) by Bob Nystrom · 6 years ago
  73. 410c510 Delete PATENTS by Kevin Moore · 6 years ago
  74. cb19dce Bump to release 1.0.10. (#674) by Bob Nystrom · 6 years ago 1.0.10
  75. 2fc7724 Tweak how initialization lists are handled after trailing commas. (#673) by Bob Nystrom · 6 years ago
  76. a485216 Update CHANGELOG. by Bob Nystrom · 6 years ago
  77. 43832d2 Revise how initialization lists after trailing commas are handled. by Bob Nystrom · 6 years ago
  78. abd7914 Merge branch 'issue-658' of https://github.com/a14n/dart_style into a14n-issue-658 by Bob Nystrom · 6 years ago
  79. d3e5eaa Preserve metadata on for-in loop variables. (#670) by Bob Nystrom · 6 years ago
  80. 8126152 Don't split before "." when the target has a trailing comma. (#671) by Bob Nystrom · 6 years ago
  81. fb93c3b No new line before initializer list on constructor with trailling comma by Alexandre Ardhuin · 6 years ago
  82. b89b572 Support optional new/const. (#669) by Bob Nystrom · 6 years ago
  83. 96c65d9 Add tests for generalized void (which appears to already work fine). (#668) by Bob Nystrom · 6 years ago
  84. 13389c0 Support latest analyzer and async packages (#666) by Kevin Moore · 6 years ago 1.0.9+1
  85. 09788b6 Bump to 1.0.9. (#662) by Bob Nystrom · 6 years ago 1.0.9
  86. cc6a4b3 readme.md updated (Dart syntax) (#660) by jolkdarr · 6 years ago
  87. be0cdfd Stop using pkg/scheduled_test (#651) by Kevin Moore · 7 years ago
  88. 97d49af Prepare for 1.0.8 by Kevin Moore · 7 years ago 1.0.8
  89. ba8979b Bump use of pkg/args to <2.0.0. (#644) by Matan Lurey · 7 years ago
  90. e9b5a31 SDK constraint oops... by Kevin Moore · 7 years ago
  91. 842ce2a Remove -dev.infinity in SDK upper constraint by Kevin Moore · 7 years ago
  92. 3bddbe6 Fix to comparison in debug.dart by Kevin Moore · 7 years ago
  93. a09f542 Tiny tweak to import ordering by Kevin Moore · 7 years ago
  94. 8b24a1a Stop using deprecated ctor in from pkg/source_span by Kevin Moore · 7 years ago
  95. 3a04d15 support v2 dev SDKs by Kevin Moore · 7 years ago
  96. f35fb76 Rename analysis_options by Kevin Moore · 7 years ago
  97. ca1f427 Add Travis-CI support by Kevin Moore · 7 years ago
  98. 9f9efe2 Get ready to publish 1.0.7. (#642) by Bob Nystrom · 7 years ago 1.0.7
  99. 278e718 Format multiline strings as block arguments. (#634) by Natalie Weizenbaum · 7 years ago
  100. e04ba08 Support assert in initializer list experiment. (#639) by Bob Nystrom · 7 years ago