File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change
1
+ 2020-02-02 v0.4.1 - `find_routes` method
2
+
3
+ Changes
4
+ * Updates ameba to `0.11.0`
5
+
6
+ Features
7
+ * Add method to return an array of routes that match the provided path
8
+
9
+ 2019-08-06 v0.4.0 - Organizational changes
10
+
11
+ Changes
12
+ * Change file structure to be `src/amber_router` instead of `src/amber/router`.
13
+ * Update ameba and benchmarks for Crystal `0.31.0`
14
+
1
15
2019-04-18 v0.3.0 - Update for Crystal 0.28.0
2
16
3
17
Changes
Original file line number Diff line number Diff line change 1
1
name : amber_router
2
- version : 0.4.0
2
+ version : 0.4.1
3
3
4
4
authors :
5
5
-
Robert L Carpenter <[email protected] >
6
6
7
7
development_dependencies :
8
8
ameba :
9
9
github : crystal-ameba/ameba
10
- version : ~> 0.10 .0
10
+ version : ~> 0.11 .0
11
11
radix :
12
12
github : luislavena/radix
13
13
Original file line number Diff line number Diff line change 1
1
module Amber::Router
2
- VERSION = " 0.4.0 "
2
+ VERSION = " 0.4.1 "
3
3
end
You can’t perform that action at this time.
0 commit comments