1. 575781e Move from pedantic to lints package (#102) by Nate Bosch · 2 years, 10 months ago
  2. 9d9fd5a Update LICENSE (#98) by Franklin Yow · 3 years, 1 month ago
  3. 83542ab List the log levels in the README (#97) by Nate Bosch · 3 years, 1 month ago 1.0.1
  4. f50a27e stable null safety release (#95) by Jacob MacDonald · 3 years, 3 months ago 1.0.0
  5. 31519b1 Migrate to GitHub Actions (#94) by Alexander Thomas · 3 years, 3 months ago
  6. 9dcb2a1 remove publish_to: none (#90) by Jacob MacDonald · 3 years, 6 months ago 1.0.0-nullsafety.0
  7. 0eed951 remove redundant experiment (#88) by Phil Quitslund · 3 years, 6 months ago
  8. 05f9e8e typos (#87) by Phil Quitslund · 3 years, 6 months ago
  9. e2f633b final cleanup, prep null safety release (#86) by Jacob MacDonald · 3 years, 6 months ago
  10. ded6331 Support Dart 2.11 (#85) by Kevin Moore · 3 years, 6 months ago
  11. 9d2a7fd update sdk constraint to allow 2.11 dev (#84) by Jacob MacDonald · 3 years, 7 months ago
  12. add9832 Migrate to null safety (#82) by Jacob MacDonald · 3 years, 8 months ago
  13. 1590ba0 Delete .test_config by Kevin Moore · 3 years, 9 months ago
  14. f4c32e3 Reference docs for message arguments (#77) by Nate Bosch · 4 years, 2 months ago
  15. 9561ba0 prepare to release 0.11.4 (#72) by Jacob MacDonald · 4 years, 4 months ago 0.11.4
  16. c25deb4 Make detached Loggers work regardless of hierarchicalLoggingEnabled (#71) by James D. Lin · 4 years, 4 months ago
  17. abc1207 Add changelog entry for defaultLevel (#70) by Nate Bosch · 4 years, 4 months ago
  18. 85f2bc2 Replace _rootLevel with root._level (#69) by James D. Lin · 4 years, 4 months ago
  19. 49669c4 Refactor into mini-libraries (#64) by Kevin Moore · 4 years, 9 months ago
  20. c0c7f3f Fix dartlang.org links and add a missing dartfmt lint (#62) by Kevin Moore · 5 years ago
  21. aec311b Test travis on oldest supported SDK (#59) by Kevin Moore · 5 years ago
  22. 5036242 Document default LogLevel (#58) by Jonas Finnemann Jensen · 5 years ago
  23. 56d4fde minor cleanups (#50) by Phil Quitslund · 6 years ago
  24. 335d44e Only test one browser by Kevin Moore · 6 years ago
  25. 332f707 Enable a number of new lints by Kevin Moore · 6 years ago
  26. feefafa dartfmt --fix, update min SDK to 2.0.0 by Kevin Moore · 6 years ago
  27. 89e72e2 Merge pull request #48 from dart-lang/pub-shield by Phil Quitslund · 6 years ago
  28. c3afe0d Update README.md by Phil Quitslund · 6 years ago
  29. 6a36452 Merge pull request #47 from dart-lang/travis-badge by Phil Quitslund · 6 years ago
  30. 1ad5910 Update README.md by Phil Quitslund · 6 years ago
  31. a8d1f31 Update README.md by Phil Quitslund · 6 years ago
  32. f15ec43 Merge pull request #42 from dart-lang/readme-style by Nate Bosch · 6 years ago
  33. a8c206f Update to best practices in README by Nate Bosch · 6 years ago
  34. 79978e5 chore: set max SDK version to <3.0.0 (#40) by Patrice Chalin · 6 years ago 0.11.3+2
  35. 0bedaa1 Delete PATENTS by Kevin Moore · 6 years ago
  36. c4f83a0 Remove dartium from travis tests (#38) by Kevin Moore · 6 years ago
  37. da053fe Allow chrome tests to fail (#37) by Kevin Moore · 6 years ago
  38. 46077ac Enable travis, add analysis_options, other cleanup (#35) by Kevin Moore · 7 years ago
  39. 50b32dc Use correct config for pkg/test on bots by Kevin Moore · 7 years ago
  40. c2c7765 Fixing some doc comments by Sam Rawlins · 8 years ago 0.11.3+1
  41. ca7f455 cleanup .gitignore by Kevin Moore · 8 years ago
  42. b0b255a dartfmt by Kevin Moore · 8 years ago
  43. 49b983d save non-string object on LogRecord (#28) by Jason Aguilon · 8 years ago 0.11.3
  44. 9920fb6 Add changelog entry by Sigmund Cherem · 9 years ago 0.11.2
  45. e34f9aa Merge pull request #27 from astashov/add-orphan-factory by sigmundch · 9 years ago
  46. 2793b04 Add Logger.detached factory by Anton Astashov · 9 years ago
  47. 4c2e9fd Also generate error when autogenerating stack traces (fix #25) by Sigmund Cherem · 9 years ago 0.11.1+1
  48. 8fc0221 Merge pull request #24 from ochafik/patch-1 by sigmundch · 9 years ago
  49. 1bc0c8a Improve Logger.root (static final instead of getter that looks the cached instance up through the factory constructor) by Olivier Chafik · 9 years ago
  50. 8a8a3d3 Add option to automatically record stack trace in logging (fixes #2) by Sigmund Cherem · 9 years ago 0.11.1
  51. 0234478 ship 0.11.0 by Kevin Moore · 9 years ago 0.11.0
  52. d44c009 move to test pkg by Kevin Moore · 9 years ago
  53. a076f0b tweaked readme example by Kevin Moore · 9 years ago
  54. 7d661d9 dartfmt by Kevin Moore · 9 years ago
  55. 2c448f2 Revert change to make stackTrace object by Kevin Moore · 9 years ago
  56. d386b6f Merge pull request #1 from Fox32/feature/stacktrace_type by John Messerly · 9 years ago 0.10.0
  57. 179f5ba Allow a greater range of types as a stack trace by Oliver Sand · 9 years ago
  58. 0a994a9 Adding a "zone" value to "class LogRecord" by Martin Kustermann · 9 years ago 0.9.3
  59. dfa8751 Make type signature consistent with class Object by Jacob Richman · 9 years ago
  60. 85d83e0 Update the pubspec's homepage link. by Natalie Weizenbaum · 9 years ago
  61. 815de34 updated logging package to accept functions or other non-string objects when logging by jakemac@google.com · 10 years ago
  62. d67fbc6 pkg/logging: use UnmodifiableMapView from dart:collection by kevmoo@google.com · 10 years ago
  63. a834d16 flagging pkg/args and pkg/logging as dev+1 by kevmoo@google.com · 10 years ago
  64. 29a5bcd Create associated packages for the dart:collection and dart:async libs. by lrn@google.com · 10 years ago
  65. 0c13b8a add LICENSE AUTHORS PATENTS so we can publish by jmesserly@google.com · 10 years ago
  66. 8eff9f6 update pubspecs for pkg uploading by jmesserly@google.com · 10 years ago
  67. 5bb76d2 pkg/logging: expose static sorted const list of all levels by kevmoo@j832.com · 10 years ago
  68. 875e637 Combine unmodifiable_collection package into collection_helpers. by lrn@google.com · 10 years ago
  69. eee1037 Re-land r29957 (add versions and constraints for packages and samples), with by dgrove@google.com · 11 years ago
  70. 34d9d45 Revert "add versions and constraints for packages and samples" by ajohnsen@google.com · 11 years ago
  71. 54e0859 add versions and constraints for packages and samples by jmesserly@google.com · 11 years ago
  72. 486e65c add useful docs for logging by sethladd@google.com · 11 years ago
  73. f0e2c3f Reapply "Remove @deprecated features." by lrn@google.com · 11 years ago
  74. 28f0c5c Add @proxy to annotations.dart. by lrn@google.com · 11 years ago
  75. b6e6ede Revert "Remove @deprecated features." by lrn@google.com · 11 years ago
  76. 04f8743 Remove @deprecated features. by lrn@google.com · 11 years ago
  77. b615f3e pkg/logging: added stackTrace support by kevmoo@j832.com · 11 years ago
  78. 8532058 Add a toString() to LogRecord. by devoncarew@google.com · 11 years ago
  79. fc9de7c Update meta and logging library descriptions; tweak fixnum by kathyw@google.com · 11 years ago
  80. 8fc5956 Make asBroadcastStream take two callbacks. by lrn@google.com · 11 years ago
  81. ec60257 add logging support for exceptions by sigmund@google.com · 11 years ago
  82. 55f9c69 Make new StreamController be async by default. by lrn@google.com · 11 years ago
  83. a3cfb6f add installation instructions to pkg packages by sethladd@google.com · 11 years ago
  84. 1530403 Remove StreamController.broadcast. by floitsch@google.com · 11 years ago
  85. 94bf13d Switch pkg packages, pub, and dartdoc to use package: imports. by nweiz@google.com · 11 years ago
  86. 1e3eb0b pkg/logging: removed deprecated 'on' API by kevmoo@j832.com · 11 years ago
  87. 92e3c3e Make path to meta go through pkg/ , so that it's rewritten properly. by dgrove@google.com · 11 years ago
  88. 5803569 Moved pkg pubspecs to use dev_dependencies where appropriate by kevmoo@j832.com · 11 years ago
  89. 967c7ae Don't use package: imports in logging until dartdoc/mirros support them. by sigmund@google.com · 11 years ago
  90. 05440f0 LoggerEvents get on -> Stream<LogRecord> get onRecord by sigmund@google.com · 11 years ago
  91. 0b34f80 make dartdoc and editor happy by sigmund@google.com · 11 years ago
  92. 668ea7f Reapply "Make Comparable generic." by lrn@google.com · 11 years ago
  93. a2531b5 Revert "Make Comparable generic." by kasperl@google.com · 11 years ago
  94. d6c89de Make Comparable generic. by lrn@google.com · 11 years ago
  95. 1c8e09c Update documentation links to point to the correct URLs. by dgrove@google.com · 11 years ago
  96. 970797d Added documentation links to all of the pkg packages hosted on api.dartlang.org. by amouravski@google.com · 11 years ago
  97. d1c40cf Rename Date to DateTime. by floitsch@google.com · 11 years ago
  98. 7e4c67b Fix URL. by rnystrom@google.com · 11 years ago
  99. 848f599 Convert the small packages in pkg to use "package:". by rnystrom@google.com · 11 years ago
  100. 196999a Add authors and homepages to packages. by dgrove@google.com · 11 years ago