1. 78ac724 Readme cleanup (#221) by Kevin Moore · 2 years, 1 month ago 1.3.0
  2. c53cb8d Update analysis_options and make corresponding fixes (#220) by Kevin Moore · 2 years, 1 month ago
  3. d065088 Bump actions/checkout from 2 to 3 (#20) by dependabot[bot] · 2 years, 2 months ago
  4. 39ca249 Add Response.badRequest (400) constructor (#213) by PointSource · 2 years, 3 months ago
  5. ef1c1ae Merge pull request #165 from isoos/upgrade by István Soós · 2 years, 3 months ago
  6. dc49716 bump version by Istvan Soos · 2 years, 3 months ago
  7. 07bf70a Upgrade dependencies in shelf_router_generator by Istvan Soos · 2 years, 3 months ago
  8. e59aecc Switch to new lints (#212) by Kevin Moore · 2 years, 6 months ago
  9. 640915e fix: mount remove trailing slash requirement (#146) by Felix Angelov · 2 years, 6 months ago
  10. 4ff0d4c Improve shelf_io.dart docs (#211) by Kevin Moore · 2 years, 6 months ago
  11. 138ca19 Migrate to pkg:lints (#161) by Kevin Moore · 2 years, 6 months ago
  12. 769c76a Fix doc comment issues (#209) by Kevin Moore · 2 years, 7 months ago
  13. f6d2287 Deprecate ServerHandler (#206) by Nate Bosch · 2 years, 7 months ago
  14. 9a0acec Move to pkg:lints (#68) by Kevin Moore · 2 years, 7 months ago
  15. 124615d Drop pkg:pedantic, prepare for v1.0.1 (#24) by Kevin Moore · 2 years, 7 months ago shelf_proxy-v1.0.1
  16. 6e38575 add explicit show clauses on exports (#200) by Jacob MacDonald · 2 years, 8 months ago
  17. d2d026b Bump mono_repo to v5.0.1 (#150) by Kevin Moore · 2 years, 10 months ago
  18. ac19cc9 Fix a number of hints and lints (#151) by Kevin Moore · 2 years, 10 months ago
  19. 9cb612a shelf_router_generator: latest dependencies (#152) by Kevin Moore · 2 years, 10 months ago
  20. 202ec1a Refactor range support implementation (#66) by Nate Bosch · 2 years, 10 months ago
  21. 4947570 Fix SDK constraints 2.12.0-0 to 2.12.0 (#148) by Jonas Finnemann Jensen · 2 years, 10 months ago
  22. 8a11fee Merge pull request #147 from isoos/fix-rnf by István Soós · 2 years, 10 months ago
  23. 789824d Fix Router.routeNotFound to enable multiple read() calls on it. by Istvan Soos · 2 years, 10 months ago
  24. 4c459ce Add no response bot by Kevin Moore · 2 years, 10 months ago
  25. 501242d Add needs-info bot by Kevin Moore · 2 years, 10 months ago
  26. b71f79d Dart format with latest SDK (#63) by Kevin Moore · 2 years, 10 months ago
  27. fb6b7d0 Fix an issue with range support, prepare for release (#62) by Kevin Moore · 2 years, 10 months ago shelf_static-v1.1
  28. fac496f Introduce `routeNotFound` sentinel for shelf_router 1.1.0 (#141) by Jonas Finnemann Jensen · 2 years, 10 months ago
  29. dc91ae9 support content-range header (#59) by Nightmare-MY · 2 years, 10 months ago
  30. 46483f8 Added `MiddlewareExtensions` which provides `addMiddleware` and `addHandler` (#196) by Kevin Moore · 2 years, 10 months ago 1.2.0
  31. a16ea03 Cleanup pipeline tests (#194) by Kevin Moore · 2 years, 10 months ago
  32. 21c91e8 Remove author field, fix SDK constraint (#20) by Kevin Moore · 2 years, 10 months ago
  33. 60801d3 Bump dart-lang/setup-dart from 0.3 to 1 (#19) by dependabot[bot] · 2 years, 11 months ago
  34. f54c4cb Add dependabot by Kevin Moore · 2 years, 11 months ago
  35. 33206e9 remove handler from app (#131) by Sushant Chandla · 3 years ago
  36. 7960c80 Improve documentation details and score (#187) by Kevin Moore · 3 years ago 1.1.4
  37. da94f0d Merge pull request #186 from dart-lang/prep-to-publish by Gary Roumanis · 3 years ago 1.1.3
  38. cd964c3 Prep to publish by Gary Roumanis · 3 years ago
  39. 02c49f7 remove handler from app (#129) by Sameer Kashyap · 3 years ago
  40. 35d9990 Migrate test code to async/await (#185) by Kevin Moore · 3 years ago
  41. dc95686 Documentation cleanup (#184) by Kevin Moore · 3 years ago
  42. 37a5c2d Remove content-length for notModified responses (#183) by Nate Bosch · 3 years ago
  43. 6aab7dc Add a test for non-zero content-length header (#182) by Nate Bosch · 3 years ago
  44. 85a3a8c Fixes for package score: longer description and correct example filename (#56) by Kevin Moore · 3 years ago
  45. b8e5137 Correctly support HEAD (#54) by Kevin Moore · 3 years ago
  46. c511f06 Allow an explicit non-zero content-length header if the body is empty. (#181) by Kevin Moore · 3 years ago 1.1.2
  47. bd34205 Remove expectation that GET without a body has content-length 0. (#180) by Alexander Aprelev · 3 years ago
  48. 7ec30f8 Fix newly enforced lint (#19) by Kevin Moore · 3 years ago
  49. 13f9cf4 Bump to stable SDK and dev deps (#179) by Nate Bosch · 3 years ago 1.1.1
  50. 4b9294e Merge pull request #178 from jonahwilliams/typed_data_optimization by Gary Roumanis · 3 years ago
  51. e32c5f9 typo and word wrap by Nate Bosch · 3 years ago
  52. 1cf71a1 wordsmith by Jonah Williams · 3 years ago
  53. 3f107a5 apply optimization to Stream as well by Jonah Williams · 3 years ago
  54. 26c4c08 address review comments by Jonah Williams · 3 years ago
  55. 671b4fd update changelog/pubspec by Jonah Williams · 3 years ago
  56. 767b236 remove unused import by Jonah Williams · 3 years ago
  57. b430a2b Back to List<int> by Jonah Williams · 3 years ago
  58. 90acce8 Avoid wrapping typed data in a CastList by Jonah Williams · 3 years ago
  59. 12cd917 shelf_router_generator: Latest dependencies, null safety (#122) by Kevin Moore · 3 years ago
  60. 074341b Update dependencies and enable/fix a number of lints (#120) by Kevin Moore · 3 years, 1 month ago
  61. df794c6 pipeline: eliminate null checks (#174) by Kevin Moore · 3 years, 1 month ago
  62. 73796e0 Merge pull request #18 from dart-lang/franklinyow-patch-1 by Franklin Yow · 3 years, 1 month ago
  63. bc6819f Update LICENSE by Franklin Yow · 3 years, 1 month ago
  64. a4d4a6f Merge pull request #173 from dart-lang/franklinyow-patch-1 by Franklin Yow · 3 years, 1 month ago
  65. a7bdbbe Update LICENSE by Franklin Yow · 3 years, 1 month ago
  66. b118f76 Update LICENSE by Franklin Yow · 3 years, 1 month ago
  67. 06fde34 Update LICENSE by Franklin Yow · 3 years, 1 month ago
  68. 463a948 Update LICENSE by Franklin Yow · 3 years, 1 month ago
  69. 04b54fe Merge pull request #18 from dart-lang/franklinyow-patch-1 by Franklin Yow · 3 years, 1 month ago
  70. 355d2d1 Update LICENSE by Franklin Yow · 3 years, 1 month ago
  71. d086aa3 Merge pull request #52 from dart-lang/franklinyow-patch-1 by Franklin Yow · 3 years, 1 month ago
  72. e6f831d Update LICENSE by Franklin Yow · 3 years, 1 month ago
  73. 744e3f5 Latest dart setup, test on oldest supported SDK (#172) by Kevin Moore · 3 years, 1 month ago
  74. f7b3c35 Update setup, test oldest supported SDK (#36) by Kevin Moore · 3 years, 1 month ago
  75. 8b10d24 Update test-package.yml (#17) by Kevin Moore · 3 years, 1 month ago
  76. b094c25 shelf_router_generator: Support null-safe dependencies (#113) by Kevin Moore · 3 years, 2 months ago
  77. 24fb8a0 release 1.0.1 (#35) by Jacob MacDonald · 3 years, 2 months ago shelf_web_socket-v1.0.1
  78. 00e50ad publish 1.1.0 (#170) by Jacob MacDonald · 3 years, 2 months ago 1.1.0
  79. f7e466b Remove dep overrides, test on oldest supported SDK (#51) by Kevin Moore · 3 years, 2 months ago
  80. ccd311f enable null safety (#23) by Kevin Moore · 3 years, 2 months ago shelf_proxy-v1.0.0
  81. f07b3ef Prepare shelf_router 1.0.0 by Jonas Finnemann Jensen · 3 years, 2 months ago
  82. 4c73784 Remove Router.handler while we're at it by Simon Binder · 3 years, 2 months ago
  83. b18f808 Remove checkNotNull by Simon Binder · 3 years, 2 months ago
  84. cce2ad9 Oops, forgot to set _params by Simon Binder · 3 years, 3 months ago
  85. 797da6e Avoid lazy in router entry by Simon Binder · 3 years, 3 months ago
  86. a03e120 Make default handler customizable by Simon Binder · 3 years, 3 months ago
  87. ed942ce No unecessary version bump, don't test on stable by Simon Binder · 3 years, 3 months ago
  88. e18b186 [WIP] Migrate shelf_router to Dart null safety by Daniel Cachapa · 3 years, 3 months ago
  89. aa312d3 udpate for the new Never type in Request.hijack (#34) by Jacob MacDonald · 3 years, 2 months ago
  90. 0f9ab03 prep for null safety release (#16) by Jacob MacDonald · 3 years, 2 months ago shelf_test_handler-v2.0.0
  91. 267417f migrate to null safety (#15) by Jacob MacDonald · 3 years, 2 months ago
  92. e929412 make info diagnostics fatal on CI and fix one (#168) by Jacob MacDonald · 3 years, 2 months ago
  93. a7a62de change Request.hijack to have the Never return type (#167) by Jacob MacDonald · 3 years, 2 months ago
  94. d2e757b add regular test dev dep (#33) by Jacob MacDonald · 3 years, 2 months ago shelf_web_socket-v1.0.0
  95. 83008b8 stable null safety release (#17) by Jacob MacDonald · 3 years, 2 months ago shelf_packages_handler-v3.0.0
  96. a20c47f stable null safety release (#32) by Jacob MacDonald · 3 years, 2 months ago
  97. fa30419 stable null safety release (#49) by Jacob MacDonald · 3 years, 2 months ago shelf_static-v1.0.0
  98. 091d2ed null safety (#31) by hovadur · 3 years, 2 months ago
  99. 78302e6 migrate to null safety (#16) by Jacob MacDonald · 3 years, 2 months ago
  100. bafde9e Migrate to null safety (#47) by Xavier H · 3 years, 2 months ago