File tree Expand file tree Collapse file tree 16 files changed +50
-36
lines changed Expand file tree Collapse file tree 16 files changed +50
-36
lines changed Original file line number Diff line number Diff line change 1- ## 1.3.1-dev
1+ ## 1.3.1
2+
3+ * Update the pubspec ` repository ` field.
24
35## 1.3.0
46
Original file line number Diff line number Diff line change 11name : shelf
2- version : 1.3.1-dev
2+ version : 1.3.1
33description : >
44 A model for web server middleware that encourages composition and easy reuse.
55repository : https://github.com/dart-lang/shelf/tree/master/pkgs/shelf
Original file line number Diff line number Diff line change 1- ## 3.0.1-dev
1+ ## 3.0.1
22
3- - Require Dart ` 2.14 ` .
3+ * Require Dart ` 2.14 ` .
4+ * Update the pubspec ` repository ` field.
45
56## 3.0.0
67
Original file line number Diff line number Diff line change 11name : shelf_packages_handler
2- version : 3.0.1-dev
2+ version : 3.0.1
33description : A shelf handler for serving a `packages/` directory.
44repository : https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_packages_handler
55
Original file line number Diff line number Diff line change 1- ## 1.0.2-dev
1+ ## 1.0.2
2+
3+ * Update the pubspec ` repository ` field.
24
35## 1.0.1
46
5- - Drop dependency on ` package:pedantic ` .
6- - Require Dart ` 2.14 ` .
7+ * Drop dependency on ` package:pedantic ` .
8+ * Require Dart ` 2.14 ` .
79
810## 1.0.0
911
10- - Require Dart ` 2.12 ` .
11- - Enable null safety.
12- - Removed deprecated ` createProxyHandler ` .
12+ * Require Dart ` 2.12 ` .
13+ * Enable null safety.
14+ * Removed deprecated ` createProxyHandler ` .
1315
1416## 0.1.0+7
1517
Original file line number Diff line number Diff line change 11name : shelf_proxy
2- version : 1.0.2-dev
2+ version : 1.0.2
33description : A shelf handler for proxying HTTP requests to another server.
44repository : https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_proxy
55
Original file line number Diff line number Diff line change 1+ ## 1.1.3
2+
3+ * Update the pubspec ` repository ` field.
4+
15## v1.1.2
26
3- * Remove trailing slash requirement when using ` mount ` .
7+ * Remove trailing slash requirement when using ` mount ` .
48
59## v1.1.1
610
7- * Fix ` Router.routeNotFound ` to enable multiple ` read() ` calls on it.
11+ * Fix ` Router.routeNotFound ` to enable multiple ` read() ` calls on it.
812
913## v1.1.0
10- * ` params ` is deprecated in favor of ` Request.params ` adding using an extension
11- on ` Request ` .
12- * The default ` notFoundHandler ` now returns a sentinel ` routeNotFound ` response
13- object which causes 404 with the message 'Route not found'.
14- * __ Minor breaking__ : Handlers and sub-routers that return the sentinel
15- ` routeNotFound ` response object will be ignored and pattern matching will
16- continue on additional routes/handlers.
14+ * ` params ` is deprecated in favor of ` Request.params ` adding using an extension
15+ on ` Request ` .
16+ * The default ` notFoundHandler ` now returns a sentinel ` routeNotFound ` response
17+ object which causes 404 with the message 'Route not found'.
18+ * __ Minor breaking__ : Handlers and sub-routers that return the sentinel
19+ ` routeNotFound ` response object will be ignored and pattern matching will
20+ continue on additional routes/handlers.
1721
1822Changing the router to continue pattern matching additional routes if a matched
1923_ handler_ or _ nested router_ returns the sentinel ` routeNotFound ` response
Original file line number Diff line number Diff line change 11name : shelf_router
2- version : 1.1.2
2+ version : 1.1.3
33description : >
44 A convinent request router for the shelf web-framework, with support for
55 URL-parameters, nested routers and routers generated from source annotations.
Original file line number Diff line number Diff line change 1- ## v1.0.3-dev
1+ ## v1.0.3
2+
3+ * Update the pubspec ` repository ` field.
24
35## v1.0.2
46
1012
1113## v1.0.0
1214
13- * Support update-to-date dependencies.
14- * Migrate implementation to null safety.
15- * Generate null-safe code.
15+ * Support update-to-date dependencies.
16+ * Migrate implementation to null safety.
17+ * Generate null-safe code.
1618
1719## v0.7.2+4
1820
Original file line number Diff line number Diff line change 11name : shelf_router_generator
2- version : 1.0.3-dev
2+ version : 1.0.3
33description : >
44 A package:build compatible builder for generating request routers for the
55 shelf web-framework based on source annotations.
You can’t perform that action at this time.
0 commit comments